Class ModelSurfaceTopology.Vertex
java.lang.Object
gov.nih.mipav.view.renderer.J3D.model.structures.ModelSurfaceTopology.Vertex
- Enclosing class:
ModelSurfaceTopology
A representation of a vertex for the vertex-edge-triangle table. This class just stores the index of the vertex
but is unconcerned about the actually vertex 3D coordinate. The class extends Object to obtain support for
hashing into a map of vertices.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_iV
public int m_iVDOCUMENT ME!
-
-
Constructor Details
-
Vertex
public Vertex(int iV) Constructs a vertex in the table.- Parameters:
iV- the index of the vertex
-
-
Method Details
-
equals
Support for hashing into a map of vertices. -
hashCode
public int hashCode()Support for hashing into a map of vertices.
-