MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

None __init__ (self)
None __init__ (self, FunctionVolume arg0)
None __init__ (self, func_float_from_Vector3_int data, Vector3i dims, Vector3f voxelSize)
int heapBytes (self)

Static Public Member Functions

None __init__ (*args, **kwargs)
FunctionVolume operator (*args, **kwargs)
FunctionVolume operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_data = 0
typing _offsetof_dims = 32
typing _offsetof_voxelSize = 44

Detailed Description

Generated from:  MR::FunctionVolume
Aliases:  VoxelsVolumeInterpolatedAccessor_VoxelsVolumeAccessor_FunctionVolume.VolumeType, VoxelsVolumeAccessor_FunctionVolume.VolumeType

represents a box in 3D space subdivided on voxels stored in T

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.FunctionVolume.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.FunctionVolume.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.FunctionVolume.__init__ ( self,
func_float_from_Vector3_int data,
Vector3i dims,
Vector3f voxelSize )
Implicit aggregate constructor.

Member Function Documentation

◆ heapBytes()

int mrmeshpy.FunctionVolume.heapBytes ( self)

◆ operator() [1/2]

FunctionVolume mrmeshpy.FunctionVolume.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

FunctionVolume mrmeshpy.FunctionVolume.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_data

typing mrmeshpy.FunctionVolume._offsetof_data = 0
staticprotected

◆ _offsetof_dims

typing mrmeshpy.FunctionVolume._offsetof_dims = 32
staticprotected

◆ _offsetof_voxelSize

typing mrmeshpy.FunctionVolume._offsetof_voxelSize = 44
staticprotected

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