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=.

Properties

new unsafe ref ulong maxVolumePartMemoryUsage [get]
new unsafe ref ulong stripeOverlap [get]
 overlap in voxels between two parts

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: