Generate voronoi polygons from a source point object. More...
#include <rvc/opgeomtovoronoi.h>
Static Public Member Functions | |
| static ERRVALUE | Process (const RVC::OBJITEM &SrcGeomObjItem, BITSET_UNOWNED *PointSel, BITSET_UNOWNED *OutputSel, RVC::OBJITEM &DestVectObjItem, double ExtFactor) |
Generate voronoi polygons from a source point object.
| static ERRVALUE RVC::OP::GEOMETRIC_TO_VORONOI_POLYGONS::Process | ( | const RVC::OBJITEM & | SrcGeomObjItem, | |
| BITSET_UNOWNED * | PointSel, | |||
| BITSET_UNOWNED * | OutputSel, | |||
| RVC::OBJITEM & | DestVectObjItem, | |||
| double | ExtFactor | |||
| ) | [static] |
| SrcGeomObjItem | Source geometric object that contains points | |
| PointSel | Bit-array for selecting points for processing (may be NULL to select all) | |
| OutputSel | Bit-array for selecting points to merge together (may be NULL if just want simple Voronoi) | |
| DestVectObjItem | Destination RVC::OBJITEM genreated with CreateNew(), RETURNED with voronoi vector object | |
| ExtFactor | Boundary extension factor between 0.0....1.0 |
1.6.1