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

This interface represents a 4 x 4 matrix of Uint32. More...

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xc5b8c13e, 0x2fb0, 0x48a5, 0x8c, 0x79, 0x04, 0xa4, 0x31, 0x27, 0x74, 0x73, 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< 0xc5b8c13e, 0x2fb0, 0x48a5, 0x8c, 0x79, 0x04, 0xa4, 0x31, 0x27, 0x74, 0x73, 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 4 x 4 matrix of Uint32.

See Also
mi::Uint32_4_4_struct

Member Function Documentation

virtual Uint32_4_4_struct mi::IUint32_4_4::get_value ( ) const
pure virtual

Returns the matrix represented by this interface.

virtual void mi::IUint32_4_4::get_value ( Uint32_4_4_struct value) const
pure virtual

Returns the matrix represented by this interface.

virtual void mi::IUint32_4_4::set_value ( const Uint32_4_4_struct value)
pure virtual

Sets the matrix represented by this interface.