CConstantNode
-
class Lib3MF::CConstantNode : public CImplicitNode
Constant value
-
void SetConstant(const Lib3MF_double dValue)
Sets the constant value of the node
- Parameters:
dValue – the value
-
Lib3MF_double GetConstant()
Retrieves the constant value of the node
- Returns:
the value
-
PImplicitPort GetOutputValue()
Retrieves the output
- Returns:
the output
-
void SetConstant(const Lib3MF_double dValue)
-
typedef std::shared_ptr<CConstantNode> Lib3MF::PConstantNode
Shared pointer to CConstantNode to easily allow reference counting.