CComposeMatrixNode
-
class Lib3MF::CComposeMatrixNode : public CImplicitNode
Composes a 4x4 matrix from 16 scalar values
-
PImplicitPort GetInputM00()
Retrieves the input for the element 0 0
- Returns:
the input for the m00 element
-
PImplicitPort GetInputM01()
Retrieves the input for the element 0 1
- Returns:
the input for the m01 element
-
PImplicitPort GetInputM02()
Retrieves the input for the element 0 2
- Returns:
the input for the m02 element
-
PImplicitPort GetInputM03()
Retrieves the input for the element 0 3
- Returns:
the input for the m03 element
-
PImplicitPort GetInputM10()
Retrieves the input for the element 1 0
- Returns:
the input for the m10 element
-
PImplicitPort GetInputM11()
Retrieves the input for the element 1 1
- Returns:
the input for the m11 element
-
PImplicitPort GetInputM12()
Retrieves the input for the element 1 2
- Returns:
the input for the m12 element
-
PImplicitPort GetInputM13()
Retrieves the input for the element 1 3
- Returns:
the input for the m13 element
-
PImplicitPort GetInputM20()
Retrieves the input for the element 2 0
- Returns:
the input for the m20 element
-
PImplicitPort GetInputM21()
Retrieves the input for the element 2 1
- Returns:
-
PImplicitPort GetInputM22()
Retrieves the input for the element 2 2
- Returns:
the input for the m22 element
-
PImplicitPort GetInputM23()
Retrieves the input for the element 2 3
- Returns:
the input for the m23 element
-
PImplicitPort GetInputM30()
Retrieves the input for the element 3 0
- Returns:
the input for the m30 element
-
PImplicitPort GetInputM31()
Retrieves the input for the element 3 1
- Returns:
the input for the m31 element
-
PImplicitPort GetInputM32()
Retrieves the input for the element 3 2
- Returns:
the input for the m32 element
-
PImplicitPort GetInputM33()
Retrieves the input for the element 3 3
- Returns:
the input for the m33 element
-
PImplicitPort GetOutputResult()
Retrieves the output
- Returns:
the output
-
PImplicitPort GetInputM00()
-
typedef std::shared_ptr<CComposeMatrixNode> Lib3MF::PComposeMatrixNode
Shared pointer to CComposeMatrixNode to easily allow reference counting.