8 #ifndef networkElement_H_
9 #define networkElement_H_
18 #include <vlutil/vlNetTypes.h>
55 virtual unsigned int arrayIndex()
const;
56 virtual void setArrayIndex(
unsigned int val);
59 virtual bool networked()
const;
65 virtual bool isRemoved()
const;
66 virtual bool isNotRemoved()
const;
67 virtual void setAsRemoved(
bool onOff);
70 static unsigned int voidIndex();
bool myIsRemoved
Definition: networkElement.h:74
bool DtIsLinearFeature(const DtNetworkElement &networkElement)
#define DT_DLL_gdb
Definition: gdbDefines.h:25
bool DtIsArealFeature(const DtNetworkElement &networkElement)
Definition: specification.h:27
bool DtIsPointFeature(const DtNetworkElement &networkElement)
DtFeatureType
Definition: networkElement.h:27
Definition: networkElement.h:30
Definition: networkElement.h:31
unsigned int myArrayIndex
Definition: networkElement.h:75
static const unsigned int theVoidIndex
Definition: networkElement.h:76
Definition: networkElement.h:29
Definition: networkElement.h:38
Definition: vectorNetwork.h:37