public abstract class IndexedGeometryArrayState extends GeometryArrayState
| Modifier and Type | Field and Description |
|---|---|
protected int |
indexCount |
texCoordSetCount, texCoordSetMap, vertexCount, vertexFormatcontrol, node, nodeClassName, symbol| Constructor and Description |
|---|
IndexedGeometryArrayState(SymbolTableData symbol,
Controller control) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readConstructorParams(DataInput in)
Read the parameters required for the constructor of the Java3D object
|
void |
readObject(DataInput in) |
protected void |
writeConstructorParams(DataOutput out)
Write the parameters required for the constructor of the Java3D object
|
protected void |
writeIntArray(DataOutput out,
int[] array) |
void |
writeObject(DataOutput out)
DO NOT call symbolTable.addReference in writeObject as this (may)
result in a concurrentModificationException.
|
readDoubleArray, readFloatArray, writeDoubleArray, writeFloatArrayaddSubReferencebuildGraph, cleanup, createNode, createNode, createNode, createNode, createState, getNode, getNodeID, getSymbol, readString, writeStringpublic IndexedGeometryArrayState(SymbolTableData symbol, Controller control)
public void writeObject(DataOutput out) throws IOException
SceneGraphObjectStatewriteObject in class GeometryArrayStateIOExceptionpublic void readObject(DataInput in) throws IOException
readObject in class GeometryArrayStateIOExceptionprotected void writeConstructorParams(DataOutput out) throws IOException
SceneGraphObjectStatewriteConstructorParams in class GeometryArrayStateIOExceptionprotected void readConstructorParams(DataInput in) throws IOException
SceneGraphObjectStatereadConstructorParams in class GeometryArrayStateIOExceptionprotected void writeIntArray(DataOutput out, int[] array) throws IOException
IOExceptionCopyright © 2016–2022 SciJava. All rights reserved.