Inheritance diagram for mrmeshpy.SimpleVolumeMinMax:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, SimpleVolumeMinMax arg0) |
| str | __repr__ (self) |
| int | heapBytes (self) |
Public Member Functions inherited from mrmeshpy.Box1f | |
| bool | __eq__ (self, Box1f a) |
| float | __getitem__ (self, int e) |
| float | __getitem__ (self, int e) |
| bool | __ne__ (self, Box1f a) |
| None | __setitem__ (self, int arg0, float arg1) |
| float | center (self) |
| bool | contains (self, float pt) |
| bool | contains (self, Box1f otherbox) |
| float | corner (self, bool c) |
| float | diagonal (self) |
| Box1f | expanded (self, float expansion) |
| float | getBoxClosestPointTo (self, float pt) |
| float | getDistanceSq (self, Box1f b) |
| float | getDistanceSq (self, float pt) |
| float | getProjection (self, float pt) |
| None | include (self, float pt) |
| None | include (self, Box1f b) |
| Box1f | insignificantlyExpanded (self) |
| Box1f | intersect (self, Box1f b) |
| Box1f | intersection (self, Box1f b) |
| bool | intersects (self, Box1f b) |
| float | size (self) |
| bool | valid (self) |
| float | volume (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SimpleVolumeMinMax | operator (*args, **kwargs) |
| SimpleVolumeMinMax | operator (*args, **kwargs) |
Static Public Member Functions inherited from mrmeshpy.Box1f | |
| Box1f | fromMinAndSize (float min, float size) |
| bool | getMaxBoxCorner (float n) |
| bool | getMinBoxCorner (float n) |
Static Protected Attributes | |
| typing | _offsetof_data = 0 |
| typing | _offsetof_dims = 24 |
| typing | _offsetof_voxelSize = 36 |
Static Protected Attributes inherited from mrmeshpy.SimpleVolume | |
| typing | _offsetof_data = 0 |
| typing | _offsetof_dims = 24 |
| typing | _offsetof_voxelSize = 36 |
Static Protected Attributes inherited from mrmeshpy.Box1f | |
| typing | _offsetof_max = 4 |
| typing | _offsetof_min = 0 |
Additional Inherited Members | |
Static Public Attributes inherited from mrmeshpy.Box1f | |
| typing | elements = 1 |
Generated from: MR::SimpleVolumeMinMax Aliases: VoxelsVolumeInterpolatedAccessor_VoxelsVolumeAccessor_SimpleVolumeMinMax.VolumeType, VoxelsVolumeAccessor_SimpleVolumeMinMax.VolumeType represents a box in 3D space subdivided on voxels stored in T; and stores minimum and maximum values among all valid voxels
|
static |
Reimplemented from mrmeshpy.SimpleVolume.
| None mrmeshpy.SimpleVolumeMinMax.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.SimpleVolume.
| None mrmeshpy.SimpleVolumeMinMax.__init__ | ( | self, | |
| SimpleVolumeMinMax | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.SimpleVolume.
| str mrmeshpy.SimpleVolumeMinMax.__repr__ | ( | self | ) |
Reimplemented from mrmeshpy.Box1f.
| int mrmeshpy.SimpleVolumeMinMax.heapBytes | ( | self | ) |
Reimplemented from mrmeshpy.SimpleVolume.
|
static |
Reimplemented from mrmeshpy.SimpleVolume.
|
static |
Reimplemented from mrmeshpy.SimpleVolume.
|
staticprotected |
|
staticprotected |
|
staticprotected |