Pathfinder
Namespaces | Functions
Analysis.h File Reference

This file declares the sceneAnalysis function that is used to perform the analysis of the scene. More...

#include <MinSG/Core/Nodes/ListNode.h>
#include "Using.h"
Include dependency graph for Analysis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Pathfinder
 

Functions

std::string Pathfinder::createOutputDirs ()
 Create a directory where all output is written to. More...
 
std::vector< Graph * > Pathfinder::sceneAnalysis (const MinSG::ListNode &root)
 Perform the static analysis of the scene. More...
 

Detailed Description

This file declares the sceneAnalysis function that is used to perform the analysis of the scene.

This analysis corresponds to the first step described in the thesis.

Author
Jan-Luca Hansel