#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::BoundaryNeighborhoodType | BoundaryNeighborhoodType |
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=m_ZeroOffset) const |
virtual PixelType | ComputeUpdate (const BoundaryNeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=m_ZeroOffset) 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 62 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 63 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
Inherit some parameters from the superclass type. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. Definition at line 64 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 92 of file itkBinaryMinMaxCurvatureFlowFunction.h. |
|
This method computes the solution update for each pixel that lies on the data set boundary. Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >. |
|
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 72 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 70 of file itkBinaryMinMaxCurvatureFlowFunction.h. |