ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryImageToLevelSetImageAdaptorBase.h>
Definition at line 31 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::IndexType | InputImageIndexType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef NumericTraits < InputImagePixelType > ::RealType | InputPixelRealType |
typedef LevelSetType::Pointer | LevelSetPointer |
typedef TLevelSet | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef BinaryImageToLevelSetImageAdaptorBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
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 *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual LightObject::Pointer | CreateAnother () const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) 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 |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () 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 |
Protected Member Functions | |
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 |
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 | |
InputImagePointer | m_InputImage |
LevelSetPointer | m_LevelSet |
Private Member Functions | |
BinaryImageToLevelSetImageAdaptorBase (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) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer< const Self > itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::ConstPointer |
Definition at line 36 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef InputImageType::IndexType itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImageIndexType |
Definition at line 44 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef InputImageType::PixelType itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImagePixelType |
Definition at line 43 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef InputImageType::Pointer itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImagePointer |
Definition at line 45 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef InputImageType::RegionType itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImageRegionType |
Definition at line 46 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef TInputImage itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputImageType |
Definition at line 40 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef NumericTraits< InputImagePixelType >::RealType itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::InputPixelRealType |
Definition at line 48 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef LevelSetType::Pointer itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::LevelSetPointer |
Definition at line 54 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef TLevelSet itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::LevelSetType |
Definition at line 53 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef SmartPointer< Self > itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::Pointer |
Definition at line 35 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef BinaryImageToLevelSetImageAdaptorBase itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::Self |
Definition at line 34 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
typedef Object itk::BinaryImageToLevelSetImageAdaptorBase< TInputImage, TLevelSet >::Superclass |
Definition at line 37 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
inlineprotected |
Constructor
Definition at line 71 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
inlineprotectedvirtual |
Destructor
Definition at line 77 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
private |
|
virtual |
Set/Get the input image
|
virtual |
|
virtual |
Set/Get the input image
|
virtual |
Get the sparse levet set function
|
virtual |
Run-time type information
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::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, TOutput >, itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, WhitakerSparseLevelSetImage< TOutput, TInput::ImageDimension > >, itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, MalcolmSparseLevelSetImage< TInput::ImageDimension > >, itk::BinaryImageToSparseLevelSetImageAdaptorBase< TInput, ShiSparseLevelSetImage< TInput::ImageDimension > >, and itk::BinaryImageToLevelSetImageAdaptor< TInputImage, LevelSetDenseImage< TLevelSetImage > >.
|
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 > >.
|
private |
|
virtual |
Set/Get the input image
|
static |
Definition at line 51 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
protected |
Definition at line 79 of file itkBinaryImageToLevelSetImageAdaptorBase.h.
|
protected |