Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_kData

        public java.lang.Object m_kData
        support for application-specific data.
    • Constructor Detail

      • TriangleAttribute

        public TriangleAttribute()
        Construct an attribute for a triangle.