This interface represents bounding boxes. More...
Public Member Functions | |
virtual Bbox3_struct | get_value () const =0 |
Returns the bounding box represented by this interface. More... | |
virtual void | get_value (Bbox3_struct &value) const =0 |
Returns the bounding box represented by this interface. More... | |
virtual void | set_value (const Bbox3_struct &value)=0 |
Sets the bounding box represented by this interface. More... | |
void | get_value (Bbox3 &value) const |
Returns the bounding box represented by this interface. More... | |
void | set_value (const Bbox3 &value) |
Sets the bounding box represented by this interface. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, ICompound > | Self |
Own type. More... | |
typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > | IID |
Declares the interface ID (IID) of this interface. More... | |
![]() | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
This interface represents bounding boxes.
It can be used to represent bounding boxes by an interface derived from mi::base::IInterface.
|
pure virtual |
Returns the bounding box represented by this interface.
|
pure virtual |
Returns the bounding box represented by this interface.
|
inline |
Returns the bounding box represented by this interface.
This inline method exists for the user's convenience since mi::math::Bbox is not derived from mi::math::Bbox_struct.
|
pure virtual |
Sets the bounding box represented by this interface.
|
inline |
Sets the bounding box represented by this interface.
This inline method exists for the user's convenience since mi::math::Bbox is not derived from mi::math::Bbox_struct.