![]() |
ITK
4.12.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 128 of file itkBinaryImageToLevelSetImageAdaptor.h.
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 |
| virtual 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 |
| virtual void | Register () const override |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | SetDebug (bool debugFlag) const |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| virtual void | SetReferenceCount (int) override |
| virtual void | UnRegister () const noexceptoverride |
| 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 const unsigned int | ImageDimension = InputImageType::ImageDimension |
Static Public Attributes inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| static const unsigned int | ImageDimension |
Protected Member Functions | |
| BinaryImageToSparseLevelSetImageAdaptorBase () | |
| virtual | ~BinaryImageToSparseLevelSetImageAdaptorBase () |
Protected Member Functions inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
| BinaryImageToLevelSetImageAdaptorBase () | |
| virtual | ~BinaryImageToLevelSetImageAdaptorBase () |
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 override |
| 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 () |
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 | |
| AtomicInt< int > | m_ReferenceCount |
Private Member Functions | |
| BinaryImageToSparseLevelSetImageAdaptorBase (const Self &) | |
| void | operator= (const Self &) |
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 () |
| typedef SmartPointer< const Self > itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::ConstPointer |
Definition at line 134 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Superclass::InputImageIndexType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageIndexType |
Definition at line 144 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Superclass::InputImagePixelType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImagePixelType |
Definition at line 143 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Superclass::InputImagePointer itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImagePointer |
Definition at line 145 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Superclass::InputImageRegionType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageRegionType |
Definition at line 146 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Superclass::InputImageType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageType |
Definition at line 140 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef ImageRegionIteratorWithIndex< InputImageType > itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputIteratorType |
Definition at line 176 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Superclass::InputPixelRealType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputPixelRealType |
Definition at line 147 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef InternalImageType::Pointer itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalImagePointer |
Definition at line 172 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Image< signed char, ImageDimension > itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalImageType |
Definition at line 171 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef ImageRegionIteratorWithIndex< InternalImageType > itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InternalIteratorType |
Definition at line 177 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetLabelObjectType::LabelType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LayerIdType |
Definition at line 159 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef std::pair< LevelSetInputType, LevelSetOutputType > itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LayerPairType |
Definition at line 174 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::InputType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetInputType |
Definition at line 155 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LabelMapPointer itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelMapPointer |
Definition at line 165 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LabelMapType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelMapType |
Definition at line 164 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LabelObjectLengthType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectLengthType |
Definition at line 161 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LabelObjectLineType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectLineType |
Definition at line 162 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LabelObjectPointer itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectPointer |
Definition at line 160 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LabelObjectType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLabelObjectType |
Definition at line 158 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LayerConstIterator itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerConstIterator |
Definition at line 169 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LayerIterator itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerIterator |
Definition at line 168 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::LayerType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetLayerType |
Definition at line 167 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef LevelSetType::OutputType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetOutputType |
Definition at line 156 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Superclass::LevelSetPointer itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetPointer |
Definition at line 153 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef Superclass::LevelSetType itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetType |
Definition at line 152 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef ShapedNeighborhoodIterator< InternalImageType > itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::NeighborhoodIteratorType |
Definition at line 179 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef SmartPointer< Self > itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Pointer |
Definition at line 133 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef BinaryImageToSparseLevelSetImageAdaptorBase itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Self |
Definition at line 132 of file itkBinaryImageToLevelSetImageAdaptor.h.
| typedef BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::Superclass |
Definition at line 136 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
inlineprotected |
Definition at line 182 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
inlineprotectedvirtual |
Definition at line 183 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
private |
|
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 > >.
|
private |
|
static |
Definition at line 150 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
protected |
Definition at line 187 of file itkBinaryImageToLevelSetImageAdaptor.h.
|
protected |
Definition at line 185 of file itkBinaryImageToLevelSetImageAdaptor.h.
1.8.5