15 #include <vlutil/vlNetTypes.h>
53 virtual void setVertexIndex(
int index);
54 virtual int vertexIndex()
const;
57 virtual void setPercentage(
float percent);
58 virtual float percentage()
const;
87 virtual void setNumDescriptors(
int num);
88 virtual int numDescriptors()
const;
91 virtual bool setDescriptor(
int index,
97 int index,
bool* valid = 0)
const;
100 virtual void setFromNet(
const void* netRep,
int length);
105 virtual const void* netRep(
int*
size = 0)
const;
108 virtual int netSize()
const;
int myVertexIndex
Definition: attachmentDescriptor.h:60
voidpf void uLong size
Definition: ioapi.h:39
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
Definition: attachmentDescriptor.h:27
void * myNetRep
Definition: attachmentDescriptor.h:115
float myPercentage
Definition: attachmentDescriptor.h:61
Definition: attachmentDescriptor.h:64
DtAttachmentDescriptor * myDescriptors
Definition: attachmentDescriptor.h:113
DT_DLL_VRVCORE double length(const makVrv::DtCoordinateSystem &, const std::vector< DtVector > &vertices)
Returns the total distance of a segmented line defined by the provided vector of vertices. Coordinates are in local database coordinates. The coordinate system is used to convert between the local database coordinates and geocentric. All distance is in 2D – the Z value is ignored.
DtAttachmentDescriptor myEmptyDescriptor
Definition: attachmentDescriptor.h:114
DtNetFloat32 myPercentage
Definition: attachmentDescriptor.h:21
Definition: attachmentDescriptor.h:17
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
DtNetInt32 myVertexIndex
Definition: attachmentDescriptor.h:20
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23
int myNumberOfDescriptors
Definition: attachmentDescriptor.h:112