ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkTestingHashImageFilter.h>
Generates a md5 hash string from an image.
Definition at line 45 of file itkTestingHashImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::Pointer | DataObjectPointer |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
enum | HashFunction { MD5 } |
typedef SimpleDataObjectDecorator < std::string > | HashObjectType |
typedef SmartPointer< Self > | Pointer |
typedef TImageType::RegionType | RegionType |
typedef HashImageFilter | Self |
typedef InPlaceImageFilter < TImageType, TImageType > | Superclass |
Public Types inherited from itk::InPlaceImageFilter< TImageType, TImageType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TImageType | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImagePointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef InPlaceImageFilter | Self |
typedef ImageToImageFilter < TImageType, TImageType > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TImageType, TImageType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TImageType | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TImageType > | Superclass |
Public Types inherited from itk::ImageSource< TImageType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
HashImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
HashFunction | m_HashFunction |
Additional Inherited Members | |
Static Public Attributes inherited from itk::InPlaceImageFilter< TImageType, TImageType > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Protected Types inherited from itk::ImageToImageFilter< TImageType, TImageType > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TImageType > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::Testing::HashImageFilter< TImageType >::ConstPointer |
Definition at line 53 of file itkTestingHashImageFilter.h.
typedef DataObject::Pointer itk::Testing::HashImageFilter< TImageType >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 61 of file itkTestingHashImageFilter.h.
typedef ProcessObject::DataObjectPointerArraySizeType itk::Testing::HashImageFilter< TImageType >::DataObjectPointerArraySizeType |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 80 of file itkTestingHashImageFilter.h.
typedef SimpleDataObjectDecorator< std::string > itk::Testing::HashImageFilter< TImageType >::HashObjectType |
Type of DataObjects used for scalar outputs
Definition at line 67 of file itkTestingHashImageFilter.h.
typedef SmartPointer< Self > itk::Testing::HashImageFilter< TImageType >::Pointer |
Definition at line 52 of file itkTestingHashImageFilter.h.
typedef TImageType::RegionType itk::Testing::HashImageFilter< TImageType >::RegionType |
Definition at line 55 of file itkTestingHashImageFilter.h.
typedef HashImageFilter itk::Testing::HashImageFilter< TImageType >::Self |
Standard Self typedef
Definition at line 50 of file itkTestingHashImageFilter.h.
typedef InPlaceImageFilter< TImageType, TImageType > itk::Testing::HashImageFilter< TImageType >::Superclass |
Definition at line 51 of file itkTestingHashImageFilter.h.
enum itk::Testing::HashImageFilter::HashFunction |
Definition at line 84 of file itkTestingHashImageFilter.h.
|
protected |
|
private |
|
protectedvirtual |
If an imaging filter needs to perform processing after all processing threads have completed, the filter can can provide an implementation for AfterThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.
Reimplemented from itk::ImageSource< TImageType >.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
protectedvirtual |
Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region.
Reimplemented from itk::ProcessObject.
|
inline |
Get the computed Hash values
Definition at line 70 of file itkTestingHashImageFilter.h.
|
virtual |
Set/Get The hash function type. Currently only MD5 is supported and this value is ignores.
|
inline |
Get the computed Hash values
Definition at line 72 of file itkTestingHashImageFilter.h.
References itk::ProcessObject::GetOutput().
|
inline |
Get the computed Hash values
Definition at line 74 of file itkTestingHashImageFilter.h.
References itk::ProcessObject::GetOutput().
|
virtual |
Runtime information support.
Reimplemented from itk::InPlaceImageFilter< TImageType, TImageType >.
|
virtual |
Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().
Reimplemented from itk::ImageSource< TImageType >.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::InPlaceImageFilter< TImageType, TImageType >.
|
virtual |
Set/Get The hash function type. Currently only MD5 is supported and this value is ignores.
|
inlineprotectedvirtual |
Definition at line 102 of file itkTestingHashImageFilter.h.
|
private |
Definition at line 120 of file itkTestingHashImageFilter.h.