ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkExtrapolateImageFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef NumericTraits < typename TInputImage::PixelType > ::RealType | RealType |
typedef ExtrapolateImageFunction | Self |
typedef ImageFunction < TInputImage, typename NumericTraits< typename TInputImage::PixelType > ::RealType, TCoordRep > | Superclass |
Public Types inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > | |
typedef TCoordRep | CoordRepType |
typedef InputImageType::IndexValueType | IndexValueType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputPixelType |
Public Types inherited from itk::FunctionBase< Point< TCoordRep, TInputImage::ImageDimension >, NumericTraits< TInputImage::PixelType >::RealType > | |
typedef Point< TCoordRep, TInputImage::ImageDimension > | InputType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > |
Protected Member Functions | |
ExtrapolateImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
~ExtrapolateImageFunction () | |
Protected Member Functions inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > | |
ImageFunction () | |
~ImageFunction () | |
Protected Member Functions inherited from itk::FunctionBase< Point< TCoordRep, TInputImage::ImageDimension >, NumericTraits< TInputImage::PixelType >::RealType > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
ExtrapolateImageFunction (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > | |
ContinuousIndexType | m_EndContinuousIndex |
IndexType | m_EndIndex |
InputImageConstPointer | m_Image |
ContinuousIndexType | m_StartContinuousIndex |
IndexType | m_StartIndex |
Base class for all image extrapolaters.
ExtrapolateImageFunction is the base for all ImageFunctions that extrapolates image intensity at a non-integer pixel position outside the image buffer. This class is templated over the input image type and the coordinate representation type (e.g. float or double ).
Definition at line 43 of file itkExtrapolateImageFunction.h.
typedef SmartPointer< const Self > itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::ConstPointer |
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 54 of file itkExtrapolateImageFunction.h.
typedef Superclass::ContinuousIndexType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
ContinuousIndex typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 76 of file itkExtrapolateImageFunction.h.
typedef Superclass::IndexType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::IndexType |
Index typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 73 of file itkExtrapolateImageFunction.h.
typedef Superclass::InputImageType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 63 of file itkExtrapolateImageFunction.h.
typedef Superclass::OutputType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::OutputType |
OutputType typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 57 of file itkExtrapolateImageFunction.h.
typedef SmartPointer< Self > itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Pointer |
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 53 of file itkExtrapolateImageFunction.h.
typedef Superclass::PointType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::PointType |
Point typedef support.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Definition at line 70 of file itkExtrapolateImageFunction.h.
typedef NumericTraits< typename TInputImage::PixelType >::RealType itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::RealType |
RealType typedef support.
Definition at line 79 of file itkExtrapolateImageFunction.h.
typedef ExtrapolateImageFunction itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 49 of file itkExtrapolateImageFunction.h.
typedef ImageFunction< TInputImage, typename NumericTraits< typename TInputImage::PixelType >::RealType, TCoordRep > itk::ExtrapolateImageFunction< TInputImage, TCoordRep >::Superclass |
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 52 of file itkExtrapolateImageFunction.h.
|
inlineprotected |
Definition at line 111 of file itkExtrapolateImageFunction.h.
|
inlineprotected |
Definition at line 112 of file itkExtrapolateImageFunction.h.
|
private |
|
inlinevirtual |
Extrapolate the image at a point position
Returns the extrapolated image intensity at a specified point position.
Definition at line 86 of file itkExtrapolateImageFunction.h.
|
pure virtual |
Extrapolate the image at a continuous index position
Returns the extrapolated image intensity at a specified point position.
Implemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
|
pure virtual |
Extrapolate the image at an index position.
Returns the extrapolated image intensity at a specified point position.
Implemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
|
inlineprotectedvirtual |
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::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 113 of file itkExtrapolateImageFunction.h.
|
static |
Dimension underlying input image.
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >.
Reimplemented in itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 67 of file itkExtrapolateImageFunction.h.