neuray API Programmer's Manual

mi::ISint32_4_4 Class Reference

[Compounds]

Description

This interface represents a 4 x 4 matrix of Sint32.

See also:

mi::Sint32_4_4_struct

Public Member Functions

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

Member Functions

virtual Sint32_4_4_struct mi::​ISint32_4_4::get_value() const [pure virtual]

Returns the matrix represented by this interface.

virtual void mi::​ISint32_4_4::get_value( Sint32_4_4_struct& value) const [pure virtual]

Returns the matrix represented by this interface.

virtual void mi::​ISint32_4_4::set_value( const Sint32_4_4_struct& value) [pure virtual]

Sets the matrix represented by this interface.