ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationRegionTerm.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 LevelSetEquationRegionTerm | Self |
typedef LevelSetEquationTermBase < TInput, TLevelSetContainer > | Superclass |
Public Types inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
typedef LevelSetContainerType::CacheImageType | CacheImageType |
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::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 itksys::hash_set < std::string > | RequiredDataType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Protected Member Functions | |
LevelSetEquationRegionTerm () | |
virtual | ~LevelSetEquationRegionTerm () |
Protected Member Functions inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
LevelSetEquationTermBase () | |
void | SetUp () |
virtual LevelSetOutputRealType | Value (const LevelSetInputIndexType &iP)=0 |
virtual LevelSetOutputRealType | Value (const LevelSetInputIndexType &iP, const LevelSetDataType &iData)=0 |
virtual | ~LevelSetEquationTermBase () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
LevelSetEquationRegionTerm (const Self &) | |
void | operator= (const Self &) |
Definition at line 27 of file itkLevelSetEquationRegionTerm.h.
typedef SmartPointer< const Self > itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::ConstPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 33 of file itkLevelSetEquationRegionTerm.h.
typedef LevelSetContainerType::GradientType itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::GradientType |
Definition at line 43 of file itkLevelSetEquationRegionTerm.h.
typedef LevelSetContainerType::HessianType itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::HessianType |
Definition at line 44 of file itkLevelSetEquationRegionTerm.h.
typedef InputType::Pointer itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::InputPointer |
Definition at line 37 of file itkLevelSetEquationRegionTerm.h.
typedef TInput itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::InputType |
Definition at line 36 of file itkLevelSetEquationRegionTerm.h.
typedef LevelSetContainerType::Pointer itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetContainerPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 40 of file itkLevelSetEquationRegionTerm.h.
typedef TLevelSetContainer itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetContainerType |
Level-set function container type
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 39 of file itkLevelSetEquationRegionTerm.h.
typedef LevelSetContainerType::InputType itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetInputType |
Definition at line 42 of file itkLevelSetEquationRegionTerm.h.
typedef LevelSetContainerType::OutputType itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetOutputType |
Definition at line 41 of file itkLevelSetEquationRegionTerm.h.
typedef SmartPointer< Self > itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Pointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 32 of file itkLevelSetEquationRegionTerm.h.
typedef LevelSetEquationRegionTerm itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Self |
Smart pointer typedef support.
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 31 of file itkLevelSetEquationRegionTerm.h.
typedef LevelSetEquationTermBase< TInput, TLevelSetContainer > itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Superclass |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 34 of file itkLevelSetEquationRegionTerm.h.
|
inlineprotected |
Definition at line 47 of file itkLevelSetEquationRegionTerm.h.
|
inlineprotectedvirtual |
Definition at line 50 of file itkLevelSetEquationRegionTerm.h.
|
private |
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.