refactoring MRT model

This commit is contained in:
James E McClure
2018-07-28 16:01:24 -04:00
parent 1e3f3cd466
commit 29442f44f3
6 changed files with 83 additions and 23 deletions

View File

@@ -69,6 +69,11 @@ public:
DoubleArray SDn_y;
DoubleArray SDn_z;
double V();
double A();
double J();
double X();
//...........................................................................
Minkowski(std::shared_ptr <Domain> Dm);
~Minkowski();
@@ -80,6 +85,7 @@ public:
void PrintAll();
int GetCubeLabel(int i, int j, int k, IntArray &BlobLabel);
void SortBlobs();
};