ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkConstantBoundaryCondition.h>
Public Types | |
typedef Superclass::IndexType | IndexType |
typedef Superclass::NeighborhoodAccessorFunctorType | NeighborhoodAccessorFunctorType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::OffsetType | OffsetType |
typedef Superclass::OutputPixelType | OutputPixelType |
typedef Superclass::PixelPointerType | PixelPointerType |
typedef Superclass::PixelType | PixelType |
typedef Superclass::RegionType | RegionType |
typedef ConstantBoundaryCondition | Self |
typedef Superclass::SizeType | SizeType |
typedef ImageBoundaryCondition < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageBoundaryCondition< TInputImage, TOutputImage > |
Public Member Functions | |
ConstantBoundaryCondition () | |
const OutputPixelType & | GetConstant () const |
virtual RegionType | GetInputRequestedRegion (const RegionType &inputLargestPossibleRegion, const RegionType &outputRequestedRegion) const |
virtual const char * | GetNameOfClass () const |
OutputPixelType | GetPixel (const IndexType &index, const TInputImage *image) const |
template<class TPixel > | |
void | Initialize (const VariableLengthVector< TPixel > *) |
virtual OutputPixelType | operator() (const OffsetType &, const OffsetType &, const NeighborhoodType *) const |
virtual OutputPixelType | operator() (const OffsetType &, const OffsetType &, const NeighborhoodType *, const NeighborhoodAccessorFunctorType &) const |
virtual void | Print (std::ostream &os, Indent i=0) const |
bool | RequiresCompleteNeighborhood () |
void | SetConstant (const OutputPixelType &c) |
Public Member Functions inherited from itk::ImageBoundaryCondition< TInputImage, TOutputImage > | |
ImageBoundaryCondition () | |
virtual | ~ImageBoundaryCondition () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::ImageBoundaryCondition< TInputImage, TOutputImage > |
Private Attributes | |
OutputPixelType | m_Constant |
This boundary condition returns a constant value for out-of-bounds image pixels.
For example, invoking this function object with a constant value of zero (the default) on each out-of-bounds element of a 7x5 iterator that masks a region at an image corner (iterator is centered on the 2):
* * * * * * * * * * * * * * * * 1 2 3 4 5 (where * denotes pixels that lie * * 3 3 5 5 6 outside of the image boundary) * * 4 4 6 7 8
would produce the following neighborhood of values:
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 3 4 5 0 0 3 3 5 5 6 0 0 4 4 6 7 8
Definition at line 65 of file itkConstantBoundaryCondition.h.
typedef Superclass::IndexType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::IndexType |
Extract information from the image type
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 78 of file itkConstantBoundaryCondition.h.
typedef Superclass::NeighborhoodAccessorFunctorType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::NeighborhoodAccessorFunctorType |
Functor used to access pixels from a neighborhood of pixel pointers
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 84 of file itkConstantBoundaryCondition.h.
typedef Superclass::NeighborhoodType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::NeighborhoodType |
Type of the data container passed to this function object.
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 81 of file itkConstantBoundaryCondition.h.
typedef Superclass::OffsetType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::OffsetType |
Extract information from the image type
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 80 of file itkConstantBoundaryCondition.h.
typedef Superclass::OutputPixelType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::OutputPixelType |
Extract information from the image type
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 76 of file itkConstantBoundaryCondition.h.
typedef Superclass::PixelPointerType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::PixelPointerType |
Extract information from the image type
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 75 of file itkConstantBoundaryCondition.h.
typedef Superclass::PixelType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::PixelType |
Extract information from the image type
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 74 of file itkConstantBoundaryCondition.h.
typedef Superclass::RegionType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::RegionType |
Extract information from the image type
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 77 of file itkConstantBoundaryCondition.h.
typedef ConstantBoundaryCondition itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::Self |
Self & superclass typedefs
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 70 of file itkConstantBoundaryCondition.h.
typedef Superclass::SizeType itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::SizeType |
Extract information from the image type
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 79 of file itkConstantBoundaryCondition.h.
typedef ImageBoundaryCondition< TInputImage, TOutputImage > itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::Superclass |
Definition at line 71 of file itkConstantBoundaryCondition.h.
itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::ConstantBoundaryCondition | ( | ) |
Default constructor.
const OutputPixelType& itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::GetConstant | ( | ) | const |
Get the value of the constant.
|
virtual |
Determines the necessary input region for the output region. For this boundary condition, only the intersection of the largest possible image region and the output requested region is needed.
inputLargestPossibleRegion | Largest possible region of the input image. |
outputRequestedRegion | The output requested region. |
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
|
inlinevirtual |
Runtime information support.
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 93 of file itkConstantBoundaryCondition.h.
|
virtual |
Returns a value for a given pixel at an index. If the index is inside the bounds of the input image, then the pixel value is obtained from the input image. Otherwise, the constant value is returned.
index | The index of the desired pixel. |
image | The image from which pixel values should be determined. |
Implements itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
void itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::Initialize | ( | const VariableLengthVector< TPixel > * | ) |
Special version of initialize for images with pixel type VariableLengthVector.
|
virtual |
Computes and returns appropriate out-of-bounds values from neighborhood iterator data.
Implements itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
|
virtual |
Computes and returns the appropriate pixel value from neighborhood iterator data, using the functor.
Implements itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
|
virtual |
Utility for printing the boundary condition.
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
|
inlinevirtual |
Tell if the boundary condition can index to any location within the associated iterator's neighborhood or if it has some limited subset (such as none) that it relies upon.
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 129 of file itkConstantBoundaryCondition.h.
void itk::ConstantBoundaryCondition< TInputImage, TOutputImage >::SetConstant | ( | const OutputPixelType & | c | ) |
Set the value of the constant.
Referenced by itk::BoxAccumulateFunction(), and itk::BoxSquareAccumulateFunction().
|
static |
Save the image dimension.
Reimplemented from itk::ImageBoundaryCondition< TInputImage, TOutputImage >.
Definition at line 87 of file itkConstantBoundaryCondition.h.
|
private |
Definition at line 153 of file itkConstantBoundaryCondition.h.