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

This interface represents a vector of two bool. More...

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x237695a3, 0x8e73, 0x4d6b, 0x83, 0xd5, 0xd0, 0xfe, 0x46, 0x04, 0x35, 0x8b, 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< 0x237695a3, 0x8e73, 0x4d6b, 0x83, 0xd5, 0xd0, 0xfe, 0x46, 0x04, 0x35, 0x8b, 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 vector of two bool.

See Also
mi::Boolean_2_struct

Member Function Documentation

virtual Boolean_2_struct mi::IBoolean_2::get_value ( ) const
pure virtual

Returns the vector represented by this interface.

virtual void mi::IBoolean_2::get_value ( Boolean_2_struct value) const
pure virtual

Returns the vector represented by this interface.

virtual void mi::IBoolean_2::set_value ( const Boolean_2_struct value)
pure virtual

Sets the vector represented by this interface.