#include <itkBinaryImageToLevelSetImageAdaptor.h>
Abstract class for converting binary image to sparse level-set.
Definition at line 124 of file itkBinaryImageToLevelSetImageAdaptor.h.
Inheritance diagram for itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >:
Collaboration diagram for itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >:Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| virtual const LevelSetType * | GetLevelSet () const |
| virtual const LevelSetType * | GetLevelSet () const |
| virtual LevelSetType * | GetModifiableLevelSet () |
| virtual LevelSetType * | GetModifiableLevelSet () |
| virtual void | Initialize ()=0 |
| virtual void | Initialize ()=0 |
| virtual void | SetInputImage (InputImageType *_arg) |
| virtual InputImageType * | GetModifiableInputImage () |
| virtual const InputImageType * | GetInputImage () const |
| 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 *cmd) const |
| unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) 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) const |
| void | SetDebug (bool debugFlag) const |
| void | SetReferenceCount (int) override |
| void | UnRegister () const noexcept override |
| 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 | |
| Pointer | Clone () const |
| virtual void | Delete () |
| virtual int | GetReferenceCount () const |
| 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 |
| static constexpr unsigned int | ImageDimension |
Protected Member Functions | |
| BinaryImageToSparseLevelSetImageAdaptorBase () | |
| ~BinaryImageToSparseLevelSetImageAdaptorBase () override=default | |
Protected Member Functions inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| BinaryImageToLevelSetImageAdaptorBase () | |
| BinaryImageToLevelSetImageAdaptorBase () | |
| ~BinaryImageToLevelSetImageAdaptorBase () override=default | |
| ~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 &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 | 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 |
| InputImagePointer | m_InputImage |
| LevelSetPointer | m_LevelSet |
| 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 val) |
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 132 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >::InputImageIndexType |
Definition at line 47 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >::InputImagePixelType |
Definition at line 46 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >::InputImagePointer |
Definition at line 48 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >::InputImageRegionType |
Definition at line 49 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >::InputImageType |
Definition at line 45 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputIteratorType = ImageRegionIteratorWithIndex<InputImageType> |
Definition at line 171 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >::InputPixelRealType |
Definition at line 50 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalImagePointer = typename InternalImageType::Pointer |
Definition at line 167 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalImageType = Image<signed char, ImageDimension> |
Definition at line 166 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalIteratorType = ImageRegionIteratorWithIndex<InternalImageType> |
Definition at line 172 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LayerIdType = typename LevelSetLabelObjectType::LabelType |
Definition at line 154 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LayerPairType = std::pair<LevelSetInputType, LevelSetOutputType> |
Definition at line 169 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetInputType = typename LevelSetType::InputType |
Definition at line 150 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer |
Definition at line 160 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelMapType = typename LevelSetType::LabelMapType |
Definition at line 159 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectLengthType = typename LevelSetType::LabelObjectLengthType |
Definition at line 156 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectLineType = typename LevelSetType::LabelObjectLineType |
Definition at line 157 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectPointer = typename LevelSetType::LabelObjectPointer |
Definition at line 155 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectType = typename LevelSetType::LabelObjectType |
Definition at line 153 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerConstIterator = typename LevelSetType::LayerConstIterator |
Definition at line 164 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerIterator = typename LevelSetType::LayerIterator |
Definition at line 163 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerType = typename LevelSetType::LayerType |
Definition at line 162 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetOutputType = typename LevelSetType::OutputType |
Definition at line 151 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetPointer |
Definition at line 55 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetType |
Definition at line 54 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::NeighborhoodIteratorType = ShapedNeighborhoodIterator<InternalImageType> |
Definition at line 174 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Pointer = SmartPointer<Self> |
Definition at line 131 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Self = BinaryImageToSparseLevelSetImageAdaptorBase |
Definition at line 130 of file itkBinaryImageToLevelSetImageAdaptor.h.
| using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Superclass = BinaryImageToLevelSetImageAdaptorBase<TInput, TOutput> |
Definition at line 133 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
inlineprotected |
Definition at line 177 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
overrideprotecteddefault |
|
virtual |
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 > >.
|
staticconstexpr |
Definition at line 145 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
protected |
Definition at line 184 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
protected |
Definition at line 182 of file itkBinaryImageToLevelSetImageAdaptor.h.