Class VertexElementIntsTemplate

    • Method Detail

      • copyTo

        public void copyTo​(VertexElementIntsTemplate target)
        Copies data to specified element
        Parameters:
        target - Target.
      • getData

        public java.util.List<java.lang.Integer> getData()
        Gets the vertex data
      • setData

        public void setData​(int[] data)
        Load data
        Parameters:
        data -
      • clear

        public void clear()
        Removes all elements from the direct and the index arrays.
        Specified by:
        clear in class VertexElement