15 #include <matrix/vlVector.h>
19 class DtCoordinateSystem;
21 namespace vrvTacticalGraphicUtilities
35 const std::vector<DtVector>& linePoints,
double size,
36 std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
37 std::vector<int>& segmentsToErase,
const DtVector& offsetFromPoint = DtVector::zero());
41 #define Dt3DLineStyleGeometryAxisCreator \
42 boost::bind(&vrvTacticalGraphicUtilities::create3DLineStyleGeometryAxis, _1, _2, _3, _4, _5, _6, _7)
DT_DLL_VRVCORE bool create3DLineStyleGeometryAxis(const DtCoordinateSystem &cs, const std::vector< DtVector > &linePoints, double size, std::vector< DtVector > &result3DPositions, std::vector< DtVector > &resultOffsetPositions, std::vector< int > &segmentsToErase, const DtVector &offsetFromPoint=DtVector::zero())
Supplied parameters.
voidpf void uLong size
Definition: ioapi.h:39
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains DLL export macros.