| 237 | float AbstractChart::ymax() const { return mYMax; } |
| 238 | float AbstractChart::ymin() const { return mYMin; } |
| 239 | float AbstractChart::zmax() const { return mZMax; } |
| 240 | float AbstractChart::zmin() const { return mZMin; } |
| 241 | |
| 242 | void AbstractChart::addRenderable(const std::shared_ptr<AbstractRenderable> pRenderable) |
nothing calls this directly
no outgoing calls
no test coverage detected