Package gov.nih.mipav.model.structures
Class Voro.particle_record
java.lang.Object
gov.nih.mipav.model.structures.Voro.particle_record
- Enclosing class:
Voro
\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
FieldsModifier and TypeFieldDescription(package private) intThe x-index of the block.(package private) intThe y-index of the block.(package private) intThe z-index of the block.(package private) intThe index of the block that the particle is within.(package private) intThe number of particle within its block. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ijk
int ijkThe index of the block that the particle is within. -
l
int lThe number of particle within its block. -
di
int diThe x-index of the block. -
dj
int djThe y-index of the block. -
dk
int dkThe z-index of the block.
-
-
Constructor Details
-
particle_record
particle_record()
-