mi::neuraylib::IValue_int Class Reference
[MDL type system]
Description
A value of type integer.
Public Member Functions
- virtual const IType_int* get_type() const =0
- Returns the type of this value.
- virtual Sint32 get_value() const =0
- Returns the value.
- virtual void set_value( Sint32 value) =0
- Sets the value.
Static Public Variables
Member Functions
- virtual const IType_int* mi::neuraylib::IValue_int::get_type() const [pure virtual]
-
Returns the type of this value.
- virtual Sint32 mi::neuraylib::IValue_int::get_value() const [pure virtual]
-
Returns the value.
- virtual void mi::neuraylib::IValue_int::set_value( Sint32 value) [pure virtual]
-
Sets the value.
Variables
- const Kind mi::neuraylib::IValue_int::s_kind = VK_INT [static]
-
The kind of this subclass.