MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.SimpleVolumeU16 Class Reference
+ Inheritance diagram for mrmeshpy.SimpleVolumeU16:

Public Member Functions

None __init__ (self)
 
None __init__ (self, Vector_unsigned_short_Id_VoxelTag data, Vector3i dims, Vector3f voxelSize)
 
int heapBytes (self)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_data = 0
 
typing _offsetof_dims = 24
 
typing _offsetof_voxelSize = 36
 

Detailed Description

Generated from:  MR::SimpleVolumeU16

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.SimpleVolumeU16.__init__ ( self)

◆ __init__() [3/3]

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

Reimplemented in mrmeshpy.SimpleVolumeMinMaxU16, and mrmeshpy.SimpleVolumeMinMaxU16.

Member Function Documentation

◆ heapBytes()

int mrmeshpy.SimpleVolumeU16.heapBytes ( self)

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_data

typing mrmeshpy.SimpleVolumeU16._offsetof_data = 0
staticprotected

◆ _offsetof_dims

typing mrmeshpy.SimpleVolumeU16._offsetof_dims = 24
staticprotected

◆ _offsetof_voxelSize

typing mrmeshpy.SimpleVolumeU16._offsetof_voxelSize = 36
staticprotected

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