Class VertexElementUserData

  • All Implemented Interfaces:
    IIndexedVertexElement

    public class VertexElementUserData
    extends VertexElement
    Defines custom user data for specified components. Usually it's application-specific data for special purpose.
    • Constructor Detail

      • VertexElementUserData

        public VertexElementUserData()
        Initializes a new instance of the VertexElementUserData class.
    • Method Detail

      • getData

        public java.lang.Object getData()
        The user data attached in this element
      • setData

        public void setData​(java.lang.Object value)
        The user data attached in this element
        Parameters:
        value - New value
      • clear

        public void clear()
        Clears all the data from this vertex element.
        Specified by:
        clear in class VertexElement
      • clone

        public VertexElement clone​(boolean withDirect,
                                   boolean withIndice)