#include <iostream>#include <string>#include <assert.h>#include "vhdVRMLParser/stdafx.h"#include "vhdVRMLParser/FieldValue.h"#include "vhdVRMLParser/Scene.h"#include "vhdVRMLParser/Element.h"Functions | |
| void | indentf (FILE *f, int indent) |
| 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.
1.5.1-p1