#include <LandscapeDefn.h>

Public Member Functions | |
| virtual bool | readXML (XMLNode *node) |
| virtual DefnType | getType () |
Public Attributes | |
| fixed | flatness |
| fixed | startcloseness |
| fixed | heightmin |
| fixed | heightmax |
| std::string | startmask |
Definition at line 53 of file LandscapeDefn.h.
| bool LandscapeDefnStartHeight::readXML | ( | XMLNode * | node | ) | [virtual] |
Implements LandscapeDefnType.
Definition at line 100 of file LandscapeDefn.cpp.
References S3D::checkDataFile(), XMLNode::failChildren(), flatness, XMLNode::getNamedChild(), heightmax, heightmin, parseMinMax(), startcloseness, and startmask.
| virtual DefnType LandscapeDefnStartHeight::getType | ( | ) | [inline, virtual] |
Implements LandscapeDefnType.
Definition at line 62 of file LandscapeDefn.h.
References LandscapeDefnType::eStartHeight.
Definition at line 56 of file LandscapeDefn.h.
Referenced by PlacementTankPosition::placeTank(), and readXML().
Definition at line 57 of file LandscapeDefn.h.
Referenced by PlacementTankPosition::placeTank(), and readXML().
Definition at line 58 of file LandscapeDefn.h.
Referenced by PlacementTankPosition::placeTank(), and readXML().
Definition at line 58 of file LandscapeDefn.h.
Referenced by PlacementTankPosition::placeTank(), and readXML().
Definition at line 59 of file LandscapeDefn.h.
Referenced by PlacementTankPosition::placeTank(), and readXML().
1.5.3