Package WildMagic.LibGraphics.Detail
Class CreateClodMesh.VertexAttribute
- java.lang.Object
 - 
- WildMagic.LibGraphics.Detail.CreateClodMesh.VertexAttribute
 
 
- 
- Enclosing class:
 - CreateClodMesh
 
protected class CreateClodMesh.VertexAttribute extends java.lang.ObjectThe attributes associated with a vertex. These include the set of edges sharing the vertex and the set of triangles sharing the vertex. The data member m_kData allows an application to attach whatever data it wants associated with the vertex. The attachment/detachment is performed by the application in the OnVertexInsert/OnVertexRemove callbacks. 
- 
- 
Constructor Summary
Constructors Constructor Description VertexAttribute()Construct an attribute for a vertex. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty()Test if the sets of adjacent edges and triangles are empty. 
 -