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

Public Member Functions | |
| virtual Float32_4_2_struct | get_value () const =0 |
| Returns the matrix represented by this interface. More... | |
| virtual void | get_value (Float32_4_2_struct &value) const =0 |
| Returns the matrix represented by this interface. More... | |
| virtual void | set_value (const Float32_4_2_struct &value)=0 |
| Sets the matrix represented by this interface. More... | |
Additional Inherited Members | |
Public Types inherited from mi::base::Interface_declare< 0xd202f3db, 0x4d0a, 0x4cd0, 0xa6, 0x88, 0xf2, 0xf2, 0x3e, 0xe3, 0x62, 0x4d, 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< 0xd202f3db, 0x4d0a, 0x4cd0, 0xa6, 0x88, 0xf2, 0xf2, 0x3e, 0xe3, 0x62, 0x4d, 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... | |
This interface represents a 4 x 2 matrix of Float32.
|
pure virtual |
Returns the matrix represented by this interface.
|
pure virtual |
Returns the matrix represented by this interface.
|
pure virtual |
Sets the matrix represented by this interface.