VR-Forces 4.7 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 {
21  {
22  public:
26 
29 
31  typedef boost::function<bool ()> CancelCheckFunction;
32 
34  DtFeatureNavigator(const DtAreaFeatureSet& obstacles);
35 
39  const DtAreaFeatureSet& obstacles,
40  const DtProj& proj);
41 
43  virtual void addObstacle(const DtAreaFeature& obstacle);
44  virtual void addObstacle(const DtAreaFeature& obstacle, const DtAlgorithmManager* mgr);
45 
46  virtual bool processObstacles(DtFeatureGeometry obstacleArea);
47  virtual bool processObstacles(DtFeatureGeometry obstacleArea, const DtAlgorithmManager& mgr);
48 
49  virtual DtFeatureGeometry::Path makePath(Path inputPath);
50  virtual DtFeatureGeometry::Path makePath(Path inputPath, const DtAlgorithmManager& mgr);
51 
52  virtual void setFailIfStartInObstacle(bool v);
53 
54  protected:
55  boost::scoped_ptr<DtAreaFeatureSet> myObstacles;
62  };
63 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)