mi::IFloat32_4_3 Class Reference
[Compounds]
Description
This interface represents a 4 x 3 matrix of Float32.
See also:
mi::Float32_4_3_struct
Public Member Functions
- virtual Float32_4_3_struct get_value() const =0
 - Returns the matrix represented by this interface.
 - virtual void get_value( Float32_4_3_struct& value) const =0
 - Returns the matrix represented by this interface.
 - virtual void set_value( const Float32_4_3_struct& value) =0
 - Sets the matrix represented by this interface.
 
Member Functions
- virtual Float32_4_3_struct mi::IFloat32_4_3::get_value() const [pure virtual]
 - 
                        
Returns the matrix represented by this interface.
 - virtual void mi::IFloat32_4_3::get_value( Float32_4_3_struct& value) const [pure virtual]
 - 
                        
Returns the matrix represented by this interface.
 - virtual void mi::IFloat32_4_3::set_value( const Float32_4_3_struct& value) [pure virtual]
 - 
                        
Sets the matrix represented by this interface.