ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBSplineCenteredL2ResampleImageFilterBase.h>
Private Member Functions | |
BSplineCenteredL2ResampleImageFilterBase (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage > | |
static Pointer | New () |
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.
|
protected |
|
inlineprotectedvirtual |
Definition at line 100 of file itkBSplineCenteredL2ResampleImageFilterBase.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
|
protectedvirtual |
Initializes the pyramid spline coefficients. Called when Spline order has been set.
Reimplemented from itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >.
|
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 >.
|
protectedvirtual |
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 >.