#include <iostream>#include <string>#include "vhdVRMLParser/stdafx.h"#include "vhdVRMLParser/NodeElevationGrid.h"#include "vhdVRMLParser/Proto.h"#include "vhdVRMLParser/FieldValue.h"#include "vhdVRMLParser/SFNode.h"#include "vhdVRMLParser/SFFloat.h"#include "vhdVRMLParser/MFFloat.h"#include "vhdVRMLParser/SFBool.h"#include "vhdVRMLParser/SFInt32.h"#include "vhdVRMLParser/MFVec3f.h"#include "vhdVRMLParser/Scene.h"Defines | |
| #define | HEIGHT(i, j) (height[(i) + (j) * xDimension]) |
| #define HEIGHT | ( | i, | |||
| j | ) | (height[(i) + (j) * xDimension]) |
1.5.1-p1