cellularSurface.examples
Class Cube

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

public class Cube
extends CellularSurface
implements java.io.Serializable

The combinatorial type of the cube.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cellularSurface.CellularSurface
NO_ELEMENT, NON_ORIENTED_INC, NON_ORIENTED_NON_DIRECTED_INC
 
Constructor Summary
Cube()
           
 
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

Cube

public Cube()
Method Detail

init

public void init()