neuray API Programmer's Manual

mi::IBoolean_2_4 Class Reference

[Compounds]

Description

This interface represents a 2 x 4 matrix of bool.

See also:

mi::Boolean_2_4_struct

Public Member Functions

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

Member Functions

virtual Boolean_2_4_struct mi::​IBoolean_2_4::get_value() const [pure virtual]

Returns the matrix represented by this interface.

virtual void mi::​IBoolean_2_4::get_value( Boolean_2_4_struct& value) const [pure virtual]

Returns the matrix represented by this interface.

virtual void mi::​IBoolean_2_4::set_value( const Boolean_2_4_struct& value) [pure virtual]

Sets the matrix represented by this interface.