cellularSurface.examples
Class Dodecahedron

java.lang.Object
  extended bycellularSurface.CellularSurface
      extended bycellularSurface.examples.Dodecahedron
All Implemented Interfaces:
java.io.Serializable

public class Dodecahedron
extends CellularSurface
implements java.io.Serializable

A cellular surface with the combinatorics of the dodecahedron.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cellularSurface.CellularSurface
NO_ELEMENT, NON_ORIENTED_INC, NON_ORIENTED_NON_DIRECTED_INC
 
Constructor Summary
Dodecahedron()
           
 
Method Summary
 void init()
           
 
Methods inherited from class cellularSurface.CellularSurface
boundary, boundaryLength, buildFromFaceBoundaries, buildPoincareDual, contractEdge, copy, edgeWithLeftFace, edgeWithTerminalVertex, equals, firstEdgeWithLeftFace, fullIndexFromNonOriented, fullIndexFromNonOrientedNonDirected, getInitialVertex, getLeftFace, getNextEdge, getNumEdges, getNumFaces, getNumVertices, getPreviousEdge, hasPositiveDirection, hasPositiveOrientation, initialVertex, isBoundaryFace, isNoElement, lastEdgeWithLeftFace, leftEdgeOfInitialVertex, leftEdgeOfTerminalVertex, leftFace, leftmostEdgeWithTerminalVertex, medialGraph, nextEdgeOfLeftFace, nextEdgeOfRightFace, nonDirectedIndex, nonOrientedIndex, nonOrientedNonDirectedIndex, previousEdgeOfLeftFace, previousEdgeOfRightFace, printData, reverseDirection, reverseOrientation, reverseOrientationAndDirection, rightEdgeOfInitialVertex, rightEdgeOfTerminalVertex, rightFace, slideEdgeLeft, slideEdgeRight, splitEdgeAcross, splitEdgeAlong, terminalVertex, truncateVertex, truncateVertices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dodecahedron

public Dodecahedron()
Method Detail

init

public void init()