VR-Forces 4.6.1 Class Documentation
 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 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)