VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DLineStyleGeometryBridge.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
14 
15 #pragma once
16 
17 #include <vrvCore/vrvCore.h>
18 
19 #include <matrix/vlVector.h>
20 
21 #include <boost/bind/bind.hpp>
22 
23 namespace makVrv
24 {
25  class DtCoordinateSystem;
26 
27  namespace vrvTacticalGraphicUtilities
28  {
40  DT_DLL_VRVCORE bool create2DLineStyleGeometryBridge(const DtCoordinateSystem& cs,
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());
44  }
45 
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)
49 }
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.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)