ITK
6.0.0
Insight Toolkit
|
#include <itkLevelSetEquationRegionTerm.h>
Definition at line 26 of file itkLevelSetEquationRegionTerm.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | GradientType = typename LevelSetContainerType::GradientType |
using | HessianType = typename LevelSetContainerType::HessianType |
using | InputPointer = typename InputType::Pointer |
using | InputType = TInput |
using | LevelSetContainerPointer = typename LevelSetContainerType::Pointer |
using | LevelSetContainerType = TLevelSetContainer |
using | LevelSetInputType = typename LevelSetContainerType::InputType |
using | LevelSetOutputType = typename LevelSetContainerType::OutputType |
using | Pointer = SmartPointer< Self > |
using | Self = LevelSetEquationRegionTerm |
using | Superclass = LevelSetEquationTermBase< TInput, TLevelSetContainer > |
Public Types inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
using | CacheImageType = typename LevelSetContainerType::CacheImageType |
using | ConstPointer = SmartPointer< const Self > |
using | DomainMapImageFilterType = typename LevelSetContainerType::DomainMapImageFilterType |
using | HeavisideConstPointer = typename HeavisideType::ConstPointer |
using | HeavisideType = HeavisideStepFunctionBase< LevelSetOutputRealType, LevelSetOutputRealType > |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageType = TInput |
using | InputPixelRealType = typename NumericTraits< InputPixelType >::RealType |
using | InputPixelType = typename InputImageType::PixelType |
using | LevelSetContainerPointer = typename LevelSetContainerType::Pointer |
using | LevelSetContainerType = TLevelSetContainer |
using | LevelSetDataType = typename LevelSetContainerType::LevelSetDataType |
using | LevelSetGradientType = typename LevelSetContainerType::GradientType |
using | LevelSetHessianType = typename LevelSetContainerType::HessianType |
using | LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType |
using | LevelSetInputIndexType = typename LevelSetContainerType::InputIndexType |
using | LevelSetOutputPixelType = typename LevelSetContainerType::OutputType |
using | LevelSetOutputRealType = typename LevelSetContainerType::OutputRealType |
using | LevelSetPointer = typename LevelSetContainerType::LevelSetPointer |
using | LevelSetType = typename LevelSetContainerType::LevelSetType |
using | Pointer = SmartPointer< Self > |
using | RequiredDataType = std::unordered_set< std::string > |
using | Self = LevelSetEquationTermBase |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Protected Member Functions | |
LevelSetEquationRegionTerm () | |
virtual | ~LevelSetEquationRegionTerm ()=default |
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 |
~LevelSetEquationTermBase () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::ConstPointer = SmartPointer<const Self> |
Definition at line 33 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::GradientType = typename LevelSetContainerType::GradientType |
Definition at line 43 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::HessianType = typename LevelSetContainerType::HessianType |
Definition at line 44 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::InputPointer = typename InputType::Pointer |
Definition at line 37 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::InputType = TInput |
Definition at line 36 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetContainerPointer = typename LevelSetContainerType::Pointer |
Definition at line 40 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetContainerType = TLevelSetContainer |
Definition at line 39 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetInputType = typename LevelSetContainerType::InputType |
Definition at line 42 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetOutputType = typename LevelSetContainerType::OutputType |
Definition at line 41 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Pointer = SmartPointer<Self> |
Definition at line 32 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Self = LevelSetEquationRegionTerm |
Definition at line 31 of file itkLevelSetEquationRegionTerm.h.
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Superclass = LevelSetEquationTermBase<TInput, TLevelSetContainer> |
Definition at line 34 of file itkLevelSetEquationRegionTerm.h.
|
inlineprotected |
Definition at line 47 of file itkLevelSetEquationRegionTerm.h.
|
protectedvirtualdefault |