ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationLaplacianTerm.h>
Derived class to represents a propagation term in the level-set evolution PDE.
TInput | Input Image Type |
TLevelSetContainer | Level set function container type |
Definition at line 47 of file itkLevelSetEquationLaplacianTerm.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ZeroFluxNeumannBoundaryCondition < InputImageType > | DefaultBoundaryConditionType |
typedef Superclass::HeavisideConstPointer | HeavisideConstPointer |
typedef Superclass::HeavisideType | HeavisideType |
typedef Superclass::InputImagePointer | InputImagePointer |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::InputPixelRealType | InputPixelRealType |
typedef Superclass::InputPixelType | InputPixelType |
typedef Superclass::LevelSetContainerPointer | LevelSetContainerPointer |
typedef Superclass::LevelSetContainerType | LevelSetContainerType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::LevelSetGradientType | LevelSetGradientType |
typedef Superclass::LevelSetHessianType | LevelSetHessianType |
typedef Superclass::LevelSetIdentifierType | LevelSetIdentifierType |
typedef Superclass::LevelSetInputIndexType | LevelSetInputIndexType |
typedef Superclass::LevelSetOutputPixelType | LevelSetOutputPixelType |
typedef Superclass::LevelSetOutputRealType | LevelSetOutputRealType |
typedef Superclass::LevelSetPointer | LevelSetPointer |
typedef Superclass::LevelSetType | LevelSetType |
typedef Vector < LevelSetOutputRealType, itkGetStaticConstMacro(ImageDimension) > | NeighborhoodScalesType |
typedef ConstNeighborhoodIterator < InputImageType, DefaultBoundaryConditionType > | NeighborhoodType |
typedef SmartPointer< Self > | Pointer |
typedef ConstNeighborhoodIterator < InputImageType >::RadiusType | RadiusType |
typedef LevelSetEquationLaplacianTerm | Self |
typedef LevelSetEquationTermBase < TInput, TLevelSetContainer > | Superclass |
Public Types inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
typedef LevelSetContainerType::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef LevelSetContainerType::DomainMapImageFilterType | DomainMapImageFilterType |
typedef HeavisideType::ConstPointer | HeavisideConstPointer |
typedef HeavisideStepFunctionBase < LevelSetOutputRealType, LevelSetOutputRealType > | HeavisideType |
typedef InputImageType::Pointer | InputImagePointer |
typedef TInput | InputImageType |
typedef NumericTraits < InputPixelType >::RealType | InputPixelRealType |
typedef InputImageType::PixelType | InputPixelType |
typedef LevelSetContainerType::Pointer | LevelSetContainerPointer |
typedef TLevelSetContainer | LevelSetContainerType |
typedef LevelSetContainerType::LevelSetDataType | LevelSetDataType |
typedef LevelSetContainerType::GradientType | LevelSetGradientType |
typedef LevelSetContainerType::HessianType | LevelSetHessianType |
typedef LevelSetContainerType::LevelSetIdentifierType | LevelSetIdentifierType |
typedef LevelSetContainerType::InputIndexType | LevelSetInputIndexType |
typedef LevelSetContainerType::OutputType | LevelSetOutputPixelType |
typedef LevelSetContainerType::OutputRealType | LevelSetOutputRealType |
typedef LevelSetContainerType::LevelSetPointer | LevelSetPointer |
typedef LevelSetContainerType::LevelSetType | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef itksys::hash_set < std::string > | RequiredDataType |
typedef LevelSetEquationTermBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = InputImageType::ImageDimension |
Private Member Functions | |
LevelSetEquationLaplacianTerm (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
LevelSetOutputRealType | m_CFLContribution |
LevelSetOutputRealType | m_Coefficient |
LevelSetIdentifierType | m_CurrentLevelSetId |
LevelSetPointer | m_CurrentLevelSetPointer |
HeavisideConstPointer | m_Heaviside |
InputImagePointer | m_Input |
LevelSetContainerPointer | m_LevelSetContainer |
RequiredDataType | m_RequiredData |
std::string | m_TermName |
typedef SmartPointer< const Self > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::ConstPointer |
Definition at line 53 of file itkLevelSetEquationLaplacianTerm.h.
typedef ZeroFluxNeumannBoundaryCondition< InputImageType > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::DefaultBoundaryConditionType |
Neighborhood radius type
Definition at line 88 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::HeavisideConstPointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::HeavisideConstPointer |
Definition at line 81 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::HeavisideType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::HeavisideType |
Definition at line 80 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::InputImagePointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InputImagePointer |
Definition at line 65 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::InputImageType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InputImageType |
Definition at line 62 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::InputPixelRealType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InputPixelRealType |
Definition at line 67 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::InputPixelType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InputPixelType |
Definition at line 66 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetContainerPointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetContainerPointer |
Definition at line 70 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetContainerType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetContainerType |
Definition at line 69 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetDataType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetDataType |
Definition at line 83 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetGradientType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetGradientType |
Definition at line 76 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetHessianType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetHessianType |
Definition at line 77 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetIdentifierType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetIdentifierType |
Definition at line 78 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetInputIndexType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetInputIndexType |
Definition at line 75 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetOutputPixelType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetOutputPixelType |
Definition at line 73 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetOutputRealType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetOutputRealType |
Definition at line 74 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetPointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetPointer |
Definition at line 72 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetType |
Definition at line 71 of file itkLevelSetEquationLaplacianTerm.h.
typedef Vector< LevelSetOutputRealType, itkGetStaticConstMacro(ImageDimension) > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::NeighborhoodScalesType |
Definition at line 92 of file itkLevelSetEquationLaplacianTerm.h.
typedef ConstNeighborhoodIterator< InputImageType, DefaultBoundaryConditionType > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::NeighborhoodType |
Definition at line 90 of file itkLevelSetEquationLaplacianTerm.h.
typedef SmartPointer< Self > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Pointer |
Definition at line 52 of file itkLevelSetEquationLaplacianTerm.h.
typedef ConstNeighborhoodIterator< InputImageType >::RadiusType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::RadiusType |
Definition at line 89 of file itkLevelSetEquationLaplacianTerm.h.
typedef LevelSetEquationLaplacianTerm itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Self |
Definition at line 51 of file itkLevelSetEquationLaplacianTerm.h.
typedef LevelSetEquationTermBase< TInput, TLevelSetContainer > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Superclass |
Definition at line 55 of file itkLevelSetEquationLaplacianTerm.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
virtual |
|
virtual |
Initialize the parameters in the terms prior to an iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
protected |
Return the spatial speed dependence a given pixel location Usually, it is constant across the image domain
|
static |
Method for creation through object factory
|
private |
|
virtual |
Update the term parameter values at end of iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
virtual |
Supply updates at pixels to keep the term parameters always updated
|
protectedvirtual |
Returns the term contribution for a given location iP, i.e. .
|
protectedvirtual |
Returns the term contribution for a given location iP, i.e. .
|
static |
Definition at line 85 of file itkLevelSetEquationLaplacianTerm.h.