neuray API Programmer's Manual

mi::neuraylib::IValue_bool Class Reference

[MDL type system]

Description

A value of type boolean.

Public Member Functions

virtual const IType_boolget_type() const =0
Returns the type of this value.
virtual bool  get_value() const =0
Returns the value.
virtual void set_value( bool value) =0
Sets the value.

Static Public Variables

static const Kind s_kind = VK_BOOL
The kind of this subclass.

Member Functions

virtual const IType_bool* mi::​neuraylib::​IValue_bool::get_type() const [pure virtual]

Returns the type of this value.

virtual bool mi::​neuraylib::​IValue_bool::get_value() const [pure virtual]

Returns the value.

virtual void mi::​neuraylib::​IValue_bool::set_value( bool value) [pure virtual]

Sets the value.

Variables

const Kind mi::​neuraylib::​IValue_bool::s_kind = VK_BOOL [static]

The kind of this subclass.