#include <assert.h>
#include <map>
#include <stdio.h>
#include <string.h>
#include "utility.h"
#include "VrmlAppearance.h"
#include "VrmlBboxCenter.h"
#include "VrmlBboxSize.h"
#include "VrmlChildren.h"
#include "VrmlCoordinate3.h"
#include "VrmlGroup.h"
#include "VrmlIndexedFaceSet.h"
#include "VrmlInline.h"
#include "VrmlMaterial.h"
#include "VrmlNode.h"
#include "VrmlOneWordNode.h"
#include "VrmlRotation.h"
#include "VrmlScale.h"
#include "VrmlSeparator.h"
#include "VrmlShape.h"
#include "VrmlTransform.h"
#include "VrmlTranslation.h"
#include "VrmlWorldInfo.h"
Include dependency graph for VrmlNode.cpp:
Go to the source code of this file.
Functions | |
static void | CleanVrmlNodes () |
|
Definition at line 35 of file VrmlNode.cpp. References VrmlNode::g_DataBase. Referenced by VrmlNode::VrmlNode(). |