![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryImageToLevelSetImageAdaptor.h>
Inheritance diagram for itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >:
Collaboration diagram for itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >:Abstract class for converting binary image to sparse level-set.
Definition at line 126 of file itkBinaryImageToLevelSetImageAdaptor.h.
Public Types | |
| using | ConstPointer = SmartPointer< const Self > |
| using | InputImageIndexType = typename Superclass::InputImageIndexType |
| using | InputImagePixelType = typename Superclass::InputImagePixelType |
| using | InputImagePointer = typename Superclass::InputImagePointer |
| using | InputImageRegionType = typename Superclass::InputImageRegionType |
| using | InputImageType = typename Superclass::InputImageType |
| using | InputIteratorType = ImageRegionIteratorWithIndex< InputImageType > |
| using | InputPixelRealType = typename Superclass::InputPixelRealType |
| using | InternalImagePointer = typename InternalImageType::Pointer |
| using | InternalImageType = Image< signed char, ImageDimension > |
| using | InternalIteratorType = ImageRegionIteratorWithIndex< InternalImageType > |
| using | LayerIdType = typename LevelSetLabelObjectType::LabelType |
| using | LayerPairType = std::pair< LevelSetInputType, LevelSetOutputType > |
| using | LevelSetInputType = typename LevelSetType::InputType |
| using | LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer |
| using | LevelSetLabelMapType = typename LevelSetType::LabelMapType |
| using | LevelSetLabelObjectLengthType = typename LevelSetType::LabelObjectLengthType |
| using | LevelSetLabelObjectLineType = typename LevelSetType::LabelObjectLineType |
| using | LevelSetLabelObjectPointer = typename LevelSetType::LabelObjectPointer |
| using | LevelSetLabelObjectType = typename LevelSetType::LabelObjectType |
| using | LevelSetLayerConstIterator = typename LevelSetType::LayerConstIterator |
| using | LevelSetLayerIterator = typename LevelSetType::LayerIterator |
| using | LevelSetLayerType = typename LevelSetType::LayerType |
| using | LevelSetOutputType = typename LevelSetType::OutputType |
| using | LevelSetPointer = typename Superclass::LevelSetPointer |
| using | LevelSetType = typename Superclass::LevelSetType |
| using | NeighborhoodIteratorType = ShapedNeighborhoodIterator< InternalImageType > |
| using | Pointer = SmartPointer< Self > |
| using | Self = BinaryImageToSparseLevelSetImageAdaptorBase |
| using | Superclass = BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > |
Public Types inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| using | ConstPointer = SmartPointer< const Self > |
| using | InputImageIndexType = typename InputImageType::IndexType |
| using | InputImagePixelType = typename InputImageType::PixelType |
| using | InputImagePointer = typename InputImageType::Pointer |
| using | InputImageRegionType = typename InputImageType::RegionType |
| using | InputImageType = TInput |
| using | InputPixelRealType = typename NumericTraits< InputImagePixelType >::RealType |
| using | LevelSetPointer = typename LevelSetType::Pointer |
| using | LevelSetType = TOutput |
| using | Pointer = SmartPointer< Self > |
| using | Self = BinaryImageToLevelSetImageAdaptorBase |
| 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 |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| virtual const LevelSetType * | GetLevelSet () const |
| virtual LevelSetType * | GetModifiableLevelSet () |
| virtual void | Initialize ()=0 |
| virtual void | SetInputImage (InputImageType *_arg) |
| virtual InputImageType * | GetModifiableInputImage () |
| virtual const InputImageType * | GetInputImage () const |
Public Member Functions inherited from itk::Object | |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| LightObject::Pointer | CreateAnother () const override |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| MetaDataDictionary & | GetMetaDataDictionary () |
| const MetaDataDictionary & | GetMetaDataDictionary () const |
| virtual ModifiedTimeType | GetMTime () const |
| virtual const TimeStamp & | GetTimeStamp () const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) |
| void | InvokeEvent (const EventObject &) const |
| virtual void | Modified () const |
| void | Register () const override |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | SetDebug (bool debugFlag) const |
| void | SetReferenceCount (int) override |
| void | UnRegister () const noexceptoverride |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
| virtual void | SetObjectName (std::string _arg) |
| virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
| virtual void | Delete () |
| virtual int | GetReferenceCount () const |
| itkCloneMacro (Self) | |
| void | Print (std::ostream &os, Indent indent=0) const |
Static Public Attributes | |
| static constexpr unsigned int | ImageDimension = InputImageType::ImageDimension |
Static Public Attributes inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| static constexpr unsigned int | ImageDimension |
Protected Member Functions | |
| BinaryImageToSparseLevelSetImageAdaptorBase () | |
| ~BinaryImageToSparseLevelSetImageAdaptorBase () override=default | |
Protected Member Functions inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| BinaryImageToLevelSetImageAdaptorBase () | |
| ~BinaryImageToLevelSetImageAdaptorBase () 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 &time) |
| ~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 | PrintTrailer (std::ostream &os, Indent indent) const |
| virtual | ~LightObject () |
Protected Attributes | |
| InternalImagePointer | m_InternalImage |
| LevelSetLabelMapPointer | m_LabelMap |
Protected Attributes inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| InputImagePointer | m_InputImage |
| LevelSetPointer | m_LevelSet |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::ConstPointer = SmartPointer< const Self > |
Definition at line 134 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageIndexType = typename Superclass::InputImageIndexType |
Definition at line 144 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImagePixelType = typename Superclass::InputImagePixelType |
Definition at line 143 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImagePointer = typename Superclass::InputImagePointer |
Definition at line 145 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageRegionType = typename Superclass::InputImageRegionType |
Definition at line 146 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageType = typename Superclass::InputImageType |
Definition at line 142 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputIteratorType = ImageRegionIteratorWithIndex< InputImageType > |
Definition at line 175 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputPixelRealType = typename Superclass::InputPixelRealType |
Definition at line 147 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalImagePointer = typename InternalImageType::Pointer |
Definition at line 171 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalImageType = Image< signed char, ImageDimension > |
Definition at line 170 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalIteratorType = ImageRegionIteratorWithIndex< InternalImageType > |
Definition at line 176 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LayerIdType = typename LevelSetLabelObjectType::LabelType |
Definition at line 158 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LayerPairType = std::pair< LevelSetInputType, LevelSetOutputType > |
Definition at line 173 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetInputType = typename LevelSetType::InputType |
Definition at line 154 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer |
Definition at line 164 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelMapType = typename LevelSetType::LabelMapType |
Definition at line 163 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectLengthType = typename LevelSetType::LabelObjectLengthType |
Definition at line 160 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectLineType = typename LevelSetType::LabelObjectLineType |
Definition at line 161 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectPointer = typename LevelSetType::LabelObjectPointer |
Definition at line 159 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectType = typename LevelSetType::LabelObjectType |
Definition at line 157 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerConstIterator = typename LevelSetType::LayerConstIterator |
Definition at line 168 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerIterator = typename LevelSetType::LayerIterator |
Definition at line 167 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerType = typename LevelSetType::LayerType |
Definition at line 166 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetOutputType = typename LevelSetType::OutputType |
Definition at line 155 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetPointer = typename Superclass::LevelSetPointer |
Definition at line 152 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetType = typename Superclass::LevelSetType |
Definition at line 151 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::NeighborhoodIteratorType = ShapedNeighborhoodIterator< InternalImageType > |
Definition at line 178 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Pointer = SmartPointer< Self > |
Definition at line 133 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Self = BinaryImageToSparseLevelSetImageAdaptorBase |
Definition at line 132 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Superclass = BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > |
Definition at line 136 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
inlineprotected |
Definition at line 181 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
overrideprotecteddefault |
|
virtual |
Run-time type information
Reimplemented from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >.
Reimplemented in itk::BinaryImageToLevelSetImageAdaptor< TInput, MalcolmSparseLevelSetImage< TInput::ImageDimension > >, itk::BinaryImageToLevelSetImageAdaptor< TInput, ShiSparseLevelSetImage< TInput::ImageDimension > >, and itk::BinaryImageToLevelSetImageAdaptor< TInput, WhitakerSparseLevelSetImage< TOutput, TInput::ImageDimension > >.
|
static |
Definition at line 149 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
protected |
Definition at line 186 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
protected |
Definition at line 184 of file itkBinaryImageToLevelSetImageAdaptor.h.
1.8.5