public static class SurfaceMeshIntersectorTest.TestInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double[][] |
contoursCheck |
double[] |
regions0AreaCheck |
int[][] |
regions0Check |
double[] |
regions1AreaCheck |
int[][] |
regions1Check |
RigidTransform3d |
T10 |
RigidTransform3d |
TBW |
Constructor and Description |
---|
TestInfo() |
Modifier and Type | Method and Description |
---|---|
void |
scan(ReaderTokenizer rtok) |
double[][] |
scanContours(ReaderTokenizer rtok) |
double[] |
scanRegionAreas(ReaderTokenizer rtok) |
int[][] |
scanRegions(ReaderTokenizer rtok) |
void |
write(java.io.PrintWriter pw) |
void |
writeContour(java.io.PrintWriter pw,
double[] contour) |
void |
writeContours(java.io.PrintWriter pw,
double[][] contours) |
void |
writeRegionAreas(java.io.PrintWriter pw,
double[] regionAreas) |
void |
writeRegions(java.io.PrintWriter pw,
int[][] regions) |
public int[][] regions0Check
public int[][] regions1Check
public double[] regions0AreaCheck
public double[] regions1AreaCheck
public double[][] contoursCheck
public RigidTransform3d TBW
public RigidTransform3d T10
public void write(java.io.PrintWriter pw) throws java.io.IOException
java.io.IOException
public void scan(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOException
public int[][] scanRegions(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOException
public double[] scanRegionAreas(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOException
public void writeRegions(java.io.PrintWriter pw, int[][] regions) throws java.io.IOException
java.io.IOException
public void writeRegionAreas(java.io.PrintWriter pw, double[] regionAreas) throws java.io.IOException
java.io.IOException
public double[][] scanContours(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOException
public void writeContours(java.io.PrintWriter pw, double[][] contours) throws java.io.IOException
java.io.IOException
public void writeContour(java.io.PrintWriter pw, double[] contour) throws java.io.IOException
java.io.IOException