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

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

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

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