|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmol.export.MeshData.Data
static class MeshData.Data
This internal class is a container for the return values of the getXxxData methods.
Field Summary | |
---|---|
private int[][] |
faces
|
private int |
nNormals
|
private javax.vecmath.Tuple3f[] |
normals
|
private int |
nVertices
|
Constructor Summary | |
---|---|
MeshData.Data()
|
Method Summary | |
---|---|
(package private) int[][] |
getFaces()
|
(package private) int |
getNormalCount()
|
(package private) javax.vecmath.Tuple3f[] |
getNormals()
|
(package private) int |
getVertexCount()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int[][] faces
private javax.vecmath.Tuple3f[] normals
private int nVertices
private int nNormals
Constructor Detail |
---|
MeshData.Data()
Method Detail |
---|
int[][] getFaces()
int getVertexCount()
int getNormalCount()
javax.vecmath.Tuple3f[] getNormals()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |