* \brief Get the DataStorage used by this renderer. * \return Pointer to the current DataStorage. */
| 179 | * \return Pointer to the current DataStorage. |
| 180 | */ |
| 181 | virtual DataStorage::Pointer GetDataStorage() const |
| 182 | { |
| 183 | return m_DataStorage.GetPointer(); |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * \brief Get the vtkRenderWindow associated with this renderer. |
no test coverage detected