VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
featureNavigator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <features/areaFeature.h>
14 
16 
17 namespace MAKVRinTerra
18 {
19  class DtSharedMemoryFeaturesDebugDrawer;
20 
23  {
24  public:
28 
31 
33  typedef boost::function<bool ()> CancelCheckFunction;
34 
36  DtFeatureNavigator(const DtAreaFeatureSet& obstacles);
37 
41  const DtAreaFeatureSet& obstacles,
42  const DtProj& proj);
43 
45  virtual void addObstacle(const DtAreaFeature& obstacle);
46  virtual void addObstacle(const DtAreaFeature& obstacle, const DtAlgorithmManager* mgr);
47 
48  virtual bool processObstacles(DtFeatureGeometry obstacleArea);
49  virtual bool processObstacles(DtFeatureGeometry obstacleArea, const DtAlgorithmManager& mgr);
50 
51  virtual DtFeatureGeometry::Path makePath(Path inputPath);
52  virtual DtFeatureGeometry::Path makePath(Path inputPath, const DtAlgorithmManager& mgr);
53 
54  virtual void setFailIfStartInObstacle(bool v);
55 
56  protected:
57  boost::scoped_ptr<DtAreaFeatureSet> myObstacles;
64  };
65 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)