#include <itkBinaryMinMaxCurvatureFlowFunction.h>
Inheritance diagram for itk::BinaryMinMaxCurvatureFlowFunction< TImage >:
Public Types | |
typedef BinaryMinMaxCurvatureFlowFunction | Self |
typedef MinMaxCurvatureFlowFunction< TImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::PixelType | PixelType |
typedef Superclass::RadiusType | RadiusType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::FloatOffsetType | FloatOffsetType |
typedef Superclass::ImageType | ImageType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) |
void | SetThreshold (const double thresh) |
const double & | GetThreshold () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
BinaryMinMaxCurvatureFlowFunction () | |
~BinaryMinMaxCurvatureFlowFunction () |
This class uses a zero flux Neumann boundary condition when computing derivatives near the data boundary.
This class operates as part of the finite difference solver hierarchy.
Definition at line 41 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 49 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 62 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
Inherit some parameters from the superclass type. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 63 of file itkBinaryMinMaxCurvatureFlowFunction.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::MinMaxCurvatureFlowFunction< TImage >. Definition at line 61 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
Inherit some parameters from the superclass type. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 59 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 48 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
Neighborhood radius type Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 60 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
Standard class typedefs. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 46 of file itkBinaryMinMaxCurvatureFlowFunction.h. Referenced by itk::BinaryMinMaxCurvatureFlowFunction< TImage >::~BinaryMinMaxCurvatureFlowFunction(). |
|
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 47 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
|
|
Definition at line 84 of file itkBinaryMinMaxCurvatureFlowFunction.h. References itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Self. |
|
This method computes the solution update for each pixel that does not lie on a the data set boundary. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. |
|
Run-time type information (and related methods) Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. |
|
Set/Get the threshold value. Definition at line 71 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
Extract superclass dimension. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. |
|
Method for creation through the object factory. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. |
|
Set/Get the threshold value. Definition at line 69 of file itkBinaryMinMaxCurvatureFlowFunction.h. |