|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataListSet | |
---|---|
de.jreality.geometry | This package contains geometry related utilities. |
de.jreality.scene | This package contains the essential classes of the jReality scene graph. |
de.jreality.scene.data | Contains the structures to store and transfer all sorts of data in the scene. |
Uses of DataListSet in de.jreality.geometry |
---|
Methods in de.jreality.geometry with parameters of type DataListSet | |
---|---|
void |
IndexedFaceSetFactory.setFaceAttributes(DataListSet dls)
|
void |
QuadMeshFactory.setFaceAttributes(DataListSet dls)
|
void |
IndexedFaceSetFactory.setVertexAttributes(DataListSet dls)
|
void |
IndexedLineSetFactory.setVertexAttributes(DataListSet dls)
|
void |
PointSetFactory.setVertexAttributes(DataListSet dls)
|
void |
QuadMeshFactory.setVertexAttributes(DataListSet dls)
|
Uses of DataListSet in de.jreality.scene |
---|
Methods in de.jreality.scene that return DataListSet | |
---|---|
DataListSet |
Geometry.getAttributes(String attributeCategory)
Returns a read-only view to all currently defined target geometry attributes. |
DataListSet |
IndexedLineSet.getEdgeAttributes()
Returns a read-only view to all currently defined edge attributes. |
DataListSet |
IndexedFaceSet.getFaceAttributes()
Returns a read-only view to all currently defined face attributes. |
DataListSet |
PointSet.getVertexAttributes()
Returns a read-only view to all currently defined vertex attributes. |
Methods in de.jreality.scene with parameters of type DataListSet | |
---|---|
void |
Geometry.setAttributes(String attributeCategory,
DataListSet dls)
|
void |
Geometry.setCountAndAttributes(String attributeCategory,
DataListSet dls)
|
void |
IndexedLineSet.setEdgeAttributes(DataListSet dls)
|
void |
IndexedLineSet.setEdgeCountAndAttributes(DataListSet dls)
|
void |
IndexedFaceSet.setFaceAttributes(DataListSet dls)
|
void |
IndexedFaceSet.setFaceCountAndAttributes(DataListSet dls)
|
void |
PointSet.setVertexAttributes(DataListSet dls)
|
void |
PointSet.setVertexCountAndAttributes(DataListSet dls)
|
Uses of DataListSet in de.jreality.scene.data |
---|
Subclasses of DataListSet in de.jreality.scene.data | |
---|---|
class |
ByteBufferListSet
DataListSet for converting an existing set into a set consisting of ByteBufferList replacements if possible. |
Methods in de.jreality.scene.data that return DataListSet | |
---|---|
static DataListSet |
ByteBufferList.prepareDataListSet(DataListSet attributes)
|
DataListSet |
DataListSet.readOnly()
|
Methods in de.jreality.scene.data with parameters of type DataListSet | |
---|---|
static DataListSet |
ByteBufferList.prepareDataListSet(DataListSet attributes)
|
static void |
ByteBufferList.releaseDataListSet(DataListSet attributes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |