ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkSubtractConstantFromImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef SubtractConstantFromImageFilter | Self |
typedef SubtractImageFilter < 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 | |
SubtractConstantFromImageFilter () | |
virtual | ~SubtractConstantFromImageFilter () |
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 41 of file itkSubtractConstantFromImageFilter.h.
typedef SmartPointer<const Self> itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >::ConstPointer |
Reimplemented from itk::SubtractImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
Definition at line 50 of file itkSubtractConstantFromImageFilter.h.
typedef SmartPointer<Self> itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >::Pointer |
Reimplemented from itk::SubtractImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
Definition at line 49 of file itkSubtractConstantFromImageFilter.h.
typedef SubtractConstantFromImageFilter itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::SubtractImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
Definition at line 46 of file itkSubtractConstantFromImageFilter.h.
typedef SubtractImageFilter<TInputImage, Image<TConstant, TInputImage::ImageDimension>, TOutputImage> itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >::Superclass |
Reimplemented from itk::SubtractImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
Definition at line 48 of file itkSubtractConstantFromImageFilter.h.
itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >::SubtractConstantFromImageFilter | ( | ) | [inline, protected] |
Definition at line 59 of file itkSubtractConstantFromImageFilter.h.
virtual itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >::~SubtractConstantFromImageFilter | ( | ) | [inline, protected, virtual] |
Definition at line 60 of file itkSubtractConstantFromImageFilter.h.
virtual::itk::LightObject::Pointer itk::SubtractConstantFromImageFilter< 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::SubtractImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
virtual const char* itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::SubtractImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.
static Pointer itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >::New | ( | ) | [static] |
method for creation through object factory
Reimplemented from itk::SubtractImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage >.