13 #ifndef mitkBaseDataTestImplementation_h
14 #define mitkBaseDataTestImplementation_h
31 itkFactorylessNewMacro(Self);
37 Superclass::InitializeTimeGeometry(timeSteps);
Implementation of BaseData (for testing)
bool RequestedRegionIsOutsideOfTheBufferedRegion() override
Determine whether the RequestedRegion is outside of the BufferedRegion.
void InitializeTimeGeometry(unsigned int timeSteps) override
Initialize the TimeGeometry for a number of time steps. The TimeGeometry is initialized empty and eve...
void SetRequestedRegionToLargestPossibleRegion() override
Set the RequestedRegion to the LargestPossibleRegion.
BaseDataTestImplementation()
void SetRequestedRegion(const itk::DataObject *) override
Set the requested region from this data object to match the requested region of the data object passe...
~BaseDataTestImplementation() override
mitkClassMacro(BaseDataTestImplementation, BaseData)
bool VerifyRequestedRegion() override
Verify that the RequestedRegion is within the LargestPossibleRegion.
Base of all data objects.
Find image slices visible on a given plane.