Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
csClipper Class Reference
[Geometry utilities]
The csClipper class is an abstract parent to all 2D clipping objects.
More...
#include <csgeom/polyclip.h>
Inheritance diagram for csClipper:

Public Member Functions | |
csClipper () | |
Constructor. | |
virtual | ~csClipper () |
Destructor. | |
virtual uint8 | ClipInPlace (csVector2 *InPolygon, int &InOutCount, csBox2 &BoundingBox) |
Wrapper function: clip a polygon in-place. | |
uint8 | LastClipResult () |
most recent Clipresult | |
Protected Attributes | |
uint8 | mrClipping |
Result of most recent clipping. | |
Static Protected Attributes | |
csPoly2DPool * | polypool |
This variable holds a pool for 2D polygons as used by the clipper. |
Detailed Description
The csClipper class is an abstract parent to all 2D clipping objects.
Definition at line 40 of file polyclip.h.
Constructor & Destructor Documentation
|
Constructor.
|
|
Destructor.
|
Member Function Documentation
|
Wrapper function: clip a polygon in-place.
Implements iClipper2D. |
|
most recent Clipresult
Definition at line 64 of file polyclip.h. |
Member Data Documentation
|
Result of most recent clipping.
Definition at line 47 of file polyclip.h. |
|
This variable holds a pool for 2D polygons as used by the clipper.
Definition at line 44 of file polyclip.h. |
The documentation for this class was generated from the following file:
- csgeom/polyclip.h
Generated for Crystal Space by doxygen 1.3.9.1