16 #include <matrix/vlVector.h>
18 #include <boost/bind/bind.hpp>
22 class DtCoordinateSystem;
24 namespace vrvTacticalGraphicUtilities
38 const std::vector<DtVector>& linePoints,
double size,
39 std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
40 std::vector<int>& segmentsToErase,
const DtVector& offsetFromPoint = DtVector::zero());
44 #define Dt2DLineStyleGeometryAxisCreator \
45 boost::bind(&vrvTacticalGraphicUtilities::create2DLineStyleGeometryAxis, boost::placeholders::_1, boost::placeholders::_2, boost::placeholders::_3, boost::placeholders::_4, boost::placeholders::_5, boost::placeholders::_6, boost::placeholders::_7)
DT_DLL_VRVCORE bool create2DLineStyleGeometryAxis(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.