ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkAddConstantToImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef AddConstantToImageFilter | Self |
typedef AddImageFilter < TInputImage, Image < TConstant, TInputImage::ImageDimension > , TOutputImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
AddConstantToImageFilter () | |
virtual | ~AddConstantToImageFilter () |
Add a constant to all input pixels.
This filter is templated over the input image type and the output image type.
Based on filters from the Insight Journal paper: http://hdl.handle.net/1926/510
Definition at line 40 of file itkAddConstantToImageFilter.h.
typedef SmartPointer<const Self> itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::ConstPointer |
Reimplemented from itk::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
Definition at line 48 of file itkAddConstantToImageFilter.h.
typedef SmartPointer<Self> itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Pointer |
Reimplemented from itk::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
Definition at line 47 of file itkAddConstantToImageFilter.h.
typedef AddConstantToImageFilter itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
Definition at line 44 of file itkAddConstantToImageFilter.h.
typedef AddImageFilter<TInputImage, Image<TConstant, TInputImage::ImageDimension>, TOutputImage> itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Superclass |
Reimplemented from itk::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
Definition at line 46 of file itkAddConstantToImageFilter.h.
itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::AddConstantToImageFilter | ( | ) | [inline, protected] |
Definition at line 57 of file itkAddConstantToImageFilter.h.
virtual itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::~AddConstantToImageFilter | ( | ) | [inline, protected, virtual] |
Definition at line 58 of file itkAddConstantToImageFilter.h.
virtual::itk::LightObject::Pointer itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::CreateAnother | ( | void | ) | const [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::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
virtual const char* itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
static Pointer itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >::New | ( | ) | [static] |
method for creation through object factory
Reimplemented from itk::AddImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.