Package com.aspose.threed
Class VertexElementIntsTemplate
- java.lang.Object
-
- com.aspose.threed.VertexElement
-
- com.aspose.threed.VertexElementIntsTemplate
-
- All Implemented Interfaces:
IIndexedVertexElement
- Direct Known Subclasses:
VertexElementPolygonGroup
,VertexElementSmoothingGroup
public abstract class VertexElementIntsTemplate extends VertexElement
A helper class for defining concreteVertexElement
implementations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Removes all elements from the direct and the index arrays.void
copyTo(VertexElementIntsTemplate target)
Copies data to specified elementjava.util.List<java.lang.Integer>
getData()
Gets the vertex datavoid
setData(int[] data)
Load data-
Methods inherited from class com.aspose.threed.VertexElement
clone, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setIndices, setMappingMode, setName, setReferenceMode, toString
-
-
-
-
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 classVertexElement
-
-