MeshLib C# Docs
Loading...
Searching...
No Matches
MR.VolumeToMeshByPartsSettings Struct Reference

Parameters' structure for MR::volumeToMeshByParts. More...

Inheritance diagram for MR.VolumeToMeshByPartsSettings:

Public Member Functions

unsafe VolumeToMeshByPartsSettings ()
 Constructs an empty (default-constructed) instance.
unsafe VolumeToMeshByPartsSettings (ulong maxVolumePartMemoryUsage, ulong stripeOverlap)
 Constructs MR.VolumeToMeshByPartsSettings elementwise.
unsafe VolumeToMeshByPartsSettings (MR.Const_VolumeToMeshByPartsSettings _other)
 Generated from constructor MR.VolumeToMeshByPartsSettings.VolumeToMeshByPartsSettings.
 VolumeToMeshByPartsSettings (VolumeToMeshByPartsSettings _other)
 Generated from constructor MR.VolumeToMeshByPartsSettings.VolumeToMeshByPartsSettings.
unsafe MR.VolumeToMeshByPartsSettings assign (MR.Const_VolumeToMeshByPartsSettings _other)
 Generated from method MR::VolumeToMeshByPartsSettings::operator=.
Public Member Functions inherited from MR.Const_VolumeToMeshByPartsSettings
virtual void Dispose ()
unsafe Const_VolumeToMeshByPartsSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_VolumeToMeshByPartsSettings (ulong maxVolumePartMemoryUsage, ulong stripeOverlap)
 Constructs MR.VolumeToMeshByPartsSettings elementwise.
unsafe Const_VolumeToMeshByPartsSettings (MR.Const_VolumeToMeshByPartsSettings _other)
 Generated from constructor MR.VolumeToMeshByPartsSettings.VolumeToMeshByPartsSettings.
 Const_VolumeToMeshByPartsSettings (VolumeToMeshByPartsSettings _other)
 Generated from constructor MR.VolumeToMeshByPartsSettings.VolumeToMeshByPartsSettings.

Properties

new unsafe ref ulong maxVolumePartMemoryUsage [get]
new unsafe ref ulong stripeOverlap [get]
 overlap in voxels between two parts
Properties inherited from MR.Const_VolumeToMeshByPartsSettings
unsafe ulong maxVolumePartMemoryUsage [get]
unsafe ulong stripeOverlap [get]
 overlap in voxels between two parts

Additional Inherited Members

Protected Member Functions inherited from MR.Const_VolumeToMeshByPartsSettings
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_VolumeToMeshByPartsSettings
unsafe ulong * __ref_storage_maxVolumePartMemoryUsage
unsafe ulong * __ref_storage_stripeOverlap

Detailed Description

Parameters' structure for MR::volumeToMeshByParts.

See also
volumeToMeshByParts Generated from class MR.VolumeToMeshByPartsSettings. This is the const half of the class.
volumeToMeshByParts Generated from class MR.VolumeToMeshByPartsSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ VolumeToMeshByPartsSettings() [1/4]

unsafe MR.VolumeToMeshByPartsSettings.VolumeToMeshByPartsSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ VolumeToMeshByPartsSettings() [2/4]

unsafe MR.VolumeToMeshByPartsSettings.VolumeToMeshByPartsSettings ( ulong maxVolumePartMemoryUsage,
ulong stripeOverlap )
inline

Constructs MR.VolumeToMeshByPartsSettings elementwise.

◆ VolumeToMeshByPartsSettings() [3/4]

unsafe MR.VolumeToMeshByPartsSettings.VolumeToMeshByPartsSettings ( MR.Const_VolumeToMeshByPartsSettings _other)
inline

◆ VolumeToMeshByPartsSettings() [4/4]

MR.VolumeToMeshByPartsSettings.VolumeToMeshByPartsSettings ( VolumeToMeshByPartsSettings _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.VolumeToMeshByPartsSettings MR.VolumeToMeshByPartsSettings.assign ( MR.Const_VolumeToMeshByPartsSettings _other)
inline

Generated from method MR::VolumeToMeshByPartsSettings::operator=.

Property Documentation

◆ maxVolumePartMemoryUsage

new unsafe ref ulong MR.VolumeToMeshByPartsSettings.maxVolumePartMemoryUsage
get

◆ stripeOverlap

new unsafe ref ulong MR.VolumeToMeshByPartsSettings.stripeOverlap
get

overlap in voxels between two parts


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