Class Voro.particle_record

  • Enclosing class:
    Voro

    class Voro.particle_record
    extends java.lang.Object
    \brief Structure for holding information about a particle. This small structure holds information about a single particle, and is used by several of the routines in the voro_compute template for passing information by reference between functions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int di
      The x-index of the block.
      (package private) int dj
      The y-index of the block.
      (package private) int dk
      The z-index of the block.
      (package private) int ijk
      The index of the block that the particle is within.
      (package private) int l
      The number of particle within its block.
    • Constructor Summary

      Constructors 
      Constructor Description
      particle_record()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ijk

        int ijk
        The index of the block that the particle is within.
      • l

        int l
        The number of particle within its block.
      • di

        int di
        The x-index of the block.
      • dj

        int dj
        The y-index of the block.
      • dk

        int dk
        The z-index of the block.
    • Constructor Detail

      • particle_record

        particle_record()