ITK
6.0.0
Insight Toolkit
|
#include <itkBinaryImageToLevelSetImageAdaptor.h>
Abstract class for converting binary image to sparse level-set.
Definition at line 124 of file itkBinaryImageToLevelSetImageAdaptor.h.
Public Member Functions | |
const char * | GetNameOfClass () const override |
Public Member Functions inherited from itk::BinaryImageToLevelSetImageAdaptorBase< TInput, TOutput > | |
virtual LevelSetType * | GetModifiableLevelSet () |
const char * | GetNameOfClass () const override |
virtual void | Initialize ()=0 |
virtual void | SetInputImage (InputImageType *_arg) |
virtual InputImageType * | GetModifiableInputImage () |
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 |
const char * | GetNameOfClass () const override |
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 Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
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 &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 () |
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 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::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputIteratorType = ImageRegionIteratorWithIndex<InputImageType> |
Definition at line 171 of file itkBinaryImageToLevelSetImageAdaptor.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::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 |
|
overridevirtual |
Reimplemented from itk::Object.
|
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.