Uses of Class
ProGAL.geom3d.complex.CVertex.DegenerateCase

Packages that use CVertex.DegenerateCase
ProGAL.geom3d.complex A simplicial complex is a topological space of a particular kind, constructed by "gluing together" points, line segments, triangles, and their n-dimensional counterparts. 
 

Uses of CVertex.DegenerateCase in ProGAL.geom3d.complex
 

Methods in ProGAL.geom3d.complex that return CVertex.DegenerateCase
 CVertex.DegenerateCase CVertex.getDegCase()
           
static CVertex.DegenerateCase CVertex.DegenerateCase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CVertex.DegenerateCase[] CVertex.DegenerateCase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ProGAL.geom3d.complex with parameters of type CVertex.DegenerateCase
 void CVertex.setDegCase(CVertex.DegenerateCase degCase)