MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.VoxelsVolumeAccessor_FunctionVolume Class Reference

Public Member Functions

None __init__ (self, FunctionVolume volume)
 
None __init__ (self, VoxelsVolumeAccessor_FunctionVolume arg0)
 
float get (self, Vector3i pos)
 
float get (self, VoxelLocation loc)
 
Vector3f shift (self)
 

Static Public Attributes

typing cacheEffective = True
 
 VolumeType = FunctionVolume
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::VoxelsVolumeAccessor<MR::FunctionVolume>

VoxelsVolumeAccessor specialization for value getters

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.VoxelsVolumeAccessor_FunctionVolume.__init__ ( self,
FunctionVolume volume )

◆ __init__() [2/2]

None mrmeshpy.VoxelsVolumeAccessor_FunctionVolume.__init__ ( self,
VoxelsVolumeAccessor_FunctionVolume arg0 )
Implicit copy constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.VoxelsVolumeAccessor_FunctionVolume._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ get() [1/2]

float mrmeshpy.VoxelsVolumeAccessor_FunctionVolume.get ( self,
Vector3i pos )

◆ get() [2/2]

float mrmeshpy.VoxelsVolumeAccessor_FunctionVolume.get ( self,
VoxelLocation loc )

◆ shift()

Vector3f mrmeshpy.VoxelsVolumeAccessor_FunctionVolume.shift ( self)
this additional shift shall be added to integer voxel coordinates during transformation in 3D space

Member Data Documentation

◆ cacheEffective

typing mrmeshpy.VoxelsVolumeAccessor_FunctionVolume.cacheEffective = True
static

◆ VolumeType

mrmeshpy.VoxelsVolumeAccessor_FunctionVolume.VolumeType = FunctionVolume
static

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