Class VertexElementTemplate<T>

    • Method Detail

      • copyTo

        public void copyTo​(VertexElementTemplate<T> target)
        Copies data to specified element
        Parameters:
        target - Target.
      • getData

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

        public void setData​(T[] 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