#include <itkCentralDifferenceImageFunction.h>
Inheritance diagram for itk::CentralDifferenceImageFunction:
Public Types | |
typedef CentralDifferenceImageFunction | Self |
typedef ImageFunction< TInputImage, double, TCoordRep > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef Superclass::OutputType | OutputType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::PointType | PointType |
Public Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension) | |
virtual double | EvaluateAtIndex (const IndexType &index) const |
virtual double | EvaluateAtIndex (const IndexType &index, unsigned int dim) const |
virtual double | Evaluate (const PointType &point) const |
virtual double | EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
CentralDifferenceImageFunction () | |
~CentralDifferenceImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class is templated over the input image type and the coordinate representation type (e.g. float or double).
Possible improvements:
Definition at line 38 of file itkCentralDifferenceImageFunction.h.
|
Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 47 of file itkCentralDifferenceImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 65 of file itkCentralDifferenceImageFunction.h. |
|
Index typedef support. Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 62 of file itkCentralDifferenceImageFunction.h. |
|
InputImageType typedef support. Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 56 of file itkCentralDifferenceImageFunction.h. |
|
OutputType typdef support. Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 59 of file itkCentralDifferenceImageFunction.h. |
|
Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 46 of file itkCentralDifferenceImageFunction.h. |
|
Point typedef support. Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 68 of file itkCentralDifferenceImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 44 of file itkCentralDifferenceImageFunction.h. |
|
Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 45 of file itkCentralDifferenceImageFunction.h. |
|
|
|
Definition at line 99 of file itkCentralDifferenceImageFunction.h. |
|
Evaluate the function at non-integer positions Implements itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 82 of file itkCentralDifferenceImageFunction.h. References HardConnectedComponentImageFilter::IndexType. |
|
Evaluate the function at non-integer positions Implements itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 88 of file itkCentralDifferenceImageFunction.h. References HardConnectedComponentImageFilter::IndexType. |
|
Evalulate the function at specified index |
|
Evalulate the function at specified index Implements itk::ImageFunction< TInputImage, double, TCoordRep >. Definition at line 75 of file itkCentralDifferenceImageFunction.h. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >. |
|
Dimension of the underlying image. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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, double, TCoordRep >. |