19 #include <matrix/vlVector.h>
21 #include <boost/bind/bind.hpp>
25 class DtCoordinateSystem;
27 namespace vrvTacticalGraphicUtilities
41 const std::vector<DtVector>& linePoints,
double size,
42 std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
43 std::vector<int>& segmentsToErase,
const DtVector& offsetFromPoint = DtVector::zero());
47 #define Dt2DLineStyleGeometryBridgeCreator \
48 boost::bind(&vrvTacticalGraphicUtilities::create2DLineStyleGeometryBridge, boost::placeholders::_1, boost::placeholders::_2, boost::placeholders::_3, boost::placeholders::_4, boost::placeholders::_5, boost::placeholders::_6, boost::placeholders::_7)
voidpf void uLong size
Definition: ioapi.h:39
DT_DLL_VRVCORE bool create2DLineStyleGeometryBridge(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.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains DLL export macros.