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

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

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

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