15 #ifndef DtIntegerInputPort_H_
16 #define DtIntegerInputPort_H_
40 virtual int value()
const;
59 virtual void setValue(
int value);
62 virtual int value()
const;
84 virtual void setValue(
int v);
87 virtual int value()
const;
virtual const DtString type() const =0
Override for each derrived class to return a unique type string.
Instances of DtIntegerPortData are concrete data elements containing an integer value that can be exc...
Definition: integerIOPort.h:68
int myValue
Definition: integerIOPort.h:93
This is an abstract base class for all data elements that are passed through ports.
Definition: portData.h:25
virtual void createPortData()=0
Override for each derrived class to create and set the internal DtPortData representation.
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual const DtString type() const =0
Returns a string type value for this class.
DtOutputPorts are data ports owned by data producers.
Definition: outputPort.h:46
Instances of DtIntegerOutputPort are output ports through which data producers can send integer value...
Definition: integerIOPort.h:45
virtual DtPortData * clone() const =0
Provides a copy of this port data.
DtPortData & operator=(const DtPortData &orig)
Assignment operator.