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

Function GetTimeGeometry

Modules/Core/include/mitkBaseData.h:152–155  ·  view source on GitHub ↗

* \brief Return the TimeGeometry of the data as const pointer. * * \warning No update will be called. Use GetUpdatedTimeGeometry() if you cannot * be sure that the geometry is up-to-date. * * Normally used in GenerateOutputInformation of subclasses of BaseProcess. * * \return Const pointer to the TimeGeometry, or nullptr if not set. * \sa GetUpdatedTimeGeome

Source from the content-addressed store, hash-verified

150 * \sa GetUpdatedTimeGeometry, GetGeometry
151 */
152 const mitk::TimeGeometry *GetTimeGeometry() const
153 {
154 return m_TimeGeometry.GetPointer();
155 }
156
157 /**
158 * \brief Return the TimeGeometry of the data as non-const pointer.

Callers 15

UpdateRepresentationMethod · 0.50
BoundingObjectMethod · 0.50
FitGeometryMethod · 0.50
GetVolumeMethod · 0.50
GetVolumeMethod · 0.50
GetVolumeMethod · 0.50
VerifyRequestedRegionMethod · 0.50
GetSlicedGeometryMethod · 0.50
SetOriginMethod · 0.50
SetSpacingMethod · 0.50
SetGeometryMethod · 0.50

Calls 1

GetPointerMethod · 0.80

Tested by

no test coverage detected