ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkBSplineCenteredL2ResampleImageFilterBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef BSplineCenteredL2ResampleImageFilterBase | Self |
typedef BSplineCenteredResampleImageFilterBase < TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
BSplineCenteredL2ResampleImageFilterBase () | |
virtual void | InitializePyramidSplineFilter (int SplineOrder) |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~BSplineCenteredL2ResampleImageFilterBase () |
Private Member Functions | |
BSplineCenteredL2ResampleImageFilterBase (const Self &) | |
void | operator= (const Self &) |
Definition at line 83 of file itkBSplineCenteredL2ResampleImageFilterBase.h.
typedef SmartPointer< const Self > itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 91 of file itkBSplineCenteredL2ResampleImageFilterBase.h.
typedef SmartPointer< Self > itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 90 of file itkBSplineCenteredL2ResampleImageFilterBase.h.
typedef BSplineCenteredL2ResampleImageFilterBase itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 88 of file itkBSplineCenteredL2ResampleImageFilterBase.h.
typedef BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage > itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
Definition at line 89 of file itkBSplineCenteredL2ResampleImageFilterBase.h.
itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::BSplineCenteredL2ResampleImageFilterBase | ( | ) | [protected] |
virtual itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::~BSplineCenteredL2ResampleImageFilterBase | ( | ) | [inline, protected, virtual] |
Definition at line 100 of file itkBSplineCenteredL2ResampleImageFilterBase.h.
itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::BSplineCenteredL2ResampleImageFilterBase | ( | const Self & | ) | [private] |
virtual const char* itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
virtual void itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::InitializePyramidSplineFilter | ( | int | SplineOrder | ) | [protected, virtual] |
Initializes the pyramid spline coefficients. Called when Spline order has been set.
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
void itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
void itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
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::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.