cellularSurface.examples
Class QuadMesh

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

public class QuadMesh
extends CellularSurface

QuadMesh.java Created: Sun Apr 7 12:23:23 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
QuadMesh(int width, int height)
           
 
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

QuadMesh

public QuadMesh(int width,
                int height)