CSelectNode
-
class Lib3MF::CSelectNode : public COneInputNode
If A is less B returns C, else D
-
PImplicitPort GetInputB()
Retrieves the second input
- Returns:
the second input
-
PImplicitPort GetInputC()
Retrieves the third input
- Returns:
the third input
-
PImplicitPort GetInputD()
Retrieves the fourth input
- Returns:
the fourth input
-
PImplicitPort GetInputB()
-
typedef std::shared_ptr<CSelectNode> Lib3MF::PSelectNode
Shared pointer to CSelectNode to easily allow reference counting.