TopologyTreeGenerator.h
Go to the documentation of this file.
1 
18 #pragma once
19 
21 #include "trainer/TreeNode.h"
24 
25 namespace SceneModel {
26 
31 {
32 
33 public:
38 
43 
50  void buildTree(ObjectSetList pObjectSets, boost::shared_ptr<TreeNode>& pRoot);
51 
59  void buildTree(ObjectSetList pTrajectories, boost::shared_ptr<TreeNode>& pRoot, std::string pType);
60 
65  void setRelations(std::vector<boost::shared_ptr<Relation>> pRelations);
66 
67 private:
71  std::vector<boost::shared_ptr<Relation>> mRelations;
72 
73 };
74 
75 }
void buildTree(ObjectSetList pObjectSets, boost::shared_ptr< TreeNode > &pRoot)
void setRelations(std::vector< boost::shared_ptr< Relation >> pRelations)
std::vector< boost::shared_ptr< Relation > > mRelations


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