VR-Forces 5.0.2 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) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
14 
15 #pragma once
16 
17 #include <vrvCore/vrvCore.h>
18 #include <matrix/vlVector.h>
19 
20 namespace makVrv
21 {
22  class DtCoordinateSystem;
23 
24  namespace vrvTacticalGraphicUtilities
25  {
37  DT_DLL_VRVCORE bool create2DLineStyleGeometryBridge(const DtCoordinateSystem& cs,
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());
41  }
42 
44  #define Dt2DLineStyleGeometryBridgeCreator \
45  boost::bind(&vrvTacticalGraphicUtilities::create2DLineStyleGeometryBridge, _1, _2, _3, _4, _5, _6, _7)
46 }
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)