#include <TerrainMod.h>
Public Member Functions | |
ShapeTerrainMod (const Shape &s) | |
Constructor. | |
virtual WFMath::AxisBox< 2 > | bbox () const |
Get the boundingbox of the modifier. | |
Protected Attributes | |
Shape | m_shape |
Shape of the modifier. |
This template extends TerrainMod by adding the ability to query the bounding box of the shape that defines this modification to the terrain.
Mercator::ShapeTerrainMod< Shape >::ShapeTerrainMod | ( | const Shape & | s | ) | [inline] |
Constructor.
s | shape of the modifier. |