65 bool noDifferenceFound =
true;
67 if (rightHandSide == NULL)
71 MITK_INFO <<
"[Equal( ExampleDataStructure*, ExampleDataStructure* )] rightHandSide NULL.";
76 if (leftHandSide == NULL)
80 MITK_INFO <<
"[Equal( ExampleDataStructure*, ExampleDataStructure* )] leftHandSide NULL.";
89 MITK_INFO <<
"[Equal( ExampleDataStructure*, ExampleDataStructure* )] Data not equal. ";
92 noDifferenceFound =
false;
95 return noDifferenceFound;
virtual bool RequestedRegionIsOutsideOfTheBufferedRegion() override
Determine whether the RequestedRegion is outside of the BufferedRegion.
virtual std::string GetData()
virtual void SetGeometry(BaseGeometry *aGeometry3D)
Set the BaseGeometry of the data, which will be referenced (not copied!). Assumes the data object has...
virtual void UpdateOutputInformation() override
virtual void SetRequestedRegion(const itk::DataObject *) override
Set the requested region from this data object to match the requested region of the data object passe...
void AppendAString(const std::string input)
Append a string to the data string.
virtual bool VerifyRequestedRegion() override
Verify that the RequestedRegion is within the LargestPossibleRegion.
virtual ~ExampleDataStructure()
virtual void SetRequestedRegionToLargestPossibleRegion() override
Set the RequestedRegion to the LargestPossibleRegion.
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.