Description
Functions
| void | treeToFile( Node * rootNode, const SceneManagement::SceneManager * sceneManager, const Util::FileName & fileName) |
Documentation
function
MinSG::GraphVizOutput::treeToFile
| public |
| void treeToFile( | Node * | rootNode, |
| const SceneManagement::SceneManager * | sceneManager, | |
| const Util::FileName & | fileName | |
| ) |
Save a given MinSG tree in GraphViz DOT format to the given file.
Parameters
- rootNode
- Root of a MinSG subgraph which shall be stored.
- sceneManager
- Optional scene manager to resolve registered node, or
nullptrto deactivate name output. - fileName
- Name of file to store the data in.
Defined in MinSG/Helper/GraphVizOutput.h:32