VR-Forces 4.1.1 Class Documentation
Dt2DLineStyleGeometryFeint.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrvCore/vrvCore.h>
15 #include <matrix/vlVector.h>
16 
17 namespace makVrv
18 {
19  class DtCoordinateSystem;
20 
21  namespace vrvTacticalGraphicUtilities
22  {
35  const std::vector<DtVector>& linePoints, double size,
36  std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
37  std::vector<int>& segmentsToErase, const DtVector& offsetFromPoint = DtVector::zero());
38  }
39 
41  #define Dt2DLineStyleGeometryFeintCreator \
42  boost::bind(&vrvTacticalGraphicUtilities::create2DLineStyleGeometryFeint, _1, _2, _3, _4, _5, _6, _7)
43 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)