VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DArrowStyleGeometryLinear.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrvCore/vrvCore.h>
15 
16 #include <matrix/vlVector.h>
17 
18 #include <boost/bind/bind.hpp>
19 
20 namespace makVrv
21 {
22  class DtCoordinateSystem;
23 
24  namespace vrvTacticalGraphicUtilities
25  {
38  DT_DLL_VRVCORE bool create3DArrowStyleGeometryLinear(const DtCoordinateSystem& cs,
39  const DtVector& start, const DtVector& end, double arrowSize,
40  std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
41  const DtVector& offsetFromPoint = DtVector::zero());
42  }
43 
45  #define Dt3DArrowStyleGeometryLinearCreator \
46  boost::bind(&vrvTacticalGraphicUtilities::create3DArrowStyleGeometryLinear, boost::placeholders::_1, boost::placeholders::_2, boost::placeholders::_3, boost::placeholders::_4, boost::placeholders::_5, boost::placeholders::_6, boost::placeholders::_7)
47 }
DT_DLL_VRVCORE bool create3DArrowStyleGeometryLinear(const DtCoordinateSystem &cs, const DtVector &start, const DtVector &end, double arrowSize, std::vector< DtVector > &result3DPositions, std::vector< DtVector > &resultOffsetPositions, 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)