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

This interface represents a 3 x 4 matrix of Float32. More...

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

Public Member Functions

virtual Float32_3_4_struct  get_value () const =0
  Returns the matrix represented by this interface. More...
 
virtual void  get_value (Float32_3_4_struct &value) const =0
  Returns the matrix represented by this interface. More...
 
virtual void  set_value (const Float32_3_4_struct &value)=0
  Sets the matrix represented by this interface. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xd1ff55d2, 0x6c7b, 0x4421, 0xa1, 0x48, 0x82, 0x7d, 0x01, 0xce, 0xf5, 0x14, 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< 0xd1ff55d2, 0x6c7b, 0x4421, 0xa1, 0x48, 0x82, 0x7d, 0x01, 0xce, 0xf5, 0x14, 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 a 3 x 4 matrix of Float32.

See Also
mi::Float32_3_4_struct

Member Function Documentation

virtual Float32_3_4_struct mi::IFloat32_3_4::get_value ( ) const
pure virtual

Returns the matrix represented by this interface.

virtual void mi::IFloat32_3_4::get_value ( Float32_3_4_struct value) const
pure virtual

Returns the matrix represented by this interface.

virtual void mi::IFloat32_3_4::set_value ( const Float32_3_4_struct value)
pure virtual

Sets the matrix represented by this interface.