Class ModelSurfaceTopology.TriangleAttribute
- java.lang.Object
-
- gov.nih.mipav.view.renderer.J3D.model.structures.ModelSurfaceTopology.TriangleAttribute
-
- Enclosing class:
- ModelSurfaceTopology
protected class ModelSurfaceTopology.TriangleAttribute extends java.lang.Object
The attributes associated with a triangle. The triangle does not keep track of any adjacencies (these can be indirectly determined from other mesh components). The data member m_kData allows an application to attach whatever data it wants associated with the triangle. The attachment/detachment is performed by the application in the OnTriangleInsert/OnTriangleRemove callbacks.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
m_kData
support for application-specific data.
-
Constructor Summary
Constructors Constructor Description TriangleAttribute()
Construct an attribute for a triangle.
-