MCPcopy Create free account
hub / github.com/MITK/MITK / GetDataStorage

Function GetDataStorage

Modules/Core/include/mitkBaseRenderer.h:181–184  ·  view source on GitHub ↗

* \brief Get the DataStorage used by this renderer. * \return Pointer to the current DataStorage. */

Source from the content-addressed store, hash-verified

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.

Callers 9

CreateQtPartControlMethod · 0.50
ResetCrosshairMethod · 0.50
SetLayoutImplMethod · 0.50
ResetCrosshairMethod · 0.50
DeactivatedMethod · 0.50

Calls 1

GetPointerMethod · 0.80

Tested by

no test coverage detected