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=.
 

Properties

new unsafe ref float radius [get]
 
new unsafe ref int numNeis [get]
 
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]
 
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)
 

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: