ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension > Class Template Reference

#include <itkExtensionVelocitiesImageFilter.h>

+ Inheritance diagram for itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >:
+ Collaboration diagram for itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >:

Detailed Description

template<typename TLevelSet, typename TAuxValue = float, unsigned int VAuxDimension = 1>
class itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >

Extend velocities smoothly from a particular level set.

ExtensionVelocitiesImageFilter extends velocities smoothly from a particular level set.

This class is templated over the image type which represents the level set, the type of the velocity and the number of velocities to be extended.

This class supports narrowbanding. If the input narrowband is provided, the algorithm will only locate the level set within the input narrowband. For the output, the extended velocity is only valid for a distance of OutputNarrowBandwidth / 2 of either side of the level set of interest.

Implementation of this class is based on Chapter 11 of "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Second edition, 1999.

Definition at line 54 of file itkExtensionVelocitiesImageFilter.h.

Public Types

typedef
AuxVarType::AuxImageConstPointer 
AuxImageConstPointer
 
typedef AuxVarType::AuxImagePointer AuxImagePointer
 
typedef AuxVarType::AuxImageType AuxImageType
 
typedef
AuxVarType::AuxValueContainer 
AuxValueContainer
 
typedef AuxVarType::AuxValueType AuxValueType
 
typedef
AuxVarType::AuxValueVectorType 
AuxValueVectorType
 
typedef AuxVarTypeDefault
< TAuxValue, VAuxDimension,
itkGetStaticConstMacro(SetDimension) > 
AuxVarType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
LevelSetType::LevelSetConstPointer 
LevelSetConstPointer
 
typedef
LevelSetType::LevelSetPointer 
LevelSetPointer
 
typedef LevelSetTypeDefault
< TLevelSet > 
LevelSetType
 
typedef LevelSetType::NodeContainer NodeContainer
 
typedef
LevelSetType::NodeContainerPointer 
NodeContainerPointer
 
typedef LevelSetType::NodeType NodeType
 
typedef LevelSetType::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef
ExtensionVelocitiesImageFilter 
Self
 
typedef
ReinitializeLevelSetImageFilter
< TLevelSet > 
Superclass
 
- Public Types inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
typedef SmartPointer< const SelfConstPointer
 
typedef
LevelSetType::LevelSetConstPointer 
LevelSetConstPointer
 
typedef
LevelSetType::LevelSetImageType 
LevelSetImageType
 
typedef
LevelSetType::LevelSetPointer 
LevelSetPointer
 
typedef LevelSetTypeDefault
< TLevelSet > 
LevelSetType
 
typedef LevelSetType::NodeContainer NodeContainer
 
typedef
LevelSetType::NodeContainerPointer 
NodeContainerPointer
 
typedef LevelSetType::NodeType NodeType
 
typedef LevelSetType::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef
ReinitializeLevelSetImageFilter 
Self
 
typedef ImageToImageFilter
< TLevelSet, TLevelSet > 
Superclass
 
- Public Types inherited from itk::ImageToImageFilter< TLevelSet, TLevelSet >
typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TLevelSet InputImageType
 
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef SmartPointer< SelfPointer
 
typedef ImageToImageFilter Self
 
typedef ImageSource< TLevelSet > Superclass
 
- Public Types inherited from itk::ImageSource< TLevelSet >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef
Superclass::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TLevelSet OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef ImageSource Self
 
typedef ProcessObject Superclass
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
const AuxImageTypeGetInputVelocityImage (unsigned int idx=0)
 
virtual const char * GetNameOfClass () const
 
AuxImageTypeGetOutputVelocityImage (unsigned int idx=0)
 
void SetInputVelocityImage (const AuxImageType *ptr, unsigned int idx=0)
 
 typedef (Concept::HasNumericTraits< TAuxValue >) AuxValueHasNumericTraitsCheck
 
 typedef (Concept::OStreamWritable< PixelType >) LevelSetOStreamWritableCheck
 
- Public Member Functions inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
virtual ::itk::LightObject::Pointer CreateAnother () const
 
NodeContainerPointer GetInputNarrowBand () const
 
NodeContainerPointer GetOutputNarrowBand () const
 
void SetInputNarrowBand (NodeContainer *ptr)
 
 typedef (Concept::AdditiveOperators< PixelType, double >) LevelSetDoubleAdditiveOperatorsCheck
 
 typedef (Concept::OStreamWritable< PixelType >) LevelSetOStreamWritableCheck
 
virtual void SetLevelSetValue (double _arg)
 
virtual double GetLevelSetValue () const
 
virtual void SetNarrowBanding (bool _arg)
 
virtual bool GetNarrowBanding () const
 
virtual void NarrowBandingOn ()
 
virtual void NarrowBandingOff ()
 
virtual void SetInputNarrowBandwidth (double _arg)
 
virtual double GetInputNarrowBandwidth () const
 
virtual void SetOutputNarrowBandwidth (double _arg)
 
virtual double GetOutputNarrowBandwidth () const
 
void SetNarrowBandwidth (double value)
 
- Public Member Functions inherited from itk::ImageToImageFilter< TLevelSet, TLevelSet >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
virtual void PopBackInput () override
 
virtual void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *image)
 
virtual void PushFrontInput (const InputImageType *image)
 
virtual void SetInput (const InputImageType *image)
 
virtual void SetInput (unsigned int, const TLevelSet *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TLevelSet >
OutputImageTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *output)
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () 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 Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
static Pointer New ()
 
- 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 ()
 

Static Public Attributes

static const unsigned int AuxDimension = VAuxDimension
 
static const unsigned int SetDimension = LevelSetType::SetDimension
 
- Static Public Attributes inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
static const unsigned int SetDimension = LevelSetType::SetDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TLevelSet, TLevelSet >
static const unsigned int InputImageDimension
 
static const unsigned int OutputImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TLevelSet >
static const unsigned int OutputImageDimension
 

Protected Member Functions

virtual void AllocateOutput () override
 
virtual void EnlargeOutputRequestedRegion (DataObject *) override
 
 ExtensionVelocitiesImageFilter ()
 
virtual void GenerateDataFull () override
 
virtual void GenerateDataNarrowBand () override
 
 ~ExtensionVelocitiesImageFilter ()
 
- Protected Member Functions inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
void GenerateData () override
 
virtual void GenerateInputRequestedRegion () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ReinitializeLevelSetImageFilter ()
 
void SetOutputNarrowBand (NodeContainer *ptr)
 
 ~ReinitializeLevelSetImageFilter ()
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TLevelSet, TLevelSet >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
 ImageToImageFilter ()
 
virtual void VerifyInputInformation () override
 
 ~ImageToImageFilter ()
 
void PushBackInput (const DataObject *input) override
 
void PushFrontInput (const DataObject *input) override
 
- Protected Member Functions inherited from itk::ImageSource< TLevelSet >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
virtual ~ImageSource ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (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 ()
 

Private Types

typedef
FastMarchingExtensionImageFilter
< TLevelSet, TAuxValue,
VAuxDimension, SpeedImageType
FastMarchingImageFilterType
 
typedef
LevelSetVelocityNeighborhoodExtractor
< TLevelSet, TAuxValue,
VAuxDimension > 
LocatorType
 
typedef Image< float,
itkGetStaticConstMacro(SetDimension) > 
SpeedImageType
 

Private Member Functions

 ExtensionVelocitiesImageFilter (const Self &)
 
void operator= (const Self &)
 

Private Attributes

LocatorType::Pointer m_Locator
 
FastMarchingImageFilterType::Pointer m_Marcher
 

Additional Inherited Members

- Protected Types inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
typedef
FastMarchingImageFilter
< TLevelSet, SpeedImageType
FastMarchingImageFilterType
 
typedef
LevelSetNeighborhoodExtractor
< TLevelSet > 
LocatorType
 
typedef Image< float,
itkGetStaticConstMacro(SetDimension) > 
SpeedImageType
 
- Protected Types inherited from itk::ImageToImageFilter< TLevelSet, TLevelSet >
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension) > 
InputToOutputRegionCopierType
 
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension) > 
OutputToInputRegionCopierType
 
- Static Protected Member Functions inherited from itk::ImageSource< TLevelSet >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxImageConstPointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxImageConstPointer

Definition at line 92 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxImagePointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxImagePointer

Definition at line 91 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxImageType itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxImageType

Definition at line 90 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxValueContainer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxValueContainer

Definition at line 89 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxValueType itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxValueType

Definition at line 87 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxValueVectorType itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxValueVectorType

Definition at line 88 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef AuxVarTypeDefault< TAuxValue, VAuxDimension, itkGetStaticConstMacro(SetDimension) > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxVarType

AuxVarType typedef support.

Definition at line 86 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef SmartPointer< const Self > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::ConstPointer

Definition at line 63 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, SpeedImageType > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::FastMarchingImageFilterType
private

Definition at line 135 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::LevelSetConstPointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetConstPointer

Definition at line 74 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::LevelSetPointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetPointer

Definition at line 73 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetTypeDefault< TLevelSet > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetType

The type of level set and the pointer type.

Definition at line 69 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LocatorType
private

Definition at line 133 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::NodeContainer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeContainer

Definition at line 77 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::NodeContainerPointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeContainerPointer

Definition at line 78 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::NodeType itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeType

Definition at line 76 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::PixelType itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::PixelType

Definition at line 75 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef SmartPointer< Self > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Pointer

Definition at line 62 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef ExtensionVelocitiesImageFilter itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Self

Standard class typedefs.

Definition at line 60 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef Image< float, itkGetStaticConstMacro(SetDimension) > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::SpeedImageType
private

Internal typedefs.

Definition at line 131 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
typedef ReinitializeLevelSetImageFilter< TLevelSet > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Superclass

Definition at line 61 of file itkExtensionVelocitiesImageFilter.h.

Constructor & Destructor Documentation

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::ExtensionVelocitiesImageFilter ( )
protected
template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::~ExtensionVelocitiesImageFilter ( )
inlineprotected

Definition at line 116 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::ExtensionVelocitiesImageFilter ( const Self )
private

Member Function Documentation

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
virtual void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AllocateOutput ( )
overrideprotectedvirtual
template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
virtual::itk::LightObject::Pointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
virtual void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::EnlargeOutputRequestedRegion ( DataObject )
overrideprotectedvirtual

Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region.

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
virtual void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GenerateDataFull ( )
overrideprotectedvirtual
template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
virtual void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GenerateDataNarrowBand ( )
overrideprotectedvirtual
template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
const AuxImageType* itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetInputVelocityImage ( unsigned int  idx = 0)
template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
virtual const char* itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
AuxImageType* itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetOutputVelocityImage ( unsigned int  idx = 0)

Get one of the extended velocity images.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
static Pointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::New ( )
static

Method for creation through the object factory.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::operator= ( const Self )
private
template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::SetInputVelocityImage ( const AuxImageType ptr,
unsigned int  idx = 0 
)

Set/Get one of the input velocity images to be extended.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::typedef ( Concept::HasNumericTraits< TAuxValue >  )

This class requires AuxValueHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< TAuxValue > )

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::typedef ( Concept::OStreamWritable< PixelType )

This class requires LevelSetOStreamWritableCheck in the form of ( Concept::OStreamWritable< PixelType > )

Member Data Documentation

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
const unsigned int itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxDimension = VAuxDimension
static

Number of velocity images to be extended.

Definition at line 95 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
LocatorType::Pointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::m_Locator
private

Definition at line 137 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
FastMarchingImageFilterType::Pointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::m_Marcher
private

Definition at line 139 of file itkExtensionVelocitiesImageFilter.h.

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
const unsigned int itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::SetDimension = LevelSetType::SetDimension
static

The dimension of the level set.

Definition at line 81 of file itkExtensionVelocitiesImageFilter.h.


The documentation for this class was generated from the following file: