#include <itkNeighborhoodOperatorImageFunction.h>
Inheritance diagram for itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >:
Public Types | |
typedef NeighborhoodOperatorImageFunction | Self |
typedef ImageFunction< TInputImage, TOutput > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Neighborhood< TOutput, itkGetStaticConstMacro(ImageDimension) | NeighborhoodType ) |
typedef Superclass::PointType | PointType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension) | |
virtual TOutput | Evaluate (const PointType &) const |
virtual TOutput | EvaluateAtIndex (const IndexType &index) const |
void | SetOperator (const NeighborhoodType &p) const |
virtual TOutput | EvaluateAtContinuousIndex (const ContinuousIndexType &) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
NeighborhoodOperatorImageFunction () | |
NeighborhoodOperatorImageFunction (const Self &) | |
~NeighborhoodOperatorImageFunction () | |
void | operator= (const Self &) |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 36 of file itkNeighborhoodOperatorImageFunction.h.
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 49 of file itkNeighborhoodOperatorImageFunction.h. |
|
ContinuousIndex Type. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 58 of file itkNeighborhoodOperatorImageFunction.h. |
|
Index Type. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 57 of file itkNeighborhoodOperatorImageFunction.h. |
|
InputImageType typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 55 of file itkNeighborhoodOperatorImageFunction.h. |
|
InputPixel typedef support Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 56 of file itkNeighborhoodOperatorImageFunction.h. |
|
Definition at line 68 of file itkNeighborhoodOperatorImageFunction.h. Referenced by itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >::operator=(), and itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >::SetOperator(). |
|
Smart pointer typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 48 of file itkNeighborhoodOperatorImageFunction.h. |
|
Point typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 71 of file itkNeighborhoodOperatorImageFunction.h. |
|
Standard "Self" typedef Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 42 of file itkNeighborhoodOperatorImageFunction.h. Referenced by itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >::NeighborhoodOperatorImageFunction(). |
|
Standard "Superclass" typedef Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 45 of file itkNeighborhoodOperatorImageFunction.h. |
|
|
|
Definition at line 113 of file itkNeighborhoodOperatorImageFunction.h. References itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >::Self. |
|
Definition at line 115 of file itkNeighborhoodOperatorImageFunction.h. |
|
Evalutate the in the given dimension at specified point Subclasses should override this method. Implements itk::ImageFunction< TInputImage, TOutput >. Definition at line 88 of file itkNeighborhoodOperatorImageFunction.h. |
|
Evaluate the function at specified ContinousIndex position. Subclasses should override this method. Implements itk::ImageFunction< TInputImage, TOutput >. Definition at line 101 of file itkNeighborhoodOperatorImageFunction.h. |
|
Evaluate the function at specified Index position Implements itk::ImageFunction< TInputImage, TOutput >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageFunction< TInputImage, TOutput >. |
|
Dimension of the underlying image. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 117 of file itkNeighborhoodOperatorImageFunction.h. References itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >::NeighborhoodType. |
|
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, TOutput >. |
|
Sets the operator that is used to filter the image. Note that the operator is stored as an internal COPY (it is not part of the pipeline). Definition at line 79 of file itkNeighborhoodOperatorImageFunction.h. References itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >::NeighborhoodType. |