mi::neuraylib::IValue_bool Class Reference
[MDL type system]
Description
A value of type boolean.
Public Member Functions
- virtual const IType_bool* get_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
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.