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