#include <MapPoints.h>
Public Member Functions | |
| ModelRendererSimulator * | getBorderModelWrap () |
| ModelRendererSimulator * | getBorderModelBounce () |
| ModelRendererSimulator * | getBorderModelConcrete () |
Static Public Member Functions | |
| static MapPoints * | instance () |
Protected Attributes | |
| ModelRendererSimulator * | borderModelWrap_ |
| ModelRendererSimulator * | borderModelBounce_ |
| ModelRendererSimulator * | borderModelConcrete_ |
Static Protected Attributes | |
| static MapPoints * | instance_ = 0 |
Private Member Functions | |
| MapPoints () | |
| virtual | ~MapPoints () |
Definition at line 25 of file MapPoints.h.
| MapPoints::MapPoints | ( | ) | [private] |
Definition at line 35 of file MapPoints.cpp.
References borderModelBounce_, borderModelConcrete_, borderModelWrap_, and ModelRendererStore::instance().
| MapPoints::~MapPoints | ( | ) | [private, virtual] |
Definition at line 57 of file MapPoints.cpp.
References borderModelBounce_, borderModelConcrete_, and borderModelWrap_.
| MapPoints * MapPoints::instance | ( | ) | [static] |
Definition at line 29 of file MapPoints.cpp.
References instance_.
Referenced by WaterMapPoints::draw(), and LandscapePoints::draw().
| ModelRendererSimulator* MapPoints::getBorderModelWrap | ( | ) | [inline] |
Definition at line 30 of file MapPoints.h.
References borderModelWrap_.
Referenced by WaterMapPoints::draw(), and LandscapePoints::draw().
| ModelRendererSimulator* MapPoints::getBorderModelBounce | ( | ) | [inline] |
Definition at line 31 of file MapPoints.h.
References borderModelBounce_.
Referenced by WaterMapPoints::draw(), and LandscapePoints::draw().
| ModelRendererSimulator* MapPoints::getBorderModelConcrete | ( | ) | [inline] |
Definition at line 32 of file MapPoints.h.
References borderModelConcrete_.
Referenced by WaterMapPoints::draw(), and LandscapePoints::draw().
MapPoints * MapPoints::instance_ = 0 [static, protected] |
ModelRendererSimulator* MapPoints::borderModelWrap_ [protected] |
Definition at line 36 of file MapPoints.h.
Referenced by getBorderModelWrap(), MapPoints(), and ~MapPoints().
ModelRendererSimulator* MapPoints::borderModelBounce_ [protected] |
Definition at line 37 of file MapPoints.h.
Referenced by getBorderModelBounce(), MapPoints(), and ~MapPoints().
ModelRendererSimulator* MapPoints::borderModelConcrete_ [protected] |
Definition at line 38 of file MapPoints.h.
Referenced by getBorderModelConcrete(), MapPoints(), and ~MapPoints().
1.5.3