ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkNearestNeighborExtrapolateImageFunction.h>
Nearest neighbor extrapolation of a scalar image.
NearestNeighborExtrapolateImageFunction extrapolate image intensity at a specified point, continuous index or index by copying the intensity of the nearest neighbor within 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 40 of file itkNearestNeighborExtrapolateImageFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef IndexType::IndexValueType | IndexValueType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef NearestNeighborExtrapolateImageFunction | Self |
typedef ExtrapolateImageFunction < TInputImage, TCoordRep > | Superclass |
Public Types inherited from itk::ExtrapolateImageFunction< TInputImage, TCoordRep > | |
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 SmartPointer< const Self > | ConstPointer |
typedef ContinuousIndex < TCoordRep, itkGetStaticConstMacro(ImageDimension) > | ContinuousIndexType |
typedef TCoordRep | CoordRepType |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::IndexValueType | IndexValueType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef NumericTraits < TInputImage::PixelType > ::RealType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > | PointType |
typedef ImageFunction | Self |
typedef FunctionBase< Point < TCoordRep, itkGetStaticConstMacro(ImageDimension) > , NumericTraits < TInputImage::PixelType > ::RealType > | Superclass |
Public Types inherited from itk::FunctionBase< Point< TCoordRep, TInputImage::ImageDimension >, NumericTraits< TInputImage::PixelType >::RealType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Point< TCoordRep, TInputImage::ImageDimension > | InputType |
typedef NumericTraits < TInputImage::PixelType > ::RealType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef FunctionBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::ExtrapolateImageFunction< TInputImage, TCoordRep > | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > | |
static const unsigned int | ImageDimension |
Private Member Functions | |
NearestNeighborExtrapolateImageFunction (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
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 |
typedef SmartPointer< const Self > itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 48 of file itkNearestNeighborExtrapolateImageFunction.h.
typedef Superclass::ContinuousIndexType itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
ContinuousIndex typedef support.
Definition at line 71 of file itkNearestNeighborExtrapolateImageFunction.h.
typedef Superclass::IndexType itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::IndexType |
Index typedef support.
Definition at line 67 of file itkNearestNeighborExtrapolateImageFunction.h.
typedef IndexType::IndexValueType itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::IndexValueType |
Definition at line 68 of file itkNearestNeighborExtrapolateImageFunction.h.
typedef Superclass::InputImageType itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Definition at line 61 of file itkNearestNeighborExtrapolateImageFunction.h.
typedef Superclass::OutputType itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::OutputType |
OutputType typedef support.
Definition at line 55 of file itkNearestNeighborExtrapolateImageFunction.h.
typedef SmartPointer< Self > itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 47 of file itkNearestNeighborExtrapolateImageFunction.h.
typedef NearestNeighborExtrapolateImageFunction itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Definition at line 45 of file itkNearestNeighborExtrapolateImageFunction.h.
typedef ExtrapolateImageFunction< TInputImage, TCoordRep > itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >::Superclass |
Definition at line 46 of file itkNearestNeighborExtrapolateImageFunction.h.
|
inlineprotected |
Definition at line 131 of file itkNearestNeighborExtrapolateImageFunction.h.
|
inlineprotected |
Definition at line 132 of file itkNearestNeighborExtrapolateImageFunction.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
inlinevirtual |
Evaluate the function at a ContinuousIndex position
Returns the extrapolated image intensity at a specified position by returning the intensity of the nearest neighbor within the image buffer.
Implements itk::ExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 80 of file itkNearestNeighborExtrapolateImageFunction.h.
|
inlinevirtual |
Evaluate the function at a ContinuousIndex position
Returns the extrapolated image intensity at a specified position by returning the intensity of the nearest neighbor within the image buffer.
Implements itk::ExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 107 of file itkNearestNeighborExtrapolateImageFunction.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ExtrapolateImageFunction< TInputImage, TCoordRep >.
|
static |
Method for creation through the object factory.
|
private |
|
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::ExtrapolateImageFunction< TInputImage, TCoordRep >.
Definition at line 133 of file itkNearestNeighborExtrapolateImageFunction.h.
|
static |
Dimension underlying input image.
Definition at line 64 of file itkNearestNeighborExtrapolateImageFunction.h.