HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DOP_Utils.h File Reference
#include "DOP_API.h"
#include "DOP_InOutInfo.h"
+ Include dependency graph for DOP_Utils.h:

Go to the source code of this file.

Functions

DOP_API bool DOPfirstInputIsOfType (const DOP_Node *node, DOP_InOutDataType checktype, bool defaultreturn)
 
DOP_API DOP_InOutDataType DOPgetFirstInputType (const DOP_Node *node, DOP_InOutDataType defaultreturn)
 
DOP_API bool DOPfirstConnectedInputIsOfType (const DOP_Node *node, DOP_InOutDataType checktype, bool defaultreturn)
 
DOP_API DOP_InOutDataType DOPgetFirstConnectedInputType (const DOP_Node *node, DOP_InOutDataType defaultreturn)
 
DOP_API DOP_InOutDataType DOPgetFirstConnectedSpecificInputType (const DOP_Node *node)
 

Function Documentation

DOP_API bool DOPfirstConnectedInputIsOfType ( const DOP_Node node,
DOP_InOutDataType  checktype,
bool  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 
)
DOP_API DOP_InOutDataType DOPgetFirstConnectedSpecificInputType ( const DOP_Node node)
DOP_API DOP_InOutDataType DOPgetFirstInputType ( const DOP_Node node,
DOP_InOutDataType  defaultreturn 
)