13 #ifndef mitkExampleDataStructure_h
14 #define mitkExampleDataStructure_h
16 #include <MitkNewModuleExports.h>
39 itkFactorylessNewMacro(Self);
45 itkGetMacro(Data, std::string);
46 itkGetConstMacro(Data, std::string);
49 itkSetMacro(Data, std::string);
Base of all data objects.
void SetRequestedRegion(const itk::DataObject *) override
Set the requested region from this data object to match the requested region of the data object passe...
mitkClassMacro(ExampleDataStructure, BaseData)
bool RequestedRegionIsOutsideOfTheBufferedRegion() override
Determine whether the RequestedRegion is outside of the BufferedRegion.
void AppendAString(const std::string input)
Append a string to the data string.
~ExampleDataStructure() override
void UpdateOutputInformation() override
bool VerifyRequestedRegion() override
Verify that the RequestedRegion is within the LargestPossibleRegion.
void SetRequestedRegionToLargestPossibleRegion() override
Set the RequestedRegion to the LargestPossibleRegion.
Find image slices visible on a given plane.
MITKCORE_EXPORT const ScalarType eps
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.