#include <itkImageWriter.h>
Inheritance diagram for itk::ImageWriter:
Public Types | |
typedef ImageWriter | Self |
typedef Writer | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
Public Methods | |
virtual const char * | GetClassName () const |
void | SetInput (const TInputImage *input) |
const InputImageType * | GetInput (void) |
Protected Methods | |
ImageWriter () | |
~ImageWriter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
ImageWriter is the base class for writers that write images.
Definition at line 35 of file itkImageWriter.h.
|
Reimplemented from itk::Writer. Reimplemented in itk::RawImageWriter< TInputImage >. Definition at line 42 of file itkImageWriter.h. |
|
Definition at line 46 of file itkImageWriter.h. |
|
Some convenience typedefs. Definition at line 45 of file itkImageWriter.h. |
|
Reimplemented from itk::Writer. Reimplemented in itk::RawImageWriter< TInputImage >. Definition at line 41 of file itkImageWriter.h. |
|
Standard class typedefs. Reimplemented from itk::Writer. Reimplemented in itk::RawImageWriter< TInputImage >. Definition at line 39 of file itkImageWriter.h. |
|
Reimplemented from itk::Writer. Reimplemented in itk::RawImageWriter< TInputImage >. Definition at line 40 of file itkImageWriter.h. |
|
Definition at line 58 of file itkImageWriter.h. |
|
Definition at line 59 of file itkImageWriter.h. |
|
Run-time type information (and related methods). Reimplemented from itk::Writer. Reimplemented in itk::RawImageWriter< TInputImage >. |
|
Get the input image of this writer. |
|
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::Writer. Reimplemented in itk::RawImageWriter< TInputImage >. |
|
Set the input image of this writer. |