edu.jhu.cs.cisst.algorithms.geometry.surface
Class IsoSurfaceGenerator.Triangle

java.lang.Object
  extended by edu.jhu.cs.cisst.algorithms.geometry.surface.IsoSurfaceGenerator.Triangle
Enclosing class:
IsoSurfaceGenerator

protected class IsoSurfaceGenerator.Triangle
extends java.lang.Object

The Class Triangle stores vertex ids.


Field Summary
protected  int[] vids
          The vertex ids.
 
Constructor Summary
IsoSurfaceGenerator.Triangle()
          Instantiates a new triangle.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vids

protected int[] vids
The vertex ids.

Constructor Detail

IsoSurfaceGenerator.Triangle

public IsoSurfaceGenerator.Triangle()
Instantiates a new triangle.