Class ModelSurfaceTopology.TriangleAttribute
java.lang.Object
gov.nih.mipav.view.renderer.J3D.model.structures.ModelSurfaceTopology.TriangleAttribute
- Enclosing class:
ModelSurfaceTopology
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_kData
support for application-specific data.
-
-
Constructor Details
-
TriangleAttribute
public TriangleAttribute()Construct an attribute for a triangle.
-