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

This interface represents a 2 x 3 matrix of Sint32. More...

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x810cf1e9, 0x6559, 0x40d1, 0xbf, 0xfe, 0xa5, 0xda, 0x9b, 0x40, 0xf5, 0xaf, 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< 0x810cf1e9, 0x6559, 0x40d1, 0xbf, 0xfe, 0xa5, 0xda, 0x9b, 0x40, 0xf5, 0xaf, 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 2 x 3 matrix of Sint32.

See Also
mi::Sint32_2_3_struct

Member Function Documentation

virtual Sint32_2_3_struct mi::ISint32_2_3::get_value ( ) const
pure virtual

Returns the matrix represented by this interface.

virtual void mi::ISint32_2_3::get_value ( Sint32_2_3_struct value) const
pure virtual

Returns the matrix represented by this interface.

virtual void mi::ISint32_2_3::set_value ( const Sint32_2_3_struct value)
pure virtual

Sets the matrix represented by this interface.