MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.VoxelsLoad.RawParameters Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, Vector3i dimensions, Vector3f voxelSize, bool gridLevelSet, ScalarType scalarType)
 
bool gridLevelSet (self)
 
None gridLevelSet (self, bool arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
VoxelsLoad.RawParameters operator (*args, **kwargs)
 
VoxelsLoad.RawParameters operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_dimensions = 0
 
typing _offsetof_gridLevelSet = 24
 
typing _offsetof_scalarType = 28
 
typing _offsetof_voxelSize = 12
 

Detailed Description

Generated from:  MR::VoxelsLoad::RawParameters

\\defgroup VoxelsLoadGroup Voxels Load
\\ingroup IOGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.VoxelsLoad.RawParameters.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.VoxelsLoad.RawParameters.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.VoxelsLoad.RawParameters.__init__ ( self,
Vector3i dimensions,
Vector3f voxelSize,
bool gridLevelSet,
ScalarType scalarType )
Implicit aggregate constructor.

Member Function Documentation

◆ gridLevelSet() [1/2]

bool mrmeshpy.VoxelsLoad.RawParameters.gridLevelSet ( self)
OpenVDB GridClass set as GRID_LEVEL_SET (need to set right surface normals direction)

◆ gridLevelSet() [2/2]

None mrmeshpy.VoxelsLoad.RawParameters.gridLevelSet ( self,
bool arg1 )

◆ operator() [1/2]

VoxelsLoad.RawParameters mrmeshpy.VoxelsLoad.RawParameters.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

VoxelsLoad.RawParameters mrmeshpy.VoxelsLoad.RawParameters.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_dimensions

typing mrmeshpy.VoxelsLoad.RawParameters._offsetof_dimensions = 0
staticprotected

◆ _offsetof_gridLevelSet

typing mrmeshpy.VoxelsLoad.RawParameters._offsetof_gridLevelSet = 24
staticprotected

◆ _offsetof_scalarType

typing mrmeshpy.VoxelsLoad.RawParameters._offsetof_scalarType = 28
staticprotected

◆ _offsetof_voxelSize

typing mrmeshpy.VoxelsLoad.RawParameters._offsetof_voxelSize = 12
staticprotected

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