#include <itkMidsagittalPlaneExtractionImageFilter.h>
Inheritance diagram for itk::MidsagittalPlaneExtractionImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef MidsagittalPlaneExtractionImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::PixelType | OutputImagePixelType |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual unsigned int | GetDirection () |
virtual void | SetDirection (unsigned int _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
MidsagittalPlaneExtractionImageFilter () | |
virtual | ~MidsagittalPlaneExtractionImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
double | FindAngle (typename Superclass::InputImageConstPointer, int angleChoice, int numberOfPoints, double step, estimateType *anEstimate) |
double | FindShift (typename Superclass::InputImageConstPointer, double numberOfPoints, double step, double shiftEstimate) |
double | findHighestPoint (typename Superclass::InputImageConstPointer, int dimensionChoice, double startingHeight) |
double * | findCentroid (typename Superclass::InputImageConstPointer volume, double *dimensionMask) |
estimateType * | estimateAngle (typename Superclass::InputImageConstPointer) |
double | estimateShift (typename Superclass::InputImageConstPointer) |
void | GenerateData (void) |
This class is parameterized over the type of the input image and the type of the output image.
Definition at line 49 of file itkMidsagittalPlaneExtractionImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 68 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 66 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 67 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 65 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 72 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 70 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 71 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 69 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 55 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 53 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 54 of file itkMidsagittalPlaneExtractionImageFilter.h. |
|
|
|
Definition at line 83 of file itkMidsagittalPlaneExtractionImageFilter.h. References HardConnectedComponentImageFilter::GenerateData(), and HardConnectedComponentImageFilter::PrintSelf(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
This method implements the actual reflection of the image.
Reimplemented from itk::ImageSource< TOutputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Set the direction in which to reflect the data. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Set the direction in which to reflect the data. |