computational.geometry.pointinpolygon
Class PointInPolygon

java.lang.Object
  extended by computational.geometry.pointinpolygon.PointInConvexPolygon
      extended by computational.geometry.pointinpolygon.PointInSimplePolygon
          extended by computational.geometry.pointinpolygon.PointInPolygon

public abstract class PointInPolygon
extends PointInSimplePolygon


Field Summary
 
Fields inherited from class computational.geometry.pointinpolygon.PointInConvexPolygon
history, polygon
 
Constructor Summary
PointInPolygon()
          CONSTRUCTORS
PointInPolygon(Polygon poly, LogManager history)
           
 
Method Summary
 void setPolygon(Polygon poly)
          METHOD OVERRIDING
 
Methods inherited from class computational.geometry.pointinpolygon.PointInConvexPolygon
addVertex, clear, deleteVertex, getLogManager, getPolygon, inside, isUpdated, moveVertex, setLogManager, setUpdated, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointInPolygon

public PointInPolygon()
CONSTRUCTORS


PointInPolygon

public PointInPolygon(Polygon poly,
                      LogManager history)
Method Detail

setPolygon

public void setPolygon(Polygon poly)
METHOD OVERRIDING

Overrides:
setPolygon in class PointInSimplePolygon