|
GOFIGURE2
0.9.0
|
#include <Plugins/ImageMedianPlugin/itkCellPreprocess.h>
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef GrayscaleFillholeImageFilter < ImageType, ImageType > | GrayscaleFillholeFilterType |
| typedef GrayscaleFillholeFilterType::Pointer | GrayscaleFillholePointer |
| typedef ImageType::ConstPointer | ImageConstPointer |
| typedef ImageType::IndexType | ImageIndexType |
| typedef ImageType::PixelType | ImagePixelType |
| typedef ImageType::Pointer | ImagePointer |
| typedef ImageType::PointType | ImagePointType |
| typedef ImageType::RegionType | ImageRegionType |
| typedef ImageType::SizeType | ImageSizeType |
| typedef ImageSizeType::SizeValueType | ImageSizeValueType |
| typedef ImageType::SpacingType | ImageSpacingType |
| typedef Image< float, ImageDimension > | ImageType |
| typedef InputCastType::Pointer | InputCastPointer |
| typedef CastImageFilter < TInputImage, ImageType > | InputCastType |
| typedef MedianFilterType::Pointer | MedianFilterPointer |
| typedef MedianImageFilter < ImageType, ImageType > | MedianFilterType |
| typedef OutputCastType::Pointer | OutputCastPointer |
| typedef CastImageFilter < ImageType, TOutputImage > | OutputCastType |
| typedef SmartPointer< Self > | Pointer |
| typedef CellPreprocess | Self |
| typedef SmoothingFilterType::Pointer | SmoothingFilterPointer |
| typedef GradientAnisotropicDiffusionImageFilter < ImageType, ImageType > | SmoothingFilterType |
| typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
| itkGetConstMacro (LargestCellRadius, double) | |
| itkGetConstMacro (MembraneData, bool) | |
| itkNewMacro (Self) | |
| itkSetMacro (LargestCellRadius, double) | |
| itkSetMacro (MembraneData, bool) | |
| itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
| itkTypeMacro (CellPreprocess, ImageToImageFilter) | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions | |
| CellPreprocess () | |
| void | GenerateData () |
| ~CellPreprocess () | |
Protected Attributes | |
| double | m_LargestCellRadius |
| bool | m_MembraneData |
Private Member Functions | |
| CellPreprocess (Self &) | |
| void | operator= (const Self &) |
Definition at line 61 of file itkCellPreprocess.h.
| typedef SmartPointer< const Self > itk::CellPreprocess< TInputImage, TOutputImage >::ConstPointer |
Definition at line 69 of file itkCellPreprocess.h.
| typedef GrayscaleFillholeImageFilter< ImageType, ImageType > itk::CellPreprocess< TInputImage, TOutputImage >::GrayscaleFillholeFilterType |
Definition at line 106 of file itkCellPreprocess.h.
| typedef GrayscaleFillholeFilterType::Pointer itk::CellPreprocess< TInputImage, TOutputImage >::GrayscaleFillholePointer |
Definition at line 107 of file itkCellPreprocess.h.
| typedef ImageType::ConstPointer itk::CellPreprocess< TInputImage, TOutputImage >::ImageConstPointer |
Definition at line 85 of file itkCellPreprocess.h.
| typedef ImageType::IndexType itk::CellPreprocess< TInputImage, TOutputImage >::ImageIndexType |
Definition at line 92 of file itkCellPreprocess.h.
| typedef ImageType::PixelType itk::CellPreprocess< TInputImage, TOutputImage >::ImagePixelType |
Definition at line 86 of file itkCellPreprocess.h.
| typedef ImageType::Pointer itk::CellPreprocess< TInputImage, TOutputImage >::ImagePointer |
Definition at line 84 of file itkCellPreprocess.h.
| typedef ImageType::PointType itk::CellPreprocess< TInputImage, TOutputImage >::ImagePointType |
Definition at line 93 of file itkCellPreprocess.h.
| typedef ImageType::RegionType itk::CellPreprocess< TInputImage, TOutputImage >::ImageRegionType |
Definition at line 87 of file itkCellPreprocess.h.
| typedef ImageType::SizeType itk::CellPreprocess< TInputImage, TOutputImage >::ImageSizeType |
Definition at line 88 of file itkCellPreprocess.h.
| typedef ImageSizeType::SizeValueType itk::CellPreprocess< TInputImage, TOutputImage >::ImageSizeValueType |
Definition at line 89 of file itkCellPreprocess.h.
| typedef ImageType::SpacingType itk::CellPreprocess< TInputImage, TOutputImage >::ImageSpacingType |
Definition at line 91 of file itkCellPreprocess.h.
| typedef Image< float, ImageDimension > itk::CellPreprocess< TInputImage, TOutputImage >::ImageType |
Definition at line 83 of file itkCellPreprocess.h.
| typedef InputCastType::Pointer itk::CellPreprocess< TInputImage, TOutputImage >::InputCastPointer |
Definition at line 96 of file itkCellPreprocess.h.
| typedef CastImageFilter< TInputImage, ImageType > itk::CellPreprocess< TInputImage, TOutputImage >::InputCastType |
Definition at line 95 of file itkCellPreprocess.h.
| typedef MedianFilterType::Pointer itk::CellPreprocess< TInputImage, TOutputImage >::MedianFilterPointer |
Definition at line 99 of file itkCellPreprocess.h.
| typedef MedianImageFilter< ImageType, ImageType > itk::CellPreprocess< TInputImage, TOutputImage >::MedianFilterType |
Definition at line 98 of file itkCellPreprocess.h.
| typedef OutputCastType::Pointer itk::CellPreprocess< TInputImage, TOutputImage >::OutputCastPointer |
Definition at line 110 of file itkCellPreprocess.h.
| typedef CastImageFilter< ImageType, TOutputImage > itk::CellPreprocess< TInputImage, TOutputImage >::OutputCastType |
Definition at line 109 of file itkCellPreprocess.h.
| typedef SmartPointer< Self > itk::CellPreprocess< TInputImage, TOutputImage >::Pointer |
Definition at line 68 of file itkCellPreprocess.h.
| typedef CellPreprocess itk::CellPreprocess< TInputImage, TOutputImage >::Self |
Definition at line 66 of file itkCellPreprocess.h.
| typedef SmoothingFilterType::Pointer itk::CellPreprocess< TInputImage, TOutputImage >::SmoothingFilterPointer |
Definition at line 104 of file itkCellPreprocess.h.
| typedef GradientAnisotropicDiffusionImageFilter< ImageType, ImageType > itk::CellPreprocess< TInputImage, TOutputImage >::SmoothingFilterType |
Definition at line 102 of file itkCellPreprocess.h.
| typedef ImageToImageFilter< TInputImage, TOutputImage > itk::CellPreprocess< TInputImage, TOutputImage >::Superclass |
Definition at line 67 of file itkCellPreprocess.h.
|
protected |
|
inlineprotected |
Definition at line 119 of file itkCellPreprocess.h.
|
private |
|
protected |
| itk::CellPreprocess< TInputImage, TOutputImage >::itkGetConstMacro | ( | LargestCellRadius | , |
| double | |||
| ) |
| itk::CellPreprocess< TInputImage, TOutputImage >::itkGetConstMacro | ( | MembraneData | , |
| bool | |||
| ) |
| itk::CellPreprocess< TInputImage, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through object factory
| itk::CellPreprocess< TInputImage, TOutputImage >::itkSetMacro | ( | LargestCellRadius | , |
| double | |||
| ) |
| itk::CellPreprocess< TInputImage, TOutputImage >::itkSetMacro | ( | MembraneData | , |
| bool | |||
| ) |
| itk::CellPreprocess< TInputImage, TOutputImage >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned | int, | ||
| TInputImage::ImageDimension | |||
| ) |
| itk::CellPreprocess< TInputImage, TOutputImage >::itkTypeMacro | ( | CellPreprocess< TInputImage, TOutputImage > | , |
| ImageToImageFilter | |||
| ) |
Run-time type information
|
private |
| void itk::CellPreprocess< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
| Indent | indent | ||
| ) | const |
Display
|
protected |
Definition at line 123 of file itkCellPreprocess.h.
|
protected |
Definition at line 124 of file itkCellPreprocess.h.
1.8.5