Package WildMagic.LibGraphics.Detail
Class CreateClodMesh.EdgeAttribute
- java.lang.Object
 - 
- WildMagic.LibGraphics.Detail.CreateClodMesh.EdgeAttribute
 
 
- 
- Enclosing class:
 - CreateClodMesh
 
protected class CreateClodMesh.EdgeAttribute extends java.lang.ObjectThe 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 booleanisEmpty()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.  
 - 
 
 -