Class Voro.particle_record

java.lang.Object
gov.nih.mipav.model.structures.Voro.particle_record
Enclosing class:
Voro

class Voro.particle_record extends 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
    The x-index of the block.
    (package private) int
    The y-index of the block.
    (package private) int
    The z-index of the block.
    (package private) int
    The index of the block that the particle is within.
    (package private) int
    The number of particle within its block.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • 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 Details

    • particle_record

      particle_record()