Uses of Class
Jcg.polyhedron.Vertex
Packages that use Vertex
-
Uses of Vertex in Jcg.meshgeneration
Fields in Jcg.meshgeneration with type parameters of type VertexModifier and TypeFieldDescriptionSphereGeneration.originalVerticesRandomSamplingTriangulations.outerFaceMethods in Jcg.meshgeneration that return VertexMethods in Jcg.meshgeneration with parameters of type Vertex -
Uses of Vertex in Jcg.polyhedron
Subclasses with type arguments of type Vertex in Jcg.polyhedronFields in Jcg.polyhedron declared as VertexFields in Jcg.polyhedron with type parameters of type VertexModifier and TypeFieldDescriptionPolyhedron_3.verticesdynamic array storing the vertices of the meshMethods in Jcg.polyhedron that return VertexMethods in Jcg.polyhedron with parameters of type VertexModifier and TypeMethodDescriptionvoidPolyhedron_3.eraseCenterVertex(Vertex<X> v) Replace the star of a vertex v by a new face.voidintPolyhedron_3.vertexDegree(Vertex<X> v) compute the degree of a vertex -
Uses of Vertex in Jcg.util
Modifier and TypeMethodDescriptionintMeshStatistics.computeAllDistancesFromVertex(Vertex v) Compute, from each vertex, the (graph) distance to vertex v It performs a BFS visit of the entire mesh starting from vertex vintMeshStatistics.vertexBandwidth(Vertex v) Return the vertex bandwidth of a vertex v.