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

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

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

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