Package WildMagic.LibFoundation.Meshes
Class VETMesh.EdgeAttribute
- java.lang.Object
 - 
- WildMagic.LibFoundation.Meshes.VETMesh.EdgeAttribute
 
 
- 
- Enclosing class:
 - VETMesh
 
protected class VETMesh.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. 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.Objectm_kDatasupport for application-specific data.TSmallUnorderedSetm_kTSetset of.  
- 
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 TSmallUnorderedSet m_kTSet
set of.  
 - 
 
 -