Public Member Functions | |
| bool | __eq__ (self, VisualObject other) |
| None | __init__ (self) |
| None | __init__ (self, VisualObject vo) |
| None | __init__ (self, ObjectMesh om) |
| None | __init__ (self, ObjectPoints op) |
| None | __init__ (self, MeshOrPointsObject arg0) |
| ObjectMesh | asObjectMesh (self) |
| ObjectPoints | asObjectPoints (self) |
| VisualObject | get (self) |
| MeshOrPoints | meshOrPoints (self) |
| VisualObject | operatorminus (self) |
| None | reset (self) |
| None | set (self, ObjectMesh om) |
| None | set (self, ObjectPoints op) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshOrPointsObject | operator (*args, **kwargs) |
| MeshOrPointsObject | operator (*args, **kwargs) |
Generated from: MR::MeshOrPointsObject This class can hold either ObjectMesh or ObjectPoint It is used for convenient storage and operation with any of them
|
static |
| None mrmeshpy.MeshOrPointsObject.__init__ | ( | self | ) |
| None mrmeshpy.MeshOrPointsObject.__init__ | ( | self, | |
| VisualObject | vo ) |
construct, automatically detecting the object type (ObjectMesh or ObjectPoint) if set an another type, will be reset
| None mrmeshpy.MeshOrPointsObject.__init__ | ( | self, | |
| ObjectMesh | om ) |
| None mrmeshpy.MeshOrPointsObject.__init__ | ( | self, | |
| ObjectPoints | op ) |
| None mrmeshpy.MeshOrPointsObject.__init__ | ( | self, | |
| MeshOrPointsObject | arg0 ) |
Implicit copy constructor.
| bool mrmeshpy.MeshOrPointsObject.__eq__ | ( | self, | |
| VisualObject | other ) |
| ObjectMesh mrmeshpy.MeshOrPointsObject.asObjectMesh | ( | self | ) |
if holding ObjectMesh, return pointer to it, otherwise return nullptr
| ObjectPoints mrmeshpy.MeshOrPointsObject.asObjectPoints | ( | self | ) |
if holding ObjectPoints, return pointer to it, otherwise return nullptr
| VisualObject mrmeshpy.MeshOrPointsObject.get | ( | self | ) |
| MeshOrPoints mrmeshpy.MeshOrPointsObject.meshOrPoints | ( | self | ) |
get class that hold either mesh part or point cloud
|
static |
|
static |
| VisualObject mrmeshpy.MeshOrPointsObject.operatorminus | ( | self | ) |
| None mrmeshpy.MeshOrPointsObject.reset | ( | self | ) |
| None mrmeshpy.MeshOrPointsObject.set | ( | self, | |
| ObjectMesh | om ) |
set to hold ObjectMesh
| None mrmeshpy.MeshOrPointsObject.set | ( | self, | |
| ObjectPoints | op ) |
set to hold ObjectPoints