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

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

Inheritance diagram for MR.Const_FillHolesWithExtraPointsParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_FillHolesWithExtraPointsParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_FillHolesWithExtraPointsParams (MR.Const_TriangulationParameters triangulation, MR.Const_VertBitSet? modifyBdVertices)
 Constructs MR.FillHolesWithExtraPointsParams elementwise.
unsafe Const_FillHolesWithExtraPointsParams (MR.Const_FillHolesWithExtraPointsParams _other)
 Generated from constructor MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams.
 Const_FillHolesWithExtraPointsParams (FillHolesWithExtraPointsParams _other)
 Generated from constructor MR.FillHolesWithExtraPointsParams.FillHolesWithExtraPointsParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Const_VertBitSet._Underlying ** __ptr_storage_modifyBdVertices

Properties

unsafe MR.Const_TriangulationParameters triangulation [get, protected set]
unsafe MR.? Const_VertBitSet modifyBdVertices [get]
 if nullptr, then any boundary vertex of input mesh can get new triangles; otherwise only vertices from modifyBdVertices can get new triangles

Detailed Description

Generated from class MR.FillHolesWithExtraPointsParams. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_FillHolesWithExtraPointsParams() [1/4]

unsafe MR.Const_FillHolesWithExtraPointsParams.Const_FillHolesWithExtraPointsParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_FillHolesWithExtraPointsParams() [2/4]

unsafe MR.Const_FillHolesWithExtraPointsParams.Const_FillHolesWithExtraPointsParams ( MR.Const_TriangulationParameters triangulation,
MR.Const_VertBitSet? modifyBdVertices )
inline

Constructs MR.FillHolesWithExtraPointsParams elementwise.

◆ Const_FillHolesWithExtraPointsParams() [3/4]

unsafe MR.Const_FillHolesWithExtraPointsParams.Const_FillHolesWithExtraPointsParams ( MR.Const_FillHolesWithExtraPointsParams _other)
inline

◆ Const_FillHolesWithExtraPointsParams() [4/4]

MR.Const_FillHolesWithExtraPointsParams.Const_FillHolesWithExtraPointsParams ( FillHolesWithExtraPointsParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FillHolesWithExtraPointsParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_FillHolesWithExtraPointsParams.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_modifyBdVertices

unsafe MR.Const_VertBitSet._Underlying** MR.Const_FillHolesWithExtraPointsParams.__ptr_storage_modifyBdVertices
protected

Property Documentation

◆ modifyBdVertices

unsafe MR.? Const_VertBitSet MR.Const_FillHolesWithExtraPointsParams.modifyBdVertices
get

if nullptr, then any boundary vertex of input mesh can get new triangles; otherwise only vertices from modifyBdVertices can get new triangles

◆ triangulation

unsafe MR.Const_TriangulationParameters MR.Const_FillHolesWithExtraPointsParams.triangulation
getprotected set

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