#include <LandscapeDefn.h>

Public Member Functions | |
| LandscapeDefnRoofCavern () | |
| virtual | ~LandscapeDefnRoofCavern () |
| virtual bool | readXML (XMLNode *node) |
| virtual DefnType | getType () |
Public Attributes | |
| fixed | width |
| fixed | height |
| LandscapeDefnType * | heightmap |
Definition at line 65 of file LandscapeDefn.h.
| LandscapeDefnRoofCavern::LandscapeDefnRoofCavern | ( | ) |
Definition at line 76 of file LandscapeDefn.cpp.
| LandscapeDefnRoofCavern::~LandscapeDefnRoofCavern | ( | ) | [virtual] |
| bool LandscapeDefnRoofCavern::readXML | ( | XMLNode * | node | ) | [virtual] |
Implements LandscapeDefnType.
Definition at line 85 of file LandscapeDefn.cpp.
References XMLNode::failChildren(), fetchHeightMapDefnType(), XMLNode::getNamedChild(), XMLNode::getNamedParameter(), height, heightmap, LandscapeDefnType::readXML(), and width.
| virtual DefnType LandscapeDefnRoofCavern::getType | ( | ) | [inline, virtual] |
Implements LandscapeDefnType.
Definition at line 76 of file LandscapeDefn.h.
References LandscapeDefnType::eRoofCavern.
Definition at line 72 of file LandscapeDefn.h.
Referenced by RoofMaps::generateRMap(), and readXML().
Definition at line 73 of file LandscapeDefn.h.
Referenced by RoofMaps::generateRMap(), readXML(), and ~LandscapeDefnRoofCavern().
1.5.3