ANIMA
4.0
|
#include <animaVectorModelLinearInterpolateImageFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::IndexValueType | IndexValueType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputType | OutputType |
typedef TInputImage::PixelType | PixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::RealType | RealType |
typedef VectorModelLinearInterpolateImageFunction | Self |
typedef Superclass::SizeType | SizeType |
typedef itk::InterpolateImageFunction< TInputImage, TCoordRep > | Superclass |
typedef itk::VariableLengthVector< typename TInputImage::IOPixelType > | VectorPixelType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual OutputType | EvaluateAtContinuousIndex (const ContinuousIndexType &index) const ITK_OVERRIDE |
virtual const char * | GetNameOfClass () const |
SizeType | GetRadius () const override |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Protected Member Functions | |
template<class T1 , class T2 > | |
void | AddValue (itk::VariableLengthVector< T1 > &input, double weight, itk::VariableLengthVector< T2 > &output) const |
Utility function to initialize output images pixel to zero for vector images. More... | |
template<class T1 , class T2 > | |
void | AddValue (T1 &input, double weight, T2 &output) const |
Utility function to initialize output images pixel to zero for all images except vector images. More... | |
template<class T > | |
void | InitializeZeroPixel (itk::VariableLengthVector< T > &zeroPixel) const |
Utility function to initialize output images pixel to zero for vector images. More... | |
template<class T > | |
void | InitializeZeroPixel (T &zeroPixel) const |
Utility function to initialize output images pixel to zero for all images except vector images. More... | |
template<class T > | |
bool | isZero (itk::VariableLengthVector< T > &value) const |
template<class T > | |
bool | isZero (T &data) const |
VectorModelLinearInterpolateImageFunction () | |
virtual | ~VectorModelLinearInterpolateImageFunction () |
Definition at line 10 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef itk::SmartPointer<const Self> anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::ConstPointer |
Definition at line 18 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef Superclass::ContinuousIndexType anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
ContinuousIndex typedef support.
Definition at line 41 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef Superclass::IndexType anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::IndexType |
Index typedef support.
Definition at line 37 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef Superclass::IndexValueType anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::IndexValueType |
Definition at line 38 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef Superclass::InputImageType anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::InputImageType |
InputImageType typedef support.
Definition at line 25 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef Superclass::OutputType anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::OutputType |
Definition at line 43 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef TInputImage::PixelType anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::PixelType |
Definition at line 29 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef itk::SmartPointer<Self> anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::Pointer |
Definition at line 17 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef Superclass::RealType anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::RealType |
Definition at line 30 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef VectorModelLinearInterpolateImageFunction anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::Self |
Standard class typedefs.
Definition at line 15 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef Superclass::SizeType anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::SizeType |
Definition at line 31 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef itk::InterpolateImageFunction<TInputImage,TCoordRep> anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::Superclass |
Definition at line 16 of file animaVectorModelLinearInterpolateImageFunction.h.
typedef itk::VariableLengthVector<typename TInputImage::IOPixelType> anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::VectorPixelType |
Definition at line 44 of file animaVectorModelLinearInterpolateImageFunction.h.
|
protected |
Constructor
Definition at line 23 of file animaVectorModelLinearInterpolateImageFunction.hxx.
References anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex().
Referenced by anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::AddValue(), and anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::GetRadius().
|
inlineprotectedvirtual |
Definition at line 63 of file animaVectorModelLinearInterpolateImageFunction.h.
|
inlineprotected |
Utility function to initialize output images pixel to zero for vector images.
Definition at line 98 of file animaVectorModelLinearInterpolateImageFunction.h.
|
inlineprotected |
Utility function to initialize output images pixel to zero for all images except vector images.
Definition at line 107 of file animaVectorModelLinearInterpolateImageFunction.h.
virtual::itk::LightObject::Pointer anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::CreateAnother | ( | void | ) | const |
|
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 assumed to lie within the image buffer.
ImageFunction::IsInsideBuffer() can be used to check bounds before calling the method.
Evaluate at image index position
Definition at line 35 of file animaVectorModelLinearInterpolateImageFunction.hxx.
Referenced by anima::VectorModelLinearInterpolateImageFunction< TInputImage, TCoordRep >::VectorModelLinearInterpolateImageFunction().
|
virtual |
Run-time type information (and related methods).
|
inlineoverride |
|
inlineprotected |
Utility function to initialize output images pixel to zero for vector images.
Definition at line 84 of file animaVectorModelLinearInterpolateImageFunction.h.
|
inlineprotected |
Utility function to initialize output images pixel to zero for all images except vector images.
Definition at line 90 of file animaVectorModelLinearInterpolateImageFunction.h.
|
inlineprotected |
Definition at line 65 of file animaVectorModelLinearInterpolateImageFunction.h.
|
inlineprotected |
Definition at line 77 of file animaVectorModelLinearInterpolateImageFunction.h.
|
static |
Method for creation through the object factory.
Referenced by main().
|
static |
Dimension underlying input image.
Definition at line 34 of file animaVectorModelLinearInterpolateImageFunction.h.