Class ModelSurfaceTopology.VertexAttribute
- java.lang.Object
-
- gov.nih.mipav.view.renderer.J3D.model.structures.ModelSurfaceTopology.VertexAttribute
-
- Enclosing class:
- ModelSurfaceTopology
protected class ModelSurfaceTopology.VertexAttribute extends java.lang.Object
The attributes associated with a vertex. These include the set of edges sharing the vertex and the set of triangles sharing the vertex. The data member m_kData allows an application to attach whatever data it wants associated with the vertex. The attachment/detachment is performed by the application in the OnVertexInsert/OnVertexRemove callbacks.
-
-
Constructor Summary
Constructors Constructor Description VertexAttribute()
Construct an attribute for a vertex.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
Test if the sets of adjacent edges and triangles are empty.
-