NVIDIA Iray API Home  Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::IBbox3 Class Referenceabstract

This interface represents bounding boxes. More...

Inheritance diagram for mi::IBbox3:
Inheritance graph
[legend]

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

- Public Types inherited from mi::base::Interface_declare< 0x107953d0, 0x70a0, 0x48f5, 0xb1, 0x17, 0x68, 0x8e, 0x7b, 0xf8, 0x85, 0xa1, ICompound >
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 Public Member Functions inherited from mi::base::Interface_declare< 0x107953d0, 0x70a0, 0x48f5, 0xb1, 0x17, 0x68, 0x8e, 0x7b, 0xf8, 0x85, 0xa1, ICompound >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

This interface represents bounding boxes.

It can be used to represent bounding boxes by an interface derived from mi::base::IInterface.

See Also
mi::Bbox3_struct

Member Function Documentation

virtual Bbox3_struct mi::IBbox3::get_value ( ) const
pure virtual

Returns the bounding box represented by this interface.

virtual void mi::IBbox3::get_value ( Bbox3_struct value) const
pure virtual

Returns the bounding box represented by this interface.

void mi::IBbox3::get_value ( Bbox3 value) const
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.

virtual void mi::IBbox3::set_value ( const Bbox3_struct value)
pure virtual

Sets the bounding box represented by this interface.

void mi::IBbox3::set_value ( const Bbox3 value)
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.