18 #ifndef itkTestingHashImageFilter_h
19 #define itkTestingHashImageFilter_h
44 template <
typename TImageType >
99 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
118 void operator=(const Self &);
127 #include "itkTestingHashImageFilter.hxx"
129 #endif // itkTestingHashImageFilter_h
void AfterThreadedGenerateData() override
TImageType::RegionType RegionType
virtual ProcessObject::DataObjectPointer MakeOutput(ProcessObject::DataObjectPointerArraySizeType idx) override
Light weight base class for most itk classes.
DataObject::Pointer DataObjectPointer
void EnlargeOutputRequestedRegion(DataObject *data) override
virtual void PrintSelf(std::ostream &os, Indent indent) const override
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
HashObjectType * GetHashOutput()
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
SmartPointer< const Self > ConstPointer
SimpleDataObjectDecorator< std::string > HashObjectType
Generates a md5 hash string from an image.
HashFunction m_HashFunction
const HashObjectType * GetHashOutput() const
unsigned int ThreadIdType
std::string GetHash() const
InPlaceImageFilter< TImageType, TImageType > Superclass
Superclass::OutputImageRegionType OutputImageRegionType
Control indentation during Print() invocation.
virtual void ThreadedGenerateData(const typename Superclass::OutputImageRegionType &, ThreadIdType) override
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
Base class for filters that take an image as input and overwrite that image as the output...
Base class for all data objects in ITK.
SmartPointer< Self > Pointer
Casts input pixels to output pixel type.
DataObject * GetOutput(const DataObjectIdentifierType &key)