MeVisLab Resolution Independence API
|
#include "SoUtilsSystem.h"
#include <ThirdPartyWarningsDisable.h>
#include <Inventor/SoPrimitiveVertex.h>
#include <Inventor/nodes/SoNode.h>
#include <Inventor/nodes/SoShape.h>
#include <Inventor/fields/SoFields.h>
#include <Inventor/fields/SoSFEnum.h>
#include <Inventor/engines/SoSubEngine.h>
#include <Inventor/sensors/SoFieldSensor.h>
#include <Inventor/sensors/SoNodeSensor.h>
#include <boost/unordered_map.hpp>
#include <ThirdPartyWarningsRestore.h>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | SoSceneWriter |
Open Inventor engine to write scene representation to file. More... | |
struct | SoSceneWriter::COLORED_POINT |
struct holds point information when VRML_2 output is applied on SGI Inventor scenes More... | |
struct | SoSceneWriter::hashColoredPoint |
For computing a hash value for a colored point. More... | |