ITK
5.2.0
Insight Toolkit
|
#include <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 |
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) |
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 |
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 () | |
~Object () override | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
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 val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Abstract class for converting binary image to sparse level-set.
Definition at line 124 of file itkBinaryImageToLevelSetImageAdaptor.h.
using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::ConstPointer = SmartPointer<const Self> |
Definition at line 132 of file itkBinaryImageToLevelSetImageAdaptor.h.
using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageIndexType = typename Superclass::InputImageIndexType |
Definition at line 140 of file itkBinaryImageToLevelSetImageAdaptor.h.
using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImagePixelType = typename Superclass::InputImagePixelType |
Definition at line 139 of file itkBinaryImageToLevelSetImageAdaptor.h.
using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImagePointer = typename Superclass::InputImagePointer |
Definition at line 141 of file itkBinaryImageToLevelSetImageAdaptor.h.
using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageRegionType = typename Superclass::InputImageRegionType |
Definition at line 142 of file itkBinaryImageToLevelSetImageAdaptor.h.
using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::InputImageType = typename Superclass::InputImageType |
Definition at line 138 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 >::InputPixelRealType = typename Superclass::InputPixelRealType |
Definition at line 143 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 >::LevelSetPointer = typename Superclass::LevelSetPointer |
Definition at line 148 of file itkBinaryImageToLevelSetImageAdaptor.h.
using itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >::LevelSetType = typename Superclass::LevelSetType |
Definition at line 147 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 |
|
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 > >.
|
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.