Generated from class MR.PlanarTriangulation.TriangulationParameters. This is the non-const half of the class.
More...
|
| new unsafe MR.Std.? Const_Vector_StdVectorMRVertId | holeVertsIds [get, set] |
| | if set merge only points with same vertex id, otherwise merge all points with same coordinates
|
| new unsafe MR.? Vector_Int_MRFaceId | outFaceWinding [get, set] |
| | optional output: winding number of the region each face belongs to; when set, Delone flips after triangulation are skipped, so each face stays strictly inside one winding region
|
| new unsafe MR.PlanarTriangulation.? IntersectionsMap | outInterMap [get, set] |
| | optional output: maps each vertex created at contours intersection to the pair of intersected edges; vertices with id less than shift are original contour vertices
|
| unsafe MR.Std.? Const_Vector_StdVectorMRVertId | holeVertsIds [get] |
| | if set merge only points with same vertex id, otherwise merge all points with same coordinates
|
| unsafe MR.? Vector_Int_MRFaceId | outFaceWinding [get] |
| | optional output: winding number of the region each face belongs to; when set, Delone flips after triangulation are skipped, so each face stays strictly inside one winding region
|
| unsafe MR.PlanarTriangulation.? IntersectionsMap | outInterMap [get] |
| | optional output: maps each vertex created at contours intersection to the pair of intersected edges; vertices with id less than shift are original contour vertices
|
Generated from class MR.PlanarTriangulation.TriangulationParameters. This is the non-const half of the class.
◆ TriangulationParameters() [1/4]
| unsafe MR.PlanarTriangulation.TriangulationParameters.TriangulationParameters |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ TriangulationParameters() [2/4]
◆ TriangulationParameters() [3/4]
◆ TriangulationParameters() [4/4]
◆ assign()
Generated from method MR::PlanarTriangulation::TriangulationParameters::operator=.
◆ holeVertsIds
| new unsafe MR.Std.? Const_Vector_StdVectorMRVertId MR.PlanarTriangulation.TriangulationParameters.holeVertsIds |
|
getset |
if set merge only points with same vertex id, otherwise merge all points with same coordinates
◆ outFaceWinding
| new unsafe MR.? Vector_Int_MRFaceId MR.PlanarTriangulation.TriangulationParameters.outFaceWinding |
|
getset |
optional output: winding number of the region each face belongs to; when set, Delone flips after triangulation are skipped, so each face stays strictly inside one winding region
◆ outInterMap
| new unsafe MR.PlanarTriangulation.? IntersectionsMap MR.PlanarTriangulation.TriangulationParameters.outInterMap |
|
getset |
optional output: maps each vertex created at contours intersection to the pair of intersected edges; vertices with id less than shift are original contour vertices
The documentation for this class was generated from the following file: