8 #ifndef __DOP_Utils_h__
9 #define __DOP_Utils_h__
DOP_API DOP_InOutDataType DOPgetFirstInputType(const DOP_Node *node, DOP_InOutDataType defaultreturn)
DOP_API bool DOPfirstInputIsOfType(const DOP_Node *node, DOP_InOutDataType checktype, bool defaultreturn)
DOP_API DOP_InOutDataType DOPgetFirstConnectedInputType(const DOP_Node *node, DOP_InOutDataType defaultreturn)
This is the base class for all DOP nodes.
DOP_API DOP_InOutDataType DOPgetFirstConnectedSpecificInputType(const DOP_Node *node)
DOP_API bool DOPfirstConnectedInputIsOfType(const DOP_Node *node, DOP_InOutDataType checktype, bool defaultreturn)