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