class MAGES::MeshDeformations::Editor::Tetra::DTΒΆ
class DT
{
public:
// fields
double[] X;
double[] Y;
double[] Z;
int[] TV;
int[] TN;
bool[] Alive;
int TetEnd;
int AliveCount;
int[] Free;
int FreeCount;
int LastTet;
int[] VisitEpoch;
int[] CavEpoch;
int Epoch;
int[] Stack;
int[] Bad;
Dictionary EdgeMap;
};