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

Public Member Functions

None __init__ (self)
 
None __init__ (self, SimpleVolumeMinMaxU16 arg0)
 
- Public Member Functions inherited from meshlib.mrmeshpy.SimpleVolumeU16
int heapBytes (self)
 
- Public Member Functions inherited from meshlib.mrmeshpy.Box_unsigned_short
bool __eq__ (self, Box_unsigned_short a)
 
bool __ne__ (self, Box_unsigned_short a)
 
int center (self)
 
bool contains (self, int pt)
 
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)
 
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)
 

Additional Inherited Members

- Static Public Member Functions inherited from meshlib.mrmeshpy.Box_unsigned_short
Box_unsigned_short fromMinAndSize (int min, int size)
 
- Static Public Attributes inherited from meshlib.mrmeshpy.Box_unsigned_short
typing elements = 1
 
int VTraits = VectorTraits_unsigned_short
 
- Protected Member Functions inherited from meshlib.mrmeshpy.Box_unsigned_short
int _Subscript (self, int e)
 
int _Subscript (self, int e)
 

Detailed Description

Generated from:  MR::SimpleVolumeMinMaxU16
Aliases:  VoxelsVolumeMinMax_std_vector_uint16_t

represents a box in 3D space subdivided on voxels stored in T;
and stores minimum and maximum values among all valid voxels

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.SimpleVolumeMinMaxU16.__init__ ( self)
Implicit default constructor.

Reimplemented from meshlib.mrmeshpy.SimpleVolumeU16.

◆ __init__() [2/2]

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

Reimplemented from meshlib.mrmeshpy.SimpleVolumeU16.


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