Package gov.nih.mipav.model.structures
Class Voro.particle_record
- java.lang.Object
-
- gov.nih.mipav.model.structures.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) intdiThe x-index of the block.(package private) intdjThe y-index of the block.(package private) intdkThe z-index of the block.(package private) intijkThe index of the block that the particle is within.(package private) intlThe number of particle within its block.
-
Constructor Summary
Constructors Constructor Description particle_record()
-