#include <PartitionManager.h>
Inherits PartitionFilter.
Public Member Functions | |
| PartitionFilterIrregularArea (Coord3D *area, Int numPointsInArea) | |
Protected Member Functions | |
| virtual Bool | allow (Object *other) |
Reject all objects outside of the irregularly shaped area defined by the set of points passed in at creation. This is done using the even-odd rule against the points, assuming that the area is closed.
Definition at line 1037 of file PartitionManager.h.
|
inline |
Definition at line 1044 of file PartitionManager.h.
Implements PartitionFilter.
Definition at line 5066 of file PartitionManager.cpp.