ExportVRML.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Inventor/nodes/SoNode.h>
4 
5 #include <string>
6 
7 namespace armarx::viz::coin
8 {
9 
10  void exportToVRML(SoNode* node, std::string const& exportFilePath);
11 
12 }
armarx::viz::coin::exportToVRML
void exportToVRML(SoNode *node, std::string const &exportFilePath)
Definition: ExportVRML.cpp:68
armarx::viz::coin
Definition: ElementVisualizer.cpp:11