VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DLineStyleGeometryBridge.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 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 <functional>
22 
23 namespace makVrv
24 {
25  class DtCoordinateSystem;
26 
27  namespace vrvTacticalGraphicUtilities
28  {
40  DT_DLL_VRVCORE bool create3DLineStyleGeometryBridge(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 Dt3DLineStyleGeometryBridgeCreator \
48  std::bind(&vrvTacticalGraphicUtilities::create3DLineStyleGeometryBridge, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std::placeholders::_4, std::placeholders::_5, std::placeholders::_6, std::placeholders::_7)
49 }
voidpf void uLong size
Definition: ioapi.h:39
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DT_DLL_VRVCORE bool create3DLineStyleGeometryBridge(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.
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)