#include <TreatWDPoly.hpp>
Public Member Functions | |
WDP () | |
~WDP () | |
deque< OGraphic * > | polygonalise (deque< OHL * > ha, double) |
Protected Member Functions | |
void | polygonalise () |
double | surface (int, int) |
void | pointPrint (int, int) |
void | linePrint (int, int) |
Protected Attributes | |
double | th |
deque< OPoint * > | pa |
deque< OGraphic * > | la |
|
Constructor |
|
Destructor |
|
Line print (debug) |
|
Point print (debug) |
|
Polygonalise a OHL of OHL object be sure to use parse function before |
|
Main Wall & Danielson algorithm |
|
Compute the surface between a curve and its corresponding vector |
|
|
|
|
|
|