org.jmol.export
Class MeshData.Data

java.lang.Object
  extended by org.jmol.export.MeshData.Data
Enclosing class:
MeshData

static class MeshData.Data
extends java.lang.Object

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

faces

private int[][] faces

normals

private javax.vecmath.Tuple3f[] normals

nVertices

private int nVertices

nNormals

private int nNormals
Constructor Detail

MeshData.Data

MeshData.Data()
Method Detail

getFaces

int[][] getFaces()
Returns:
The faces.

getVertexCount

int getVertexCount()
Returns:
vertex count

getNormalCount

int getNormalCount()
Returns:
vertex count

getNormals

javax.vecmath.Tuple3f[] getNormals()
Returns:
The normals.