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

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

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

Fields in uk.ac.ed.computational_geometry.algorithm.marching_cubes with type parameters of type Cube.Vertex
protected  EnumMap<Cube.Vertex,Boolean> Cube.insides
           
protected  EnumMap<Cube.Vertex,javax.vecmath.Point3d> Cube.vertexes
           
 

Methods in uk.ac.ed.computational_geometry.algorithm.marching_cubes that return Cube.Vertex
static Cube.Vertex Cube.Vertex.getVertex(int mask)
           
 Cube.Vertex[] Cube.Face.getVertexes()
           
 Cube.Vertex[] Cube.Edge.getVertexes()
           
static Cube.Vertex Cube.Vertex.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Cube.Vertex[] Cube.Vertex.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.Vertex
 List<Cube.Vertex> Cube.Face.getVertexesClockwise()
           
 

Methods in uk.ac.ed.computational_geometry.algorithm.marching_cubes with parameters of type Cube.Vertex
 boolean Cube.Face.containsVertex(Cube.Vertex vertex)
           
 boolean Cube.Edge.containsVertex(Cube.Vertex vertex)
           
 javax.vecmath.Point3d Cube.getPoint(Cube.Vertex vertex)
           
 boolean Cube.isInside(Cube.Vertex vertex)