cellularSurface.examples
Class HexGrid

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

public class HexGrid
extends CellularSurface

HexGrid.java Created: Tue Apr 16 11:04:11 2002

See Also:
Serialized Form

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

HexGrid

public HexGrid(int size)