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) 2023 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 <functional>
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  std::bind(&vrvTacticalGraphicUtilities::createVertexAndLabelDataBlock, std::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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)