#include "DOP_API.h"#include "DOP_InOutInfo.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) |
| 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 | |||
| ) |
1.5.9