CComposeVectorNode
-
class Lib3MF::CComposeVectorNode : public CImplicitNode
Creates a vector from three scalar values
-
PImplicitPort GetInputX()
Retrieves the input for the x component
- Returns:
the input for the x component
-
PImplicitPort GetInputY()
Retrieves the input for the y component
- Returns:
the input for the y component
-
PImplicitPort GetInputZ()
Retrieves the input for the z component
- Returns:
the input for the z component
-
PImplicitPort GetOutputResult()
Retrieves the output
- Returns:
the output
-
PImplicitPort GetInputX()
-
typedef std::shared_ptr<CComposeVectorNode> Lib3MF::PComposeVectorNode
Shared pointer to CComposeVectorNode to easily allow reference counting.