Uses of Class
uk.ac.ed.computational_geometry.algorithm.marching_cubes.Cube.Edge

Packages that use Cube.Edge
uk.ac.ed.computational_geometry.algorithm.marching_cubes   
 

Uses of Cube.Edge in uk.ac.ed.computational_geometry.algorithm.marching_cubes
 

Fields in uk.ac.ed.computational_geometry.algorithm.marching_cubes declared as Cube.Edge
protected  Cube.Edge WyvillMarchingCubes.Intersection.edge
           
protected static Cube.Edge[][] LorensenMarchingCubes.surface_table
           
 

Methods in uk.ac.ed.computational_geometry.algorithm.marching_cubes that return Cube.Edge
 Cube.Edge WyvillMarchingCubes.Intersection.getEdge()
           
static Cube.Edge Cube.Edge.getEdge(int mask)
           
protected static Cube.Edge[][] LorensenMarchingCubes.getSurfaceTable()
           
static Cube.Edge Cube.Edge.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Cube.Edge[] Cube.Edge.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in uk.ac.ed.computational_geometry.algorithm.marching_cubes that return types with arguments of type Cube.Edge
 List<Cube.Edge> Cube.Face.getEdgesClockwise()
           
 

Methods in uk.ac.ed.computational_geometry.algorithm.marching_cubes with parameters of type Cube.Edge
 javax.vecmath.Point3d Cube.getCentrePoint(Cube.Edge edge)
           
protected  WyvillMarchingCubes.Intersection WyvillMarchingCubes.getIntersection(Cube cube, Cube.Edge edge)