Go to the source code of this file.
Namespaces | |
namespace | HardConnectedComponentImageFilter |
Typedefs | |
typedef HardConnectedComponentImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef TOutputImage::PixelType | OutputPixelType |
typedef TOutputImage::InternalPixelType | OutputInternalPixelType |
typedef TInputImage::PixelType | InputPixelType |
typedef TInputImage::InternalPixelType | InputInternalPixelType |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef TInputImage::IndexType | IndexType |
typedef TInputImage::SizeType | SizeType |
typedef TOutputImage::RegionType | RegionType |
typedef std::list< IndexType > | ListType |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Functions | |
itkStaticConstMacro (ImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual const char * | GetClassName () const |
Pointer | New () |
void | SetObjectSeed (const IndexType &seed) |
HardConnectedComponentImageFilter () | |
virtual | ~HardConnectedComponentImageFilter () |
HardConnectedComponentImageFilter (const Self &) | |
Variables | |
ListType | m_Seeds |
|
Definition at line 86 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 77 of file itkHardConnectedComponentImageFilter.h. |
|
Image typedef support Definition at line 75 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 68 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 67 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 80 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 76 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 66 of file itkHardConnectedComponentImageFilter.h. |
|
Extract some information from the image types. Dimensionality of the two images is assumed to be the same. Definition at line 65 of file itkHardConnectedComponentImageFilter.h. |
|
Smart pointer typedef support Definition at line 85 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 79 of file itkHardConnectedComponentImageFilter.h. |
|
Standard "Self" & Superclass typedef. Definition at line 58 of file itkHardConnectedComponentImageFilter.h. Referenced by HardConnectedComponentImageFilter::~HardConnectedComponentImageFilter(). |
|
Definition at line 78 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 59 of file itkHardConnectedComponentImageFilter.h. |
|
|
Run-time type information (and related methods) |
|
Definition at line 105 of file itkHardConnectedComponentImageFilter.h. |
|
Definition at line 103 of file itkHardConnectedComponentImageFilter.h. |
|
|
|
|
|
Setting the seed points for specified object. Definition at line 99 of file itkHardConnectedComponentImageFilter.h. References HardConnectedComponentImageFilter::m_Seeds. |
|
Definition at line 104 of file itkHardConnectedComponentImageFilter.h. References HardConnectedComponentImageFilter::Self. |
|
Definition at line 117 of file itkHardConnectedComponentImageFilter.h. Referenced by HardConnectedComponentImageFilter::SetObjectSeed(). |