#include <itkBinaryMinMaxCurvatureFlowFunction.h>
Inheritance diagram for itk::BinaryMinMaxCurvatureFlowFunction:


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 Methods | |
| virtual const char * | GetClassName () const |
| itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
| virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) const |
| void | SetThreshold (const double thresh) |
| const double & | GetThreshold () const |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| 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. |
|
|||||
|
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. |
|
|||||
|
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. |
|
|||||
|
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. |
|
|||||
|
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 47 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 84 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
||||||||||||||||||||
|
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. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000