#include <CellCenterOfMass.h>
Public Attributes | |
| unsigned int | x |
| Total of all X values. Divide by volume to get the center of mass. | |
| unsigned int | y |
| Total of all Y values. Divide by volume to get the center of mass. | |
| unsigned int | z |
| Total of all Z values. Divide by volume to get the center of mass. | |
Definition at line 28 of file CellCenterOfMass.h.
| unsigned int CompuCell3D::CellCenterOfMass::x |
Total of all X values. Divide by volume to get the center of mass.
Definition at line 31 of file CellCenterOfMass.h.
| unsigned int CompuCell3D::CellCenterOfMass::y |
Total of all Y values. Divide by volume to get the center of mass.
Definition at line 34 of file CellCenterOfMass.h.
| unsigned int CompuCell3D::CellCenterOfMass::z |
Total of all Z values. Divide by volume to get the center of mass.
Definition at line 37 of file CellCenterOfMass.h.
1.5.3