#include <itkFiniteDifferenceSparseImageFunction.h>
Inheritance diagram for itk::FiniteDifferenceSparseImageFunction< TSparseImageType >:
Definition at line 45 of file itkFiniteDifferenceSparseImageFunction.h.
|
Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 54 of file itkFiniteDifferenceSparseImageFunction.h. |
|
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood. Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 67 of file itkFiniteDifferenceSparseImageFunction.h. |
|
The index type for the sparse image. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 71 of file itkFiniteDifferenceSparseImageFunction.h. |
|
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary. Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 66 of file itkFiniteDifferenceSparseImageFunction.h. |
|
The type for the variables of NodeType. Scalar or vector. Definition at line 77 of file itkFiniteDifferenceSparseImageFunction.h. |
|
The actual type of nodes stored the sparse image. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 74 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Typedefs from the superclass. Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Definition at line 63 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 53 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Neighborhood radius type Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 65 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Standard class typedef. Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 51 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 68 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 52 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Define the TimeStepType to always be double. Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. Definition at line 64 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Definition at line 110 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Definition at line 111 of file itkFiniteDifferenceSparseImageFunction.h. |
|
The update called from the FiniteDifferenceSparseImageFilter. This function replaces the ComputeUpdate function. Implemented in itk::NormalVectorDiffusionFunction< TSparseImageType >. |
|
This function is not called from the FiniteDifferenceSparseImageFilter class because we need to work with neighborhoods of pointers to data variables instead of neighborhoods of data directly. This function is replaced by the ComputeSparseUpdate function. Implements itk::FiniteDifferenceFunction< TSparseImageType >. Definition at line 83 of file itkFiniteDifferenceSparseImageFunction.h. |
|
Run-time type information (and related methods) Reimplemented from itk::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. |
|
The image dimension. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. |
|
This function provides support for a 2 step update computation that avoids repetitive computation. FiniteDifferenceSparseImageFilter first calls this function for all active pixels in the SparseImage class, then calls ComputeSparseUpdate for the same set of pixels. This is used in NormalVectorDiffusionFunction to calculate flux variables which are then used to compute the updates. Intermediate variables such as the flux in the above examples are stored in the nodes of the SparseImage itself. Therefore, this function will have to know about the NodeType it is dealing with. This function does nothing by default. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >. Definition at line 107 of file itkFiniteDifferenceSparseImageFunction.h. |
|
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::FiniteDifferenceFunction< TSparseImageType >. Reimplemented in itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, and itk::NormalVectorFunctionBase< SparseOutputImageType >. |