org.jmol.export
Class MeshData.Data
java.lang.Object
org.jmol.export.MeshData.Data
- Enclosing class:
- MeshData
static class MeshData.Data
- extends Object
This internal class is a container for the return values of the getXxxData
methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
faces
private int[][] faces
normals
private Tuple3f[] normals
nVertices
private int nVertices
nNormals
private int nNormals
MeshData.Data
MeshData.Data()
getFaces
int[][] getFaces()
- Returns:
- The faces.
getVertexCount
int getVertexCount()
- Returns:
- vertex count
getNormalCount
int getNormalCount()
- Returns:
- vertex count
getNormals
Tuple3f[] getNormals()
- Returns:
- The normals.