This class implements a MeshAnalyser and scan the mesh to identify and localise "border cells" (i.e border Volumes),
i.e cells containing a Surface which is itself contained on only one Volume.
try to load the Cassandra module, if possible, i.e if the Cassandra's context is true, the Cassandr's jar are in
the class path and the VTK's context is true.
with dataSet as follow: float[] xDataSet = new float[dataSet.length]; float[] yDataSet = new float[dataSet.length];
for (int i=0; i < dataSet.length; i++){ xDataSet[i] = dataSet[i][0]; yDataSet[i] = dataSet[i][1]; }