#include <itkAntiAliasBinaryImageFilter.h>
Inheritance diagram for itk::AntiAliasBinaryImageFilter< TInputImage, TOutputImage >:
[NOHEADER] | |
void | SetMaximumIterations (unsigned int i) |
unsigned int | GetMaximumIterations () |
AntiAliasBinaryImageFilter () | |
~AntiAliasBinaryImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Public Types | |
typedef AntiAliasBinaryImageFilter | Self |
typedef SparseFieldLevelSetImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ValueType | ValueType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::TimeStepType | TimeStepType |
typedef Superclass::OutputImageType | OutputImageType |
typedef Superclass::InputImageType | InputImageType |
typedef CurvatureFlowFunction< OutputImageType > | CurvatureFunctionType |
typedef TInputImage::ValueType | BinaryValueType |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual BinaryValueType | GetUpperBinaryValue () |
virtual BinaryValueType | GetLowerBinaryValue () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
virtual ValueType | CalculateUpdateValue (const IndexType &idx, const TimeStepType &dt, const ValueType &value, const ValueType &change) |
void | GenerateData () |
Definition at line 100 of file itkAntiAliasBinaryImageFilter.h.
|
ValueType of the input binary image Definition at line 123 of file itkAntiAliasBinaryImageFilter.h. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 109 of file itkAntiAliasBinaryImageFilter.h. |
|
The function type which will calculate the curvature flow Definition at line 120 of file itkAntiAliasBinaryImageFilter.h. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 113 of file itkAntiAliasBinaryImageFilter.h. |
|
Information derived from the image types. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 116 of file itkAntiAliasBinaryImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 115 of file itkAntiAliasBinaryImageFilter.h. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 108 of file itkAntiAliasBinaryImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 106 of file itkAntiAliasBinaryImageFilter.h. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 107 of file itkAntiAliasBinaryImageFilter.h. |
|
Typedefs from the superclass Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 114 of file itkAntiAliasBinaryImageFilter.h. |
|
Inherited typedef from the superclass. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 112 of file itkAntiAliasBinaryImageFilter.h. |
|
Set/Get the maximum number of iterations allowed for the solver. This prevents infinite loops if a solution "bounces". |
|
Set/Get the maximum number of iterations allowed for the solver. This prevents infinite loops if a solution "bounces". Definition at line 150 of file itkAntiAliasBinaryImageFilter.h. References HardConnectedComponentImageFilter::GenerateData(). |
|
Overridden from the parent class to indroduce a constraint on surface flow under certain conditions. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
Overridden from ProcessObject to set certain values before starting the finite difference solver and then create an appropriate output Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
Get the upper and lower binary values in the input image. |
|
Set/Get the maximum number of iterations allowed for the solver. This prevents infinite loops if a solution "bounces". Definition at line 143 of file itkAntiAliasBinaryImageFilter.h. |
|
Get the upper and lower binary values in the input image. |
|
Method for creation through the object factory. Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
Set/Get the maximum number of iterations allowed for the solver. This prevents infinite loops if a solution "bounces". Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
Set/Get the maximum number of iterations allowed for the solver. This prevents infinite loops if a solution "bounces". Definition at line 138 of file itkAntiAliasBinaryImageFilter.h. |