VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt3DLineStyleGeometryBridge.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 create3DLineStyleGeometryBridge(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 Dt3DLineStyleGeometryBridgeCreator \
45  boost::bind(&vrvTacticalGraphicUtilities::create3DLineStyleGeometryBridge, _1, _2, _3, _4, _5, _6, _7)
46 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)