AbstractGraphGenerator.h
Go to the documentation of this file.
1 
18 #pragma once
19 
20 // Local includes
21 #include "trainer/TreeNode.h"
22 
24 
25 namespace SceneModel {
26 
34  public:
35 
40 
44  virtual ~AbstractGraphGenerator();
45 
52  virtual void buildTree(ObjectSetList pTrajectories, boost::shared_ptr<TreeNode>& pRoot);
53 
61  virtual void buildTree(ObjectSetList pTrajectories, boost::shared_ptr<TreeNode>& pRoot, std::string pType);
62  };
63 }
virtual void buildTree(ObjectSetList pTrajectories, boost::shared_ptr< TreeNode > &pRoot)


asr_relation_graph_generator
Author(s): Meißner Pascal
autogenerated on Fri Nov 15 2019 03:39:19