MeshLib C# Docs
Loading...
Searching...
No Matches
MR.MeshComponents.Const_LargeByAreaComponentsSettings Class Reference

Generated from class MR.MeshComponents.LargeByAreaComponentsSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.MeshComponents.Const_LargeByAreaComponentsSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_LargeByAreaComponentsSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_LargeByAreaComponentsSettings (int maxLargeComponents, MR.Misc.InOut< int >? numSmallerComponents, float minArea, MR.Const_UndirectedEdgeBitSet? isCompBd)
 Constructs MR.MeshComponents.LargeByAreaComponentsSettings elementwise.
 
unsafe Const_LargeByAreaComponentsSettings (MR.MeshComponents.Const_LargeByAreaComponentsSettings _other)
 Generated from constructor MR.MeshComponents.LargeByAreaComponentsSettings.LargeByAreaComponentsSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe int maxLargeComponents [get]
 return at most given number of largest by area connected components
 
unsafe MR.Misc.? Box< int > numSmallerComponents [get]
 optional output: the number of components in addition to returned ones
 
unsafe float minArea [get]
 do not consider a component large if its area is below this value
 
unsafe MR.? Const_UndirectedEdgeBitSet isCompBd [get]
 optional predicate of boundaries between components
 
- Properties inherited from MR.Misc.Object< Const_LargeByAreaComponentsSettings >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_LargeByAreaComponentsSettings >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.MeshComponents.LargeByAreaComponentsSettings. This is the const half of the class.


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