AbstractTrainer.cpp
Go to the documentation of this file.
1 
19 
20 namespace SceneModel {
21 
23  {
24  }
25 
27  {
28  }
29 
31  {
32  ObjectSetList trajectories;
33 
34  // Load the trajectories from file.
35  trajectories = source->getTrajectories();
36 
37  // Build the tree.
38  generator->buildTree(trajectories, root);
39  }
40 
42  {
43  ObjectSetList trajectories;
44 
45  // Load the trajectories from file.
46  trajectories = source->getTrajectories();
47 
48  // Build the tree.
49  generator->buildTree(trajectories, root, pType);
50  }
51 
53  {
54  return root;
55  }
56 
57 }
boost::shared_ptr< TreeNode > getTree()
boost::shared_ptr< TreeNode > root
boost::shared_ptr< AbstractGraphGenerator > generator
boost::shared_ptr< AbstractSource > source


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