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

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

+ Inheritance diagram for MR.MeshComponents.Const_ExpandToComponentsParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ExpandToComponentsParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_ExpandToComponentsParams (float coverRatio, MR.MeshComponents.FaceIncidence incidence, MR.Const_UndirectedEdgeBitSet? isCompBd, MR.Misc.InOut< int >? optOutNumComponents, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.MeshComponents.ExpandToComponentsParams elementwise.
 
unsafe Const_ExpandToComponentsParams (MR.MeshComponents._ByValue_ExpandToComponentsParams _other)
 Generated from constructor MR.MeshComponents.ExpandToComponentsParams.ExpandToComponentsParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float coverRatio [get]
 
unsafe MR.MeshComponents.FaceIncidence incidence [get]
 
unsafe MR.? Const_UndirectedEdgeBitSet isCompBd [get]
 optional predicate of boundaries between components
 
unsafe MR.Misc.? Box< int > optOutNumComponents [get]
 optional output number of components
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat cb [get]
 
- Properties inherited from MR.Misc.Object< Const_ExpandToComponentsParams >
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_ExpandToComponentsParams >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ coverRatio

unsafe float MR.MeshComponents.Const_ExpandToComponentsParams.coverRatio
get

expands only if seeds cover at least this ratio of the component area <=0 - expands all seeds

‍1 - none


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