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