VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOverlayGeometryBlock.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 <matrix/vlVector.h>
16 
17 #include <boost/bind/bind.hpp>
18 
19 namespace makVrv
20 {
21  class DtCoordinateSystem;
22  class DtSegmentedLineInterface;
23  class DtTextProxyInterface;
24  struct DtLinearModelData;
25 
26  namespace vrvTacticalGraphicUtilities
27  {
37  DT_DLL_VRVCORE bool createVertexAndLabelDataBlock( const DtLinearModelData& createData );
38  }
39 
41 #define DtOverlayGeometryBlockCreator \
42  boost::bind(&vrvTacticalGraphicUtilities::createVertexAndLabelDataBlock, boost::placeholders::_1 )
43 }
DT_DLL_VRVCORE bool createVertexAndLabelDataBlock(const DtLinearModelData &createData)
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)