VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DArrowStyleGeometrySimple.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 namespace makVrv
20 {
21  class DtCoordinateSystem;
22 
23  namespace vrvTacticalGraphicUtilities
24  {
37  DT_DLL_VRVCORE bool create3DArrowStyleGeometrySimple(const DtCoordinateSystem& cs,
38  const DtVector& start, const DtVector& end, double arrowSize,
39  std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
40  const DtVector& offsetFromPoint = DtVector::zero());
41  }
42 
44  #define Dt3DArrowStyleGeometrySimpleCreator \
45  boost::bind(&vrvTacticalGraphicUtilities::create3DArrowStyleGeometrySimple, boost::placeholders::_1, boost::placeholders::_2, boost::placeholders::_3, boost::placeholders::_4, boost::placeholders::_5, boost::placeholders::_6, boost::placeholders::_7)
46 }
DT_DLL_VRVCORE bool create3DArrowStyleGeometrySimple(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)