|
ImagingTools Core SDK
|
#include <IObject3d.h>
Public Member Functions | |
| virtual bool | IsEmpty () const =0 |
| virtual i3d::CVector3d | GetCenter () const =0 |
| virtual void | MoveCenterTo (const i3d::CVector3d &position)=0 |
| virtual CCuboid | GetBoundingCuboid () const =0 |
Common interface for describing the 3D-objects.
Definition at line 21 of file IObject3d.h.
|
pure virtual |
Get bounding cuboid of this object.
|
pure virtual |
Get the center of the 3D-object.
|
pure virtual |
Return true if the volume of the 3D-object is equals 0.
|
pure virtual |
Move object to position position.