66 if (timeStepsLeft != timeStepsRight)
70 MITK_INFO <<
"[( GeometryData::GetTimeGeometry )] number of time steps are not equal.";
71 MITK_INFO <<
"rightHandSide is " << timeStepsRight <<
" : leftHandSide is " << timeStepsLeft;
78 for (
unsigned int t = 0; t < timeStepsLeft; ++t)
82 allEqual &=
mitk::Equal(*geomLeft, *geomRight, eps, verbose);
void SetRequestedRegion(const itk::DataObject *data) override
Set the requested region from this data object to match the requested region of the data object passe...
virtual TimeStepType CountTimeSteps() const =0
Returns the number of time steps.
void UpdateOutputInformation() override
bool RequestedRegionIsOutsideOfTheBufferedRegion() override
Determine whether the RequestedRegion is outside of the BufferedRegion.
void SetRequestedRegionToLargestPossibleRegion() override
Set the RequestedRegion to the LargestPossibleRegion.
const mitk::TimeGeometry * GetTimeGeometry() const
Return the TimeGeometry of the data as const pointer.
void CopyInformation(const itk::DataObject *data) override
bool VerifyRequestedRegion() override
Verify that the RequestedRegion is within the LargestPossibleRegion.
Data class only having a BaseGeometry but not containing any specific data.
void UpdateOutputInformation() override
Update the information for this BaseData (the geometry in particular) so that it can be used as an ou...
MITKNEWMODULE_EXPORT bool Equal(mitk::ExampleDataStructure *leftHandSide, mitk::ExampleDataStructure *rightHandSide, mitk::ScalarType eps, bool verbose)
Returns true if the example data structures are considered equal.
MITKCORE_EXPORT const ScalarType eps
mitk::BaseGeometry * GetGeometry(int t=0) const
Return the geometry, which is a TimeGeometry, of the data as non-const pointer.
BaseGeometry Describes the geometry of a data object.