#include <iostream>#include <string>#include "vhdVRMLParser/stdafx.h"#include "vhdVRMLParser/NodeImageTexture.h"#include "vhdVRMLParser/Scene.h"#include "vhdVRMLParser/Proto.h"#include "vhdVRMLParser/FieldValue.h"#include "vhdVRMLParser/MFString.h"#include "vhdVRMLParser/SFBool.h"#include "vhdVRMLParser/SFInt32.h"#include "vhdVRMLParser/Image.h"#include "vhdVRMLParser/Field.h"Enumerations | |
| enum | { IMG_STATUS_UNLOADED, IMG_STATUS_LOADED, IMG_STATUS_ERROR } |
1.5.1-p1