MeshLib C# Docs
Loading...
Searching...
No Matches
MR.TriangulationHelpers.Settings Class Reference

Generated from class MR.TriangulationHelpers.Settings. This is the non-const half of the class. More...

Inheritance diagram for MR.TriangulationHelpers.Settings:

Public Member Functions

unsafe Settings ()
 Constructs an empty (default-constructed) instance.
unsafe Settings (float radius, int numNeis, float critAngle, float boundaryAngle, MR.Const_VertCoords? orientedNormals, MR.Const_VertBitSet? untrustedNormals, bool automaticRadiusIncrease, int maxRemoves, MR.Std.Vector_MRVertId? allNeighbors, MR.Misc.InOut< float >? actualRadius, MR.Const_PointCloud? searchNeighbors)
 Constructs MR.TriangulationHelpers.Settings elementwise.
unsafe Settings (MR.TriangulationHelpers.Const_Settings _other)
 Generated from constructor MR.TriangulationHelpers.Settings.Settings.
 Settings (Settings _other)
 Generated from constructor MR.TriangulationHelpers.Settings.Settings.
unsafe MR.TriangulationHelpers.Settings assign (MR.TriangulationHelpers.Const_Settings _other)
 Generated from method MR::TriangulationHelpers::Settings::operator=.
Public Member Functions inherited from MR.TriangulationHelpers.Const_Settings
virtual void Dispose ()
unsafe Const_Settings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Settings (float radius, int numNeis, float critAngle, float boundaryAngle, MR.Const_VertCoords? orientedNormals, MR.Const_VertBitSet? untrustedNormals, bool automaticRadiusIncrease, int maxRemoves, MR.Std.Vector_MRVertId? allNeighbors, MR.Misc.InOut< float >? actualRadius, MR.Const_PointCloud? searchNeighbors)
 Constructs MR.TriangulationHelpers.Settings elementwise.
unsafe Const_Settings (MR.TriangulationHelpers.Const_Settings _other)
 Generated from constructor MR.TriangulationHelpers.Settings.Settings.
 Const_Settings (Settings _other)
 Generated from constructor MR.TriangulationHelpers.Settings.Settings.

Properties

new unsafe ref float radius [get]
 initial radius of search for neighbours, it can be increased automatically; if radius is positive then numNeis must be zero
new unsafe ref int numNeis [get]
 initially selects given number of nearest neighbours; if numNeis is positive then radius must be zero
new unsafe ref float critAngle [get]
 max allowed angle for triangles in fan
new unsafe ref float boundaryAngle [get]
 the vertex is considered as boundary if its neighbor ring has angle more than this value
new unsafe MR.? Const_VertCoords orientedNormals [get, set]
 if oriented normals are known, they will be used for neighbor points selection except for the ones indicated by untrustedNormals
new unsafe MR.? Const_VertBitSet untrustedNormals [get, set]
new unsafe ref bool automaticRadiusIncrease [get]
 automatic increase of the radius if points outside can make triangles from original radius not-Delone
new unsafe ref int maxRemoves [get]
 the maximum number of optimization steps (removals) in local triangulation
new unsafe MR.Std.? Vector_MRVertId allNeighbors [get, set]
 optional output of considered neighbor points after filtering but before triangulation/optimization
new unsafe MR.Misc.? Box< float > actualRadius [get, set]
 optional output: actual radius of neighbor search (after increase if any)
new unsafe MR.? Const_PointCloud searchNeighbors [get, set]
 optional: if provided this cloud will be used for searching of neighbors (so it must have same validPoints)
Properties inherited from MR.TriangulationHelpers.Const_Settings
unsafe float radius [get]
 initial radius of search for neighbours, it can be increased automatically; if radius is positive then numNeis must be zero
unsafe int numNeis [get]
 initially selects given number of nearest neighbours; if numNeis is positive then radius must be zero
unsafe float critAngle [get]
 max allowed angle for triangles in fan
unsafe float boundaryAngle [get]
 the vertex is considered as boundary if its neighbor ring has angle more than this value
unsafe MR.? Const_VertCoords orientedNormals [get]
 if oriented normals are known, they will be used for neighbor points selection except for the ones indicated by untrustedNormals
unsafe MR.? Const_VertBitSet untrustedNormals [get]
unsafe bool automaticRadiusIncrease [get]
 automatic increase of the radius if points outside can make triangles from original radius not-Delone
unsafe int maxRemoves [get]
 the maximum number of optimization steps (removals) in local triangulation
unsafe MR.Std.? Vector_MRVertId allNeighbors [get]
 optional output of considered neighbor points after filtering but before triangulation/optimization
unsafe MR.Misc.? Box< float > actualRadius [get]
 optional output: actual radius of neighbor search (after increase if any)
unsafe MR.? Const_PointCloud searchNeighbors [get]
 optional: if provided this cloud will be used for searching of neighbors (so it must have same validPoints)

Additional Inherited Members

Protected Member Functions inherited from MR.TriangulationHelpers.Const_Settings
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.TriangulationHelpers.Const_Settings
unsafe float * __ref_storage_radius
unsafe int * __ref_storage_numNeis
unsafe float * __ref_storage_critAngle
unsafe float * __ref_storage_boundaryAngle
unsafe MR.Const_VertCoords._Underlying ** __ptr_storage_orientedNormals
unsafe MR.Const_VertBitSet._Underlying ** __ptr_storage_untrustedNormals
unsafe bool * __ref_storage_automaticRadiusIncrease
unsafe int * __ref_storage_maxRemoves
unsafe MR.Std.Vector_MRVertId._Underlying ** __ptr_storage_allNeighbors
unsafe float ** __ptr_storage_actualRadius
unsafe MR.Const_PointCloud._Underlying ** __ptr_storage_searchNeighbors

Detailed Description

Generated from class MR.TriangulationHelpers.Settings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Settings() [1/4]

unsafe MR.TriangulationHelpers.Settings.Settings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Settings() [2/4]

unsafe MR.TriangulationHelpers.Settings.Settings ( float radius,
int numNeis,
float critAngle,
float boundaryAngle,
MR.Const_VertCoords? orientedNormals,
MR.Const_VertBitSet? untrustedNormals,
bool automaticRadiusIncrease,
int maxRemoves,
MR.Std.Vector_MRVertId? allNeighbors,
MR.Misc.InOut< float >? actualRadius,
MR.Const_PointCloud? searchNeighbors )
inline

Constructs MR.TriangulationHelpers.Settings elementwise.

◆ Settings() [3/4]

unsafe MR.TriangulationHelpers.Settings.Settings ( MR.TriangulationHelpers.Const_Settings _other)
inline

Generated from constructor MR.TriangulationHelpers.Settings.Settings.

◆ Settings() [4/4]

MR.TriangulationHelpers.Settings.Settings ( Settings _other)
inline

Generated from constructor MR.TriangulationHelpers.Settings.Settings.

Member Function Documentation

◆ assign()

unsafe MR.TriangulationHelpers.Settings MR.TriangulationHelpers.Settings.assign ( MR.TriangulationHelpers.Const_Settings _other)
inline

Generated from method MR::TriangulationHelpers::Settings::operator=.

Property Documentation

◆ actualRadius

new unsafe MR.Misc.? Box<float> MR.TriangulationHelpers.Settings.actualRadius
getset

optional output: actual radius of neighbor search (after increase if any)

◆ allNeighbors

new unsafe MR.Std.? Vector_MRVertId MR.TriangulationHelpers.Settings.allNeighbors
getset

optional output of considered neighbor points after filtering but before triangulation/optimization

◆ automaticRadiusIncrease

new unsafe ref bool MR.TriangulationHelpers.Settings.automaticRadiusIncrease
get

automatic increase of the radius if points outside can make triangles from original radius not-Delone

◆ boundaryAngle

new unsafe ref float MR.TriangulationHelpers.Settings.boundaryAngle
get

the vertex is considered as boundary if its neighbor ring has angle more than this value

◆ critAngle

new unsafe ref float MR.TriangulationHelpers.Settings.critAngle
get

max allowed angle for triangles in fan

◆ maxRemoves

new unsafe ref int MR.TriangulationHelpers.Settings.maxRemoves
get

the maximum number of optimization steps (removals) in local triangulation

◆ numNeis

new unsafe ref int MR.TriangulationHelpers.Settings.numNeis
get

initially selects given number of nearest neighbours; if numNeis is positive then radius must be zero

◆ orientedNormals

new unsafe MR.? Const_VertCoords MR.TriangulationHelpers.Settings.orientedNormals
getset

if oriented normals are known, they will be used for neighbor points selection except for the ones indicated by untrustedNormals

◆ radius

new unsafe ref float MR.TriangulationHelpers.Settings.radius
get

initial radius of search for neighbours, it can be increased automatically; if radius is positive then numNeis must be zero

◆ searchNeighbors

new unsafe MR.? Const_PointCloud MR.TriangulationHelpers.Settings.searchNeighbors
getset

optional: if provided this cloud will be used for searching of neighbors (so it must have same validPoints)

◆ untrustedNormals

new unsafe MR.? Const_VertBitSet MR.TriangulationHelpers.Settings.untrustedNormals
getset

The documentation for this class was generated from the following file: