#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. | |
Static Public Member Functions | |
| static const char * | getLabelText (DOP_InOutDataType type) |
Definition at line 36 of file DOP_InOutInfo.h.
| DOP_InOutInfo::DOP_InOutInfo | ( | ) | [inline] |
Definition at line 39 of file DOP_InOutInfo.h.
| DOP_InOutInfo::DOP_InOutInfo | ( | DOP_InOutDataType | datatype, | |
| bool | isrepetitive | |||
| ) | [inline] |
Definition at line 43 of file DOP_InOutInfo.h.
| DOP_InOutInfo::DOP_InOutInfo | ( | const DOP_InOutInfo & | src | ) | [inline] |
Definition at line 48 of file DOP_InOutInfo.h.
| DOP_InOutInfo::~DOP_InOutInfo | ( | ) | [inline] |
Definition at line 50 of file DOP_InOutInfo.h.
| DOP_InOutDataType DOP_InOutInfo::getDataType | ( | ) | const [inline] |
Returns the primary type of this connection. One should use matchesDataType to properly handle variadic DOPs.
Definition at line 71 of file DOP_InOutInfo.h.
| bool DOP_InOutInfo::getIsRepetitive | ( | ) | const [inline] |
Definition at line 66 of file DOP_InOutInfo.h.
| const char* DOP_InOutInfo::getLabelText | ( | ) | const [inline] |
Definition at line 94 of file DOP_InOutInfo.h.
| static const char* DOP_InOutInfo::getLabelText | ( | DOP_InOutDataType | type | ) | [inline, static] |
Definition at line 74 of file DOP_InOutInfo.h.
| bool DOP_InOutInfo::matchesDataType | ( | DOP_InOutDataType | type | ) | const [inline] |
Returns true if this connection can match the given type.
Definition at line 100 of file DOP_InOutInfo.h.
| const DOP_InOutInfo& DOP_InOutInfo::operator= | ( | const DOP_InOutInfo & | src | ) | [inline] |
Definition at line 53 of file DOP_InOutInfo.h.
| bool DOP_InOutInfo::operator== | ( | const DOP_InOutInfo & | src | ) | [inline] |
Definition at line 60 of file DOP_InOutInfo.h.
1.5.9