Inheritance diagram for mrmeshpy.SimpleVolumeMinMaxU16:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, SimpleVolumeMinMaxU16 arg0) |
| str | __repr__ (self) |
| int | heapBytes (self) |
Public Member Functions inherited from mrmeshpy.Box_unsigned_short | |
| bool | __eq__ (self, Box_unsigned_short a) |
| int | __getitem__ (self, int e) |
| int | __getitem__ (self, int e) |
| bool | __ne__ (self, Box_unsigned_short a) |
| None | __setitem__ (self, int arg0, int arg1) |
| int | center (self) |
| bool | contains (self, int pt) |
| bool | contains (self, Box_unsigned_short otherbox) |
| int | corner (self, bool c) |
| int | diagonal (self) |
| Box_unsigned_short | expanded (self, int expansion) |
| int | getBoxClosestPointTo (self, int pt) |
| int | getDistanceSq (self, Box_unsigned_short b) |
| int | getDistanceSq (self, int pt) |
| int | getProjection (self, int pt) |
| None | include (self, int pt) |
| None | include (self, Box_unsigned_short b) |
| Box_unsigned_short | insignificantlyExpanded (self) |
| Box_unsigned_short | intersect (self, Box_unsigned_short b) |
| Box_unsigned_short | intersection (self, Box_unsigned_short b) |
| bool | intersects (self, Box_unsigned_short b) |
| int | size (self) |
| bool | valid (self) |
| int | volume (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SimpleVolumeMinMaxU16 | operator (*args, **kwargs) |
| SimpleVolumeMinMaxU16 | operator (*args, **kwargs) |
Static Public Member Functions inherited from mrmeshpy.Box_unsigned_short | |
| Box_unsigned_short | fromMinAndSize (int min, int size) |
| bool | getMaxBoxCorner (int n) |
| bool | getMinBoxCorner (int n) |
Static Protected Attributes | |
| typing | _offsetof_data = 0 |
| typing | _offsetof_dims = 24 |
| typing | _offsetof_voxelSize = 36 |
Static Protected Attributes inherited from mrmeshpy.SimpleVolumeU16 | |
| typing | _offsetof_data = 0 |
| typing | _offsetof_dims = 24 |
| typing | _offsetof_voxelSize = 36 |
Static Protected Attributes inherited from mrmeshpy.Box_unsigned_short | |
| typing | _offsetof_max = 2 |
| typing | _offsetof_min = 0 |
Additional Inherited Members | |
Static Public Attributes inherited from mrmeshpy.Box_unsigned_short | |
| typing | elements = 1 |
Generated from: MR::SimpleVolumeMinMaxU16 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.SimpleVolumeU16.
| None mrmeshpy.SimpleVolumeMinMaxU16.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.SimpleVolumeU16.
| None mrmeshpy.SimpleVolumeMinMaxU16.__init__ | ( | self, | |
| SimpleVolumeMinMaxU16 | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.SimpleVolumeU16.
| str mrmeshpy.SimpleVolumeMinMaxU16.__repr__ | ( | self | ) |
Reimplemented from mrmeshpy.Box_unsigned_short.
| int mrmeshpy.SimpleVolumeMinMaxU16.heapBytes | ( | self | ) |
Reimplemented from mrmeshpy.SimpleVolumeU16.
|
static |
Reimplemented from mrmeshpy.SimpleVolumeU16.
|
static |
Reimplemented from mrmeshpy.SimpleVolumeU16.
|
staticprotected |
|
staticprotected |
|
staticprotected |