#include <itkNeighborhoodAlgorithm.h>
Public Types | |
typedef std::list< RegionType > | FaceListType |
typedef TImage::IndexType | IndexType |
typedef IndexType::IndexValueType | IndexValueType |
typedef NeighborhoodIterator < TImage >::RadiusType | RadiusType |
typedef TImage::RegionType | RegionType |
typedef TImage::SizeType | SizeType |
typedef SizeType::SizeValueType | SizeValueType |
Public Member Functions | |
FaceListType | operator() (const TImage *, RegionType, RadiusType) |
Static Public Attributes | |
static const unsigned int | ImageDimension = TImage::ImageDimension |
Definition at line 36 of file itkNeighborhoodAlgorithm.h.
typedef std::list<RegionType> itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::FaceListType |
Definition at line 44 of file itkNeighborhoodAlgorithm.h.
typedef TImage::IndexType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::IndexType |
Definition at line 40 of file itkNeighborhoodAlgorithm.h.
typedef IndexType::IndexValueType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::IndexValueType |
Definition at line 41 of file itkNeighborhoodAlgorithm.h.
typedef NeighborhoodIterator<TImage>::RadiusType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::RadiusType |
Definition at line 38 of file itkNeighborhoodAlgorithm.h.
typedef TImage::RegionType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::RegionType |
Definition at line 39 of file itkNeighborhoodAlgorithm.h.
typedef TImage::SizeType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::SizeType |
Definition at line 42 of file itkNeighborhoodAlgorithm.h.
typedef SizeType::SizeValueType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::SizeValueType |
Definition at line 43 of file itkNeighborhoodAlgorithm.h.
FaceListType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::operator() | ( | const TImage * | , | |
RegionType | , | |||
RadiusType | ||||
) |
const unsigned int itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::ImageDimension = TImage::ImageDimension [static] |
Definition at line 45 of file itkNeighborhoodAlgorithm.h.