#include <itkImageDuplicator.h>
Inheritance diagram for itk::ImageDuplicator< TInputImage >:
Public Types | |
typedef ImageDuplicator | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | ImageType |
typedef TInputImage::Pointer | ImagePointer |
typedef TInputImage::ConstPointer | ImageConstPointer |
typedef TInputImage::PixelType | PixelType |
typedef TInputImage::IndexType | IndexType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (ImageDimension, unsigned int, ImageType::ImageDimension) | |
virtual void | SetInputImage (const ImageType *_arg) |
virtual ImageType * | GetOutput () |
void | Update (void) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ImageDuplicator () | |
virtual | ~ImageDuplicator () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 29 of file itkImageDuplicator.h.
|
Reimplemented from itk::Object. Definition at line 37 of file itkImageDuplicator.h. |
|
Definition at line 48 of file itkImageDuplicator.h. Referenced by itk::ImageDuplicator< TInputImage >::~ImageDuplicator(). |
|
Definition at line 47 of file itkImageDuplicator.h. Referenced by itk::ImageDuplicator< TInputImage >::~ImageDuplicator(). |
|
Type definitions for the input image. Definition at line 46 of file itkImageDuplicator.h. |
|
Definition at line 50 of file itkImageDuplicator.h. |
|
Definition at line 49 of file itkImageDuplicator.h. |
|
Reimplemented from itk::Object. Definition at line 36 of file itkImageDuplicator.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 34 of file itkImageDuplicator.h. Referenced by itk::ImageDuplicator< TInputImage >::~ImageDuplicator(). |
|
Reimplemented from itk::Object. Definition at line 35 of file itkImageDuplicator.h. |
|
|
|
Definition at line 66 of file itkImageDuplicator.h. References itk::ImageDuplicator< TInputImage >::ImageConstPointer, itk::ImageDuplicator< TInputImage >::ImagePointer, and itk::ImageDuplicator< TInputImage >::Self. |
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
Get the output image. |
|
|
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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::Object. |
|
Set the input image. |
|
Compute of the input image. |