ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkGetAverageSliceImageFilter.h>
Private Member Functions | |
GetAverageSliceImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
unsigned int | m_AveragedOutDimension |
virtual unsigned int | GetAveragedOutDimension () const |
virtual void | SetAveragedOutDimension (unsigned int _arg) |
GetAverageSliceImageFilter () | |
virtual | ~GetAverageSliceImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Additional Inherited Members | |
Static Public Attributes inherited from itk::AccumulateImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Averages a single dimension of an image.
This class averages an image along a dimension and reduces the size of this dimension to 1. The dimension being averaged is set by AveragedOutDimension.
Each pixel is the average of the pixels along the collapsed dimension and reduce the size of the averaged dimension to 1 (only on the averaged dimension).
The dimensions of the InputImage and the OutputImage must be the same.
This class is parameterized over the type of the input image and the type of the output image.
Definition at line 48 of file itkGetAverageSliceImageFilter.h.
typedef SmartPointer< const Self > itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::AccumulateImageFilter< TInputImage, TOutputImage >.
Definition at line 55 of file itkGetAverageSliceImageFilter.h.
typedef SmartPointer< Self > itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::AccumulateImageFilter< TInputImage, TOutputImage >.
Definition at line 54 of file itkGetAverageSliceImageFilter.h.
typedef GetAverageSliceImageFilter itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::AccumulateImageFilter< TInputImage, TOutputImage >.
Definition at line 52 of file itkGetAverageSliceImageFilter.h.
typedef AccumulateImageFilter< TInputImage, TOutputImage > itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::AccumulateImageFilter< TInputImage, TOutputImage >.
Definition at line 53 of file itkGetAverageSliceImageFilter.h.
|
protected |
Set the direction in which to reflect the data.
|
inlineprotectedvirtual |
Set the direction in which to reflect the data.
Definition at line 68 of file itkGetAverageSliceImageFilter.h.
|
private |
|
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::AccumulateImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set the direction in which to reflect the data.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AccumulateImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::AccumulateImageFilter< 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::AccumulateImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
Set the direction in which to reflect the data.
Reimplemented from itk::AccumulateImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set the direction in which to reflect the data.
|
private |
Definition at line 76 of file itkGetAverageSliceImageFilter.h.