IParamValue class

<oceansdk/parameters.h>

Description

This class allows plugin nodes to expose their parameters to Ocean

Namespace

This class is in the namespace Ocean::Sdk

Members

class IParamValue
float toReal()

[virtual]

Returns

The parameter value converted to float

Converts the parameter value to a floating point number

float toBool()

[virtual]

Returns

The parameter value converted to bool

Converts the parameter value to a boolean

float toVec3()

[virtual]

Returns

The parameter value converted to ::Vec3<float>

Converts the parameter value to a 3D vector

~IParamValue()

[virtual]

The destructor for IParamValue