13 #ifndef BASEDATAIMPLEMENTATION_H_HEADER_INCLUDED 14 #define BASEDATAIMPLEMENTATION_H_HEADER_INCLUDED 31 itkFactorylessNewMacro(
Self);
54 #endif // BASEDATA_H_HEADER_INCLUDED 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 InitializeTimeGeometry(unsigned int timeSteps) override
Initialize the TimeGeometry for a number of time steps. The TimeGeometry is initialized empty and eve...
~BaseDataTestImplementation() override
Base of all data objects.
bool RequestedRegionIsOutsideOfTheBufferedRegion() override
Determine whether the RequestedRegion is outside of the BufferedRegion.
Implementation of BaseData (for testing)
DataCollection - Class to facilitate loading/accessing structured data.
void SetRequestedRegionToLargestPossibleRegion() override
Set the RequestedRegion to the LargestPossibleRegion.
BaseDataTestImplementation()
#define mitkClassMacro(className, SuperClassName)
#define mitkCloneMacro(classname)
bool VerifyRequestedRegion() override
Verify that the RequestedRegion is within the LargestPossibleRegion.
virtual void InitializeTimeGeometry(unsigned int timeSteps=1)
Initialize the TimeGeometry for a number of time steps. The TimeGeometry is initialized empty and eve...