MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PolylineComponents.Const_LargeByLengthComponentsSettings Class Reference

Generated from class MR.PolylineComponents.LargeByLengthComponentsSettings. This is the const half of the class. More...

Inheritance diagram for MR.PolylineComponents.Const_LargeByLengthComponentsSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_LargeByLengthComponentsSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_LargeByLengthComponentsSettings (int maxLargeComponents, MR.Misc.InOut< int >? numSmallerComponents, float minLength)
 Constructs MR.PolylineComponents.LargeByLengthComponentsSettings elementwise.
unsafe Const_LargeByLengthComponentsSettings (MR.PolylineComponents.Const_LargeByLengthComponentsSettings _other)
 Generated from constructor MR.PolylineComponents.LargeByLengthComponentsSettings.LargeByLengthComponentsSettings.
 Const_LargeByLengthComponentsSettings (LargeByLengthComponentsSettings _other)
 Generated from constructor MR.PolylineComponents.LargeByLengthComponentsSettings.LargeByLengthComponentsSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe int * __ref_storage_maxLargeComponents
unsafe int ** __ptr_storage_numSmallerComponents
unsafe float * __ref_storage_minLength

Properties

unsafe int maxLargeComponents [get]
 return at most given number of largest by length connected components
unsafe MR.Misc.? Box< int > numSmallerComponents [get]
 optional output: the number of components in addition to returned ones
unsafe float minLength [get]
 do not consider a component large if its length is below this value

Detailed Description

Generated from class MR.PolylineComponents.LargeByLengthComponentsSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_LargeByLengthComponentsSettings() [1/4]

unsafe MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Const_LargeByLengthComponentsSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_LargeByLengthComponentsSettings() [2/4]

unsafe MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Const_LargeByLengthComponentsSettings ( int maxLargeComponents,
MR.Misc.InOut< int >? numSmallerComponents,
float minLength )
inline

◆ Const_LargeByLengthComponentsSettings() [3/4]

unsafe MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Const_LargeByLengthComponentsSettings ( MR.PolylineComponents.Const_LargeByLengthComponentsSettings _other)
inline

◆ Const_LargeByLengthComponentsSettings() [4/4]

MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Const_LargeByLengthComponentsSettings ( LargeByLengthComponentsSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.PolylineComponents.Const_LargeByLengthComponentsSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_numSmallerComponents

unsafe int** MR.PolylineComponents.Const_LargeByLengthComponentsSettings.__ptr_storage_numSmallerComponents
protected

◆ __ref_storage_maxLargeComponents

unsafe int* MR.PolylineComponents.Const_LargeByLengthComponentsSettings.__ref_storage_maxLargeComponents
protected

◆ __ref_storage_minLength

unsafe float* MR.PolylineComponents.Const_LargeByLengthComponentsSettings.__ref_storage_minLength
protected

Property Documentation

◆ maxLargeComponents

unsafe int MR.PolylineComponents.Const_LargeByLengthComponentsSettings.maxLargeComponents
get

return at most given number of largest by length connected components

◆ minLength

unsafe float MR.PolylineComponents.Const_LargeByLengthComponentsSettings.minLength
get

do not consider a component large if its length is below this value

◆ numSmallerComponents

unsafe MR.Misc.? Box<int> MR.PolylineComponents.Const_LargeByLengthComponentsSettings.numSmallerComponents
get

optional output: the number of components in addition to returned ones


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