Class for Delaunay triangulation method from points. More...
#include <rvc/optriangulation.h>

Public Member Functions | |
| DELAUNAY_PARAMETERS () | |
| ~DELAUNAY_PARAMETERS () | |
| double | GetMaximumMemory () const |
| double | GetTolerance () const |
| double | GetZOffset () const |
| double | GetZScale () const |
| void | SetMaximumMemory (const double MaximumMemory) |
| double | SetTolerance (const double tolerance) |
| void | SetZOffset (const double ZOffset) |
| double | SetZScale (const double ZScale) |
Class for Delaunay triangulation method from points.
| RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::DELAUNAY_PARAMETERS | ( | ) |
Construct with default values.
| RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::~DELAUNAY_PARAMETERS | ( | ) |
Destructor.
| double RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::GetMaximumMemory | ( | ) | const [inline] |
Returns maximum memory to use for internal buffers in MB.
| double RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::GetTolerance | ( | ) | const [inline] |
Returns tolerance distance between points.
| double RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::GetZOffset | ( | ) | const [inline] |
Returns desired z offset for points.
| double RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::GetZScale | ( | ) | const [inline] |
Returns desired z scale for points.
| void RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::SetMaximumMemory | ( | const double | MaximumMemory | ) | [inline] |
Set maximum memory to use for internal buffers in MB.
| double RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::SetTolerance | ( | const double | tolerance | ) |
Set tolerance distance between points.
| void RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::SetZOffset | ( | const double | ZOffset | ) | [inline] |
Set desired z offset for points.
| double RVC::OP::TRIANGULATION::DELAUNAY_PARAMETERS::SetZScale | ( | const double | ZScale | ) |
Set desired z scale for points.
1.6.1