VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOverlayGeometryAmbush.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/vrvCore.h>
14 
15 #include <boost/bind/bind.hpp>
16 
17 namespace makVrv
18 {
19  struct DtLinearModelData;
20 
21  namespace vrvTacticalGraphicUtilities
22  {
50  DT_DLL_VRVCORE bool createVertexAndLabelDataAmbush( const DtLinearModelData& createData );
51  }
52 
54 #define DtOverlayGeometryAmbushCreator \
55  boost::bind(&vrvTacticalGraphicUtilities::createVertexAndLabelDataAmbush, boost::placeholders::_1 )
56 }
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DT_DLL_VRVCORE bool createVertexAndLabelDataAmbush(const DtLinearModelData &createData)
An ambush line has the following geometric parameters:
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)