15 #ifndef DtVectorIOPort_H_
16 #define DtVectorIOPort_H_
18 #include <matrix/vlVector.h>
41 virtual const DtVector value()
const;
66 virtual void setValue(
const DtVector& vector);
69 virtual const DtVector value()
const;
97 virtual void setValue(
const DtVector&);
100 virtual const DtVector& value()
const;
virtual const DtString type() const =0
Override for each derrived class to return a unique type string.
DtVector myValue
Definition: vectorIOPort.h:106
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.
DtOutputPort & operator=(const DtOutputPort &)
Not implemented.
Instances of DtAmmunitionPortData are concrete data elements containing a DtVector that can be exchan...
Definition: vectorIOPort.h:81
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Instances of DtVectorOutputPort are output ports through which data producers can send a DtVector...
Definition: vectorIOPort.h:52
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
virtual DtPortData * clone() const =0
Provides a copy of this port data.
DtPortData & operator=(const DtPortData &orig)
Assignment operator.