#include <itkBinaryImageToLevelSetImageAdaptorBase.h>
Definition at line 32 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
Inheritance diagram for itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >:
Collaboration diagram for itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >:Public Types | |
| 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 = TInputImage |
| using | InputPixelRealType = typename NumericTraits<InputImagePixelType>::RealType |
| using | LevelSetPointer = typename LevelSetType::Pointer |
| using | LevelSetType = TLevelSet |
| 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 LevelSetType * | GetLevelSet () const |
| virtual LevelSetType * | GetModifiableLevelSet () |
| virtual const char * | GetNameOfClass () const |
| 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 *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 |
Protected Member Functions | |
| 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 &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 | |
| 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 val) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::ConstPointer = SmartPointer<const Self> |
Definition at line 39 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImageIndexType = typename InputImageType::IndexType |
Definition at line 47 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 46 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 48 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 49 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImageType = TInputImage |
Definition at line 45 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputPixelRealType = typename NumericTraits<InputImagePixelType>::RealType |
Definition at line 50 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::LevelSetPointer = typename LevelSetType::Pointer |
Definition at line 55 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::LevelSetType = TLevelSet |
Definition at line 54 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::Pointer = SmartPointer<Self> |
Definition at line 38 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::Self = BinaryImageToLevelSetImageAdaptorBase |
Definition at line 37 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
| using itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::Superclass = Object |
Definition at line 40 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
inlineprotected |
Constructor
Definition at line 73 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
overrideprotecteddefault |
Destructor
|
virtual |
Set/Get the input image
|
virtual |
|
virtual |
Set/Get the input image
|
virtual |
Get the sparse level set function
|
virtual |
Reimplemented from itk::Object.
Reimplemented in itk::BinaryImageToLevelSetImageAdaptor< TInput, MalcolmSparseLevelSetImage< TInput::ImageDimension > >, itk::BinaryImageToLevelSetImageAdaptor< TInput, ShiSparseLevelSetImage< TInput::ImageDimension > >, itk::BinaryImageToLevelSetImageAdaptor< TInput, WhitakerSparseLevelSetImage< TOutput, TInput::ImageDimension > >, itk::BinaryImageToLevelSetImageAdaptor< TInputImage, LevelSetDenseImage< TLevelSetImage > >, itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >, itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, LevelSetType >, itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, LevelSetType >, itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, MalcolmSparseLevelSetImage< TInput::ImageDimension > >, itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, ShiSparseLevelSetImage< TInput::ImageDimension > >, and itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, WhitakerSparseLevelSetImage< TOutput, TInput::ImageDimension > >.
|
pure virtual |
Input is a binary image m_InputImage Output is a WhitakerSparseLevelSetImagePointer
Implemented in itk::BinaryImageToLevelSetImageAdaptor< TInput, MalcolmSparseLevelSetImage< TInput::ImageDimension > >, itk::BinaryImageToLevelSetImageAdaptor< TInput, ShiSparseLevelSetImage< TInput::ImageDimension > >, itk::BinaryImageToLevelSetImageAdaptor< TInput, WhitakerSparseLevelSetImage< TOutput, TInput::ImageDimension > >, and itk::BinaryImageToLevelSetImageAdaptor< TInputImage, LevelSetDenseImage< TLevelSetImage > >.
|
virtual |
Set/Get the input image
|
staticconstexpr |
Definition at line 52 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
protected |
Definition at line 80 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
protected |
Definition at line 81 of file itkBinaryImageToLevelSetImageAdaptorBase.h.