61 bool noDifferenceFound =
true;
63 if (rightHandSide ==
nullptr)
67 MITK_INFO <<
"[Equal( ExampleDataStructure*, ExampleDataStructure* )] rightHandSide nullptr.";
72 if (leftHandSide ==
nullptr)
76 MITK_INFO <<
"[Equal( ExampleDataStructure*, ExampleDataStructure* )] leftHandSide nullptr.";
85 MITK_INFO <<
"[Equal( ExampleDataStructure*, ExampleDataStructure* )] Data not equal. ";
88 noDifferenceFound =
false;
91 return noDifferenceFound;
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...
void UpdateOutputInformation() override
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.
bool VerifyRequestedRegion() override
Verify that the RequestedRegion is within the LargestPossibleRegion.
~ExampleDataStructure() override
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.