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.IOExceptionpublic void scan(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOExceptionpublic int[][] scanRegions(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOExceptionpublic double[] scanRegionAreas(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOExceptionpublic void writeRegions(java.io.PrintWriter pw,
                         int[][] regions)
                  throws java.io.IOException
java.io.IOExceptionpublic void writeRegionAreas(java.io.PrintWriter pw,
                             double[] regionAreas)
                      throws java.io.IOException
java.io.IOExceptionpublic double[][] scanContours(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOExceptionpublic void writeContours(java.io.PrintWriter pw,
                          double[][] contours)
                   throws java.io.IOException
java.io.IOExceptionpublic void writeContour(java.io.PrintWriter pw,
                         double[] contour)
                  throws java.io.IOException
java.io.IOException