VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
DtIntegerPortData Class Reference

Instances of DtIntegerPortData are concrete data elements containing an integer value that can be exchanged through DtIntegerInputPort and DtIntegerOutputPort objects. More...

Inheritance diagram for DtIntegerPortData:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtIntegerPortData ()
 Constructor.
virtual ~DtIntegerPortData ()
 Destructor.
 DtIntegerPortData (const DtIntegerPortData &orig)
 Copy constructor.
DtIntegerPortDataoperator= (const DtIntegerPortData &orig)
 Assignment operator.
virtual const DtString type () const
 Returns DtIntegerPortDataType.
virtual void setValue (int v)
 Sets the value.
virtual int value () const
 Returns the value.
virtual DtPortDataclone () const
 Returns a copy of this port data.

Protected Attributes

int myValue

Detailed Description

Instances of DtIntegerPortData are concrete data elements containing an integer value that can be exchanged through DtIntegerInputPort and DtIntegerOutputPort objects.


Constructor & Destructor Documentation

Constructor.

Destructor.

Copy constructor.


Member Function Documentation

DtIntegerPortData& DtIntegerPortData::operator= ( const DtIntegerPortData orig)

Assignment operator.

virtual const DtString DtIntegerPortData::type ( ) const [virtual]

Returns DtIntegerPortDataType.

Implements DtPortData.

virtual void DtIntegerPortData::setValue ( int  v) [virtual]

Sets the value.

virtual int DtIntegerPortData::value ( ) const [virtual]

Returns the value.

virtual DtPortData* DtIntegerPortData::clone ( ) const [virtual]

Returns a copy of this port data.

Implements DtPortData.


Member Data Documentation

int DtIntegerPortData::myValue [protected]

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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)