HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DOP_InOutInfo Class Reference

#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_InOutInfooperator= (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)
 

Detailed Description

Examples:
DOP/DOP_GroupAndApply.C, and DOP/DOP_GroupAndApply.h.

Definition at line 29 of file DOP_InOutInfo.h.

Constructor & Destructor Documentation

DOP_InOutInfo::DOP_InOutInfo ( )
inline

Definition at line 32 of file DOP_InOutInfo.h.

DOP_InOutInfo::DOP_InOutInfo ( DOP_InOutDataType  datatype,
bool  isrepetitive 
)
inline

Definition at line 36 of file DOP_InOutInfo.h.

DOP_InOutInfo::DOP_InOutInfo ( const DOP_InOutInfo src)
inline

Definition at line 41 of file DOP_InOutInfo.h.

DOP_InOutInfo::~DOP_InOutInfo ( )
inline

Definition at line 43 of file DOP_InOutInfo.h.

Member Function Documentation

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 64 of file DOP_InOutInfo.h.

bool DOP_InOutInfo::getIsRepetitive ( ) const
inline

Definition at line 59 of file DOP_InOutInfo.h.

static const char* DOP_InOutInfo::getLabelText ( DOP_InOutDataType  type)
inlinestatic

Definition at line 67 of file DOP_InOutInfo.h.

const char* DOP_InOutInfo::getLabelText ( ) const
inline

Definition at line 89 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 95 of file DOP_InOutInfo.h.

const DOP_InOutInfo& DOP_InOutInfo::operator= ( const DOP_InOutInfo src)
inline

Definition at line 46 of file DOP_InOutInfo.h.

bool DOP_InOutInfo::operator== ( const DOP_InOutInfo src)
inline

Definition at line 53 of file DOP_InOutInfo.h.


The documentation for this class was generated from the following file: