Uses of Class
uk.ac.ed.computational_geometry.algorithm.mesh_optimisation.Mesh.CycleOfTriangles.Type

Packages that use Mesh.CycleOfTriangles.Type
uk.ac.ed.computational_geometry.algorithm.mesh_optimisation   
 

Uses of Mesh.CycleOfTriangles.Type in uk.ac.ed.computational_geometry.algorithm.mesh_optimisation
 

Methods in uk.ac.ed.computational_geometry.algorithm.mesh_optimisation that return Mesh.CycleOfTriangles.Type
 Mesh.CycleOfTriangles.Type Mesh.CycleOfTriangles.getType()
           
static Mesh.CycleOfTriangles.Type Mesh.CycleOfTriangles.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Mesh.CycleOfTriangles.Type[] Mesh.CycleOfTriangles.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.