|
| None | __init__ (self) |
| None | __init__ (self, SimpleVolumeMinMaxU16 arg0) |
| str | __repr__ (self) |
| None | __init__ (self) |
| None | __init__ (self, SimpleVolumeU16 arg0) |
| None | __init__ (self, Vector_unsigned_short_VoxelId data, Vector3i dims, Vector3f voxelSize) |
| int | heapBytes (self) |
| bool | __eq__ (self, Box_unsigned_short a) |
| int | __getitem__ (self, int e) |
| int | __getitem__ (self, int e) |
| None | __init__ (self) |
| None | __init__ (self, int min, int max) |
| None | __init__ (self, Box_unsigned_short arg0) |
| bool | __ne__ (self, Box_unsigned_short a) |
| str | __repr__ (self) |
| typing.Any | __rlshift__ (self, typing.Any box) |
| typing.Any | __rrshift__ (self, typing.Any box) |
| 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) |
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