public class GeometrySubBuffer extends Object
| Constructor and Description |
|---|
GeometrySubBuffer(GeometryBuffer geometryBuffer,
int baseIndex) |
| Modifier and Type | Method and Description |
|---|---|
org.bimserver.shared.HashMapVirtualObject |
get(org.bimserver.shared.HashMapVirtualObject info) |
int |
getBaseIndex() |
int |
getNrColors() |
int |
getNrIndices() |
int |
getNrLineIndices() |
int |
getNrObjects() |
int |
getNrTriangles() |
int |
getNrVertices() |
int |
getPreparedByteSize() |
int |
getTotalColorPackSize() |
void |
incNrColors(int nrColors) |
void |
incNrIndices(int nrIndices) |
void |
incNrLineIndices(int nrLineIndices) |
void |
incNrObjects() |
void |
incNrVertices(int nrVertices) |
void |
incPreparedSize(int byteSize) |
void |
incTotalColorPackSize(int bytes) |
Set<org.bimserver.shared.HashMapVirtualObject> |
keySet() |
void |
put(org.bimserver.shared.HashMapVirtualObject hashMapVirtualObject,
org.bimserver.shared.HashMapVirtualObject data) |
void |
setBaseIndex(int baseIndex) |
void |
setNrColors(int nrColors) |
void |
setNrIndices(int nrIndices) |
void |
setNrVertices(int nrVertices) |
void |
setPreparedByteSize(int preparedByteSize) |
public GeometrySubBuffer(GeometryBuffer geometryBuffer, int baseIndex)
public int getNrTriangles()
public void put(org.bimserver.shared.HashMapVirtualObject hashMapVirtualObject,
org.bimserver.shared.HashMapVirtualObject data)
public Set<org.bimserver.shared.HashMapVirtualObject> keySet()
public org.bimserver.shared.HashMapVirtualObject get(org.bimserver.shared.HashMapVirtualObject info)
public int getPreparedByteSize()
public void setPreparedByteSize(int preparedByteSize)
public int getNrIndices()
public int getNrLineIndices()
public void setNrIndices(int nrIndices)
public int getNrVertices()
public void setNrVertices(int nrVertices)
public int getNrColors()
public void setNrColors(int nrColors)
public void incNrIndices(int nrIndices)
public void incNrLineIndices(int nrLineIndices)
public void incNrVertices(int nrVertices)
public void incNrColors(int nrColors)
public void incPreparedSize(int byteSize)
public void incNrObjects()
public int getNrObjects()
public void incTotalColorPackSize(int bytes)
public int getTotalColorPackSize()
public void setBaseIndex(int baseIndex)
public int getBaseIndex()
Copyright © 2019 OpenSource BIM. All rights reserved.