ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorLinearInterpolateImageFunction.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 Superclass::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::RealType | RealType |
typedef VectorLinearInterpolateImageFunction | Self |
typedef VectorInterpolateImageFunction < TInputImage, TCoordRep > | Superclass |
typedef Superclass::ValueType | ValueType |
Public Types inherited from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep > | |
typedef TCoordRep | CoordRepType |
typedef Superclass::PointType | PointType |
Public Types inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > | |
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 Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | Dimension = Superclass::Dimension |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep > | |
Static Public Attributes inherited from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep > |
Private Member Functions | |
void | operator= (const Self &) |
VectorLinearInterpolateImageFunction (const Self &) |
Static Private Attributes | |
static const unsigned long | m_Neighbors |
Linearly interpolate a vector image at specified positions.
VectorLinearInterpolateImageFunction linearly interpolates a vector image intensity non-integer pixel position. This class is templated over the input image type and the coordinate representation type.
This function works for N-dimensional images.
Definition at line 43 of file itkVectorLinearInterpolateImageFunction.h.
typedef SmartPointer< const Self > itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer |
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 52 of file itkVectorLinearInterpolateImageFunction.h.
typedef Superclass::ContinuousIndexType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
ContinuousIndex typedef support.
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 78 of file itkVectorLinearInterpolateImageFunction.h.
typedef Superclass::IndexType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::IndexType |
Index typedef support.
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 75 of file itkVectorLinearInterpolateImageFunction.h.
typedef Superclass::InputImageType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 59 of file itkVectorLinearInterpolateImageFunction.h.
typedef Superclass::OutputType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::OutputType |
Output type is Vector<double,Dimension>
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 81 of file itkVectorLinearInterpolateImageFunction.h.
typedef Superclass::PixelType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::PixelType |
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 63 of file itkVectorLinearInterpolateImageFunction.h.
typedef SmartPointer< Self > itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::Pointer |
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 51 of file itkVectorLinearInterpolateImageFunction.h.
typedef Superclass::RealType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::RealType |
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 65 of file itkVectorLinearInterpolateImageFunction.h.
typedef VectorLinearInterpolateImageFunction itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 49 of file itkVectorLinearInterpolateImageFunction.h.
typedef VectorInterpolateImageFunction< TInputImage, TCoordRep > itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::Superclass |
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 50 of file itkVectorLinearInterpolateImageFunction.h.
typedef Superclass::ValueType itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >::ValueType |
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 64 of file itkVectorLinearInterpolateImageFunction.h.
|
protected |
|
inlineprotected |
Definition at line 96 of file itkVectorLinearInterpolateImageFunction.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.
|
virtual |
Evaluate the function at a ContinuousIndex position
Returns the linearly interpolated image intensity at a specified point position. No bounds checking is done. The point is assume to lie within the image buffer.
ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method.
Implements itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
private |
Interpolate the image at an index position. Simply returns the image value at the specified index position. No bounds checking is done. The point is assume to lie within the image buffer.
ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method.
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
|
protectedvirtual |
Interpolate the image at an index position. Simply returns the image value at the specified index position. No bounds checking is done. The point is assume to lie within the image buffer.
ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method.
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
|
static |
Grab the vector dimension from the superclass.
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 69 of file itkVectorLinearInterpolateImageFunction.h.
|
static |
Dimension underlying input image.
Reimplemented from itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >.
Definition at line 72 of file itkVectorLinearInterpolateImageFunction.h.
|
staticprivate |
Number of neighbors used in the interpolation
Definition at line 106 of file itkVectorLinearInterpolateImageFunction.h.