|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.structures.geom.Surface
public abstract class Surface
The Class Surface.
| Field Summary | |
|---|---|
protected java.util.HashSet<Edge> |
edges
The edges. |
protected java.util.HashSet<Face> |
faces
The faces. |
protected java.util.HashSet<Vertex> |
vertices
The vertices. |
| Constructor Summary | |
|---|---|
Surface(int vertexCount)
Instantiates a new surface. |
|
| Method Summary | |
|---|---|
void |
add(Face f)
Adds the. |
Edge[] |
getEdges()
Gets the edges. |
Face[] |
getFaces()
Gets the faces. |
abstract GeometryArray |
getGeometryArray()
Gets the geometry array. |
Vertex[] |
getVertices()
Gets the vertices. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.HashSet<Face> faces
protected java.util.HashSet<Vertex> vertices
protected java.util.HashSet<Edge> edges
| Constructor Detail |
|---|
public Surface(int vertexCount)
vertexCount - the vertex count| Method Detail |
|---|
public Vertex[] getVertices()
public Edge[] getEdges()
public Face[] getFaces()
public void add(Face f)
f - the fpublic abstract GeometryArray getGeometryArray()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||