de.jreality.scene.data
Class ByteBufferListSet
java.lang.Object
de.jreality.scene.data.DataListSet
de.jreality.scene.data.ByteBufferListSet
- All Implemented Interfaces:
- java.io.Serializable
public class ByteBufferListSet
- extends DataListSet
DataListSet for converting an existing set into a set consisting of
ByteBufferList replacements if possible. As we cannot convert dynamic size
Arrays to ByteBufferLists, it should be possible, to simply add a readonly list.
- Author:
- weissman
- See Also:
- Serialized Form
Methods inherited from class de.jreality.scene.data.DataListSet |
addReadOnly, addWritable, addWritable, containsAttribute, get, getList, getListLength, getNumAttributes, getWritableList, readOnly, remove, reset, set, storedAttributes, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ByteBufferListSet
public ByteBufferListSet(int numDataItems)
addReadOnlyList
public void addReadOnlyList(Attribute a,
DataList list)