neuray API Programmer's Manual

mi::IFloat64_3_2 Class Reference

[Compounds]

Description

This interface represents a 3 x 2 matrix of Float64.

See also:

mi::Float64_3_2_struct

Public Member Functions

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

Member Functions

virtual Float64_3_2_struct mi::​IFloat64_3_2::get_value() const [pure virtual]

Returns the matrix represented by this interface.

virtual void mi::​IFloat64_3_2::get_value( Float64_3_2_struct& value) const [pure virtual]

Returns the matrix represented by this interface.

virtual void mi::​IFloat64_3_2::set_value( const Float64_3_2_struct& value) [pure virtual]

Sets the matrix represented by this interface.