#include <iostream>
#include <string>
#include "vhdVRMLParser/Array.h"
Classes | |
class | FieldValue |
class | MFieldValue |
Typedefs | |
typedef Array< int > | IntArray |
typedef Array< float > | FloatArray |
Enumerations | |
enum | { SFBOOL, SFCOLOR, SFIMAGE, SFINT32, SFFLOAT, SFNODE, SFROTATION, SFSTRING, SFTIME, SFVEC2F, SFVEC3F, MFCOLOR, MFINT32, MFFLOAT, MFNODE, MFROTATION, MFSTRING, MFTIME, MFVEC2F, MFVEC3F } |
Functions | |
void | indentf (FILE *f, int indent) |
typedef Array<float> FloatArray |
anonymous enum |
void indentf | ( | FILE * | f, | |
int | indent | |||
) |
Calculates the indentation in the output VRML97 file. Specified extern in FieldValue.cpp so that all classes can access it.