Class ModelSurfaceTopology.EdgeAttribute
- java.lang.Object
-
- gov.nih.mipav.view.renderer.J3D.model.structures.ModelSurfaceTopology.EdgeAttribute
-
- Enclosing class:
- ModelSurfaceTopology
protected class ModelSurfaceTopology.EdgeAttribute extends java.lang.Object
The attributes associated with an edge. These include the set of triangles sharing the edge. The data member m_kData allows an application to attach whatever data it wants associated with the edge. The attachment/detachment is performed by the application in the OnEdgeInsert/OnEdgeRemove callbacks.
-
-
Constructor Summary
Constructors Constructor Description EdgeAttribute()
Construct an attribute for an edge.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
Test if the set of adjacent triangles is empty.
-
-
-
Field Detail
-
m_kData
public java.lang.Object m_kData
support for application-specific data.
-
m_kTSet
public ModelSet m_kTSet
set of.
-
-