|
HDK
|
#include <DOP_InOutInfo.h>
Public Member Functions | |
| DOP_InOutInfo () | |
| DOP_InOutInfo (DOP_InOutDataType datatype, bool isrepetitive) | |
| DOP_InOutInfo (const DOP_InOutInfo &src) | |
| ~DOP_InOutInfo () | |
| const DOP_InOutInfo & | operator= (const DOP_InOutInfo &src) |
| bool | operator== (const DOP_InOutInfo &src) |
| bool | getIsRepetitive () const |
| DOP_InOutDataType | getDataType () const |
| const char * | getLabelText () const |
| bool | matchesDataType (DOP_InOutDataType type) const |
| Returns true if this connection can match the given type. More... | |
Static Public Member Functions | |
| static const char * | getLabelText (DOP_InOutDataType type) |
Definition at line 29 of file DOP_InOutInfo.h.
|
inline |
Definition at line 32 of file DOP_InOutInfo.h.
|
inline |
Definition at line 36 of file DOP_InOutInfo.h.
|
inline |
Definition at line 41 of file DOP_InOutInfo.h.
|
inline |
Definition at line 43 of file DOP_InOutInfo.h.
|
inline |
Returns the primary type of this connection. One should use matchesDataType to properly handle variadic DOPs.
Definition at line 64 of file DOP_InOutInfo.h.
|
inline |
Definition at line 59 of file DOP_InOutInfo.h.
|
inlinestatic |
Definition at line 67 of file DOP_InOutInfo.h.
|
inline |
Definition at line 89 of file DOP_InOutInfo.h.
|
inline |
Returns true if this connection can match the given type.
Definition at line 95 of file DOP_InOutInfo.h.
|
inline |
Definition at line 46 of file DOP_InOutInfo.h.
|
inline |
Definition at line 53 of file DOP_InOutInfo.h.