Pathfinder
Analysis.h
Go to the documentation of this file.
1 
11 #ifndef ANALYSIS_H
12 #define ANALYSIS_H
13 
14 #include <MinSG/Core/Nodes/ListNode.h>
15 
16 #include "Using.h"
17 
18 namespace Pathfinder {
19 
28  std::string createOutputDirs();
29 
30 
41  std::vector<Graph*>
43  const MinSG::ListNode& root
44  );
45 
46 }
47 
48 #endif
std::vector< Graph * > sceneAnalysis(const MinSG::ListNode &root)
Perform the static analysis of the scene.
Definition: Analysis.cpp:67
std::string createOutputDirs()
Create a directory where all output is written to.
Definition: Analysis.cpp:36
Definition: AABB.cpp:21
This file provides using and enum declarations.