![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtNetworkElement () | |
| virtual | ~DtNetworkElement () |
| virtual unsigned int | arrayIndex () const |
| virtual void | setArrayIndex (unsigned int val) |
| virtual bool | networked () const |
| virtual const DtSpecification & | specification () const =0 |
| virtual bool | isRemoved () const |
| virtual bool | isNotRemoved () const |
| virtual void | setAsRemoved (bool onOff) |
Static Public Member Functions | |
| static unsigned int | voidIndex () |
Protected Attributes | |
| bool | myIsRemoved |
| unsigned int | myArrayIndex |
Static Protected Attributes | |
| static const unsigned int | theVoidIndex |
| virtual DtNetworkElement::~DtNetworkElement | ( | ) | [virtual] |
| virtual unsigned int DtNetworkElement::arrayIndex | ( | ) | const [virtual] |
| virtual void DtNetworkElement::setArrayIndex | ( | unsigned int | val | ) | [virtual] |
| virtual bool DtNetworkElement::networked | ( | ) | const [virtual] |
| virtual const DtSpecification& DtNetworkElement::specification | ( | ) | const [pure virtual] |
Implemented in DtNetworkSpecElement, and DtNetworkSegment.
| virtual bool DtNetworkElement::isRemoved | ( | ) | const [virtual] |
| virtual bool DtNetworkElement::isNotRemoved | ( | ) | const [virtual] |
| virtual void DtNetworkElement::setAsRemoved | ( | bool | onOff | ) | [virtual] |
| static unsigned int DtNetworkElement::voidIndex | ( | ) | [static] |
bool DtNetworkElement::myIsRemoved [protected] |
unsigned int DtNetworkElement::myArrayIndex [protected] |
const unsigned int DtNetworkElement::theVoidIndex [static, protected] |