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

This interface represents a 4 x 2 matrix of bool. More...

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x766c0535, 0xdf09, 0x4b6e, 0xb8, 0x1c, 0x09, 0x1c, 0xa5, 0xa9, 0xb2, 0x67, 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< 0x766c0535, 0xdf09, 0x4b6e, 0xb8, 0x1c, 0x09, 0x1c, 0xa5, 0xa9, 0xb2, 0x67, 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 2 matrix of bool.

See Also
mi::Boolean_4_2_struct

Member Function Documentation

virtual Boolean_4_2_struct mi::IBoolean_4_2::get_value ( ) const
pure virtual

Returns the matrix represented by this interface.

virtual void mi::IBoolean_4_2::get_value ( Boolean_4_2_struct value) const
pure virtual

Returns the matrix represented by this interface.

virtual void mi::IBoolean_4_2::set_value ( const Boolean_4_2_struct value)
pure virtual

Sets the matrix represented by this interface.