ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationRegionTermBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef LevelSetContainerType::GradientType | GradientType |
typedef LevelSetContainerType::HessianType | HessianType |
typedef InputType::Pointer | InputPointer |
typedef TInput | InputType |
typedef LevelSetContainerType::Pointer | LevelSetContainerPointer |
typedef TLevelSetContainer | LevelSetContainerType |
typedef LevelSetContainerType::InputType | LevelSetInputType |
typedef LevelSetContainerType::OutputType | LevelSetOutputType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetEquationRegionTermBase | Self |
typedef LevelSetEquationTermBase < TInput, TLevelSetContainer > | Superclass |
Protected Member Functions | |
LevelSetEquationRegionTermBase () | |
virtual | ~LevelSetEquationRegionTermBase () |
Private Member Functions | |
LevelSetEquationRegionTermBase (const Self &) | |
void | operator= (const Self &) |
Definition at line 27 of file itkLevelSetEquationRegionTermBase.h.
typedef SmartPointer< const Self > itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::ConstPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 33 of file itkLevelSetEquationRegionTermBase.h.
typedef LevelSetContainerType::GradientType itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::GradientType |
Definition at line 43 of file itkLevelSetEquationRegionTermBase.h.
typedef LevelSetContainerType::HessianType itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::HessianType |
Definition at line 44 of file itkLevelSetEquationRegionTermBase.h.
typedef InputType::Pointer itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::InputPointer |
Definition at line 37 of file itkLevelSetEquationRegionTermBase.h.
typedef TInput itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::InputType |
Definition at line 36 of file itkLevelSetEquationRegionTermBase.h.
typedef LevelSetContainerType::Pointer itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::LevelSetContainerPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 40 of file itkLevelSetEquationRegionTermBase.h.
typedef TLevelSetContainer itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::LevelSetContainerType |
Level-set function container type
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 39 of file itkLevelSetEquationRegionTermBase.h.
typedef LevelSetContainerType::InputType itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::LevelSetInputType |
Definition at line 42 of file itkLevelSetEquationRegionTermBase.h.
typedef LevelSetContainerType::OutputType itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::LevelSetOutputType |
Definition at line 41 of file itkLevelSetEquationRegionTermBase.h.
typedef SmartPointer< Self > itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::Pointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 32 of file itkLevelSetEquationRegionTermBase.h.
typedef LevelSetEquationRegionTermBase itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::Self |
Smart pointer typedef support.
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 31 of file itkLevelSetEquationRegionTermBase.h.
typedef LevelSetEquationTermBase< TInput, TLevelSetContainer > itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::Superclass |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 34 of file itkLevelSetEquationRegionTermBase.h.
itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::LevelSetEquationRegionTermBase | ( | ) | [inline, protected] |
Definition at line 47 of file itkLevelSetEquationRegionTermBase.h.
virtual itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::~LevelSetEquationRegionTermBase | ( | ) | [inline, protected, virtual] |
Definition at line 50 of file itkLevelSetEquationRegionTermBase.h.
itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::LevelSetEquationRegionTermBase | ( | const Self & | ) | [private] |
void itk::LevelSetEquationRegionTermBase< TInput, TLevelSetContainer >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.