Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage > Class Template Reference

#include <itkFastMarchingUpwindGradientImageFilter.h>

Inheritance diagram for itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
class itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >

Generates the upwind gradient field of fast marching arrival times.

This filter adds some extra functionality to its base class. While the solution T(x) of the Eikonal equation is being generated by the base class with the fast marching method, the filter generates the upwind gradient vectors of T(x), storing them in an image.

Since the Eikonal equation generates the arrival times of a wave travelling at a given speed, the generated gradient vectors can be interpreted as the slowness (1/velocity) vectors of the front (the quantity inside the modulus operator in the Eikonal equation).

Gradient vectors are computed using upwind finite differences, that is, information only propagates from points where the wavefront has already passed. This is consistent with how the fast marching method works.

One more extra feature is the possibility to define a set of Target points where the propagation stops. This can be used to avoid computing the Eikonal solution for the whole domain. The front can be stopped either when one Target point is reached or all Target points are reached. The propagation can stop after a time TargetOffset has passed since the stop condition is met. This way the solution is computed a bit downstream the Target points, so that the level sets of T(x) corresponding to the Target are smooth.

Author:
Luca Antiga Ph.D. Biomedical Technologies Laboratory, Bioengineering Deparment, Mario Negri Institute, Italy.

Definition at line 60 of file itkFastMarchingUpwindGradientImageFilter.h.

Public Types

enum  {
  NoTargets,
  OneTarget,
  SomeTargets,
  AllTargets
}
typedef Superclass::AxisNodeType AxisNodeType
typedef SmartPointer< const
Self
ConstPointer
typedef DataObject::Pointer DataObjectPointer
typedef std::vector< DataObjectPointerDataObjectPointerArray
typedef DataObjectPointerArray::size_type DataObjectPointerArraySizeType
typedef GradientImageType::Pointer GradientImagePointer
typedef Image< GradientPixelType,
itkGetStaticConstMacro(SetDimension)> 
GradientImageType
typedef CovariantVector< PixelType,
itkGetStaticConstMacro(SetDimension)> 
GradientPixelType
typedef Superclass::IndexType IndexType
typedef InputImageType::ConstPointer InputImageConstPointer
typedef InputImageType::PixelType InputImagePixelType
typedef InputImageType::Pointer InputImagePointer
typedef InputImageType::RegionType InputImageRegionType
typedef TSpeedImage InputImageType
typedef LabelImageType::Pointer LabelImagePointer
typedef Superclass::LabelImageType LabelImageType
enum  LabelType {
  FarPoint,
  AlivePoint,
  TrialPoint
}
typedef Superclass::LevelSetImageType LevelSetImageType
typedef Superclass::LevelSetIndexType LevelSetIndexType
typedef Superclass::LevelSetPointer LevelSetPointer
typedef Superclass::LevelSetType LevelSetType
typedef Superclass::NodeContainer NodeContainer
typedef Superclass::NodeContainerPointer NodeContainerPointer
typedef Superclass::NodeType NodeType
typedef LevelSetImageType::DirectionType OutputDirectionType
typedef Superclass::OutputImagePixelType OutputImagePixelType
typedef OutputImageType::Pointer OutputImagePointer
typedef Superclass::OutputImageRegionType OutputImageRegionType
typedef TLevelSet OutputImageType
typedef LevelSetImageType::PointType OutputPointType
typedef LevelSetImageType::RegionType OutputRegionType
typedef LevelSetImageType::SizeType OutputSizeType
typedef Superclass::OutputSpacingType OutputSpacingType
typedef Superclass::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef Superclass::OutputPointType PointType
typedef FastMarchingUpwindGradientImageFilter Self
typedef Superclass::SpeedImageConstPointer SpeedImageConstPointer
typedef SpeedImageType::Pointer SpeedImagePointer
typedef Superclass::SpeedImageType SpeedImageType
typedef FastMarchingImageFilter<
TLevelSet, TSpeedImage > 
Superclass

Public Member Functions

virtual void AbortGenerateDataOff ()
virtual void AbortGenerateDataOn ()
virtual LightObject::Pointer CreateAnother () const
virtual void DebugOff () const
virtual void DebugOn () const
virtual void Delete ()
virtual const bool & GetAbortGenerateData ()
NodeContainerPointer GetAlivePoints ()
CommandGetCommand (unsigned long tag)
bool GetDebug () const
GradientImagePointer GetGradientImage () const
const InputImageTypeGetInput (unsigned int idx)
const InputImageTypeGetInput (void)
DataObjectPointerArrayGetInputs ()
LabelImagePointer GetLabelImage () const
const MetaDataDictionaryGetMetaDataDictionary (void) const
MetaDataDictionaryGetMetaDataDictionary (void)
virtual unsigned long GetMTime () const
MultiThreaderGetMultiThreader ()
virtual const char * GetNameOfClass () const
DataObjectPointerArraySizeType GetNumberOfInputs () const
virtual const long & GetNumberOfTargets ()
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
OutputImageTypeGetOutput (unsigned int idx)
OutputImageTypeGetOutput (void)
NodeContainerPointer GetProcessedPoints () const
virtual const float & GetProgress ()
NodeContainerPointer GetReachedTargetPoints ()
virtual int GetReferenceCount () const
virtual const double & GetSpeedConstant ()
virtual const double & GetStoppingValue ()
virtual const double & GetTargetOffset ()
NodeContainerPointer GetTargetPoints ()
virtual const double & GetTargetValue ()
NodeContainerPointer GetTrialPoints ()
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
virtual void GraftOutput (DataObject *output)
bool HasObserver (const EventObject &event) const
void InvokeEvent (const EventObject &) const
void InvokeEvent (const EventObject &)
 itkStaticConstMacro (OutputImageDimension, unsigned int, TLevelSet::ImageDimension)
 itkStaticConstMacro (InputImageDimension, unsigned int, TSpeedImage::ImageDimension)
 itkStaticConstMacro (SetDimension, unsigned int, Superclass::SetDimension)
virtual DataObjectPointer MakeOutput (unsigned int idx)
virtual void Modified () const
virtual void PopBackInput ()
virtual void PopFrontInput ()
virtual void PrepareOutputs ()
void Print (std::ostream &os, Indent indent=0) const
virtual void PropagateRequestedRegion (DataObject *output)
virtual void PushBackInput (const InputImageType *image)
virtual void PushFrontInput (const InputImageType *image)
virtual void Register () const
void RemoveAllObservers ()
void RemoveObserver (unsigned long tag)
virtual void ResetPipeline ()
virtual void SetAbortGenerateData (bool _arg)
virtual void SetCollectPoints (bool _arg)
void SetDebug (bool debugFlag) const
virtual void SetGenerateGradientImage (bool _arg)
virtual void SetInput (unsigned int, const TSpeedImage *image)
virtual void SetInput (const InputImageType *image)
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
virtual void SetProgress (float _arg)
virtual void SetReferenceCount (int)
virtual void SetStoppingValue (double _arg)
virtual void SetTargetOffset (double _arg)
virtual void UnRegister () const
virtual void Update ()
virtual void UpdateLargestPossibleRegion ()
virtual void UpdateOutputData (DataObject *output)
virtual void UpdateOutputInformation ()
void UpdateProgress (float amount)
unsigned long AddObserver (const EventObject &event, Command *) const
unsigned long AddObserver (const EventObject &event, Command *)
virtual void CollectPointsOff ()
virtual void CollectPointsOn ()
virtual const bool & GetCollectPoints ()
virtual void GenerateGradientImageOff ()
virtual void GenerateGradientImageOn ()
virtual const bool & GetGenerateGradientImage ()
virtual double GetNormalizationFactor ()
virtual void SetNormalizationFactor (double _arg)
DataObjectPointerArraySizeType GetNumberOfOutputs () const
DataObjectPointerArrayGetOutputs ()
virtual const int & GetNumberOfThreads ()
virtual void SetNumberOfThreads (int _arg)
virtual const OutputDirectionTypeGetOutputDirection ()
virtual const OutputPointTypeGetOutputOrigin ()
virtual const OutputRegionTypeGetOutputRegion ()
virtual OutputSizeType GetOutputSize () const
virtual const OutputSpacingTypeGetOutputSpacing ()
virtual const bool & GetOverrideOutputInformation ()
virtual void OverrideOutputInformationOff ()
virtual void OverrideOutputInformationOn ()
virtual void SetOutputDirection (OutputDirectionType _arg)
virtual void SetOutputOrigin (OutputPointType _arg)
virtual void SetOutputRegion (OutputRegionType _arg)
virtual void SetOutputSize (const OutputSizeType &size)
virtual void SetOutputSpacing (OutputSpacingType _arg)
virtual void SetOverrideOutputInformation (bool _arg)
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
virtual void ReleaseDataBeforeUpdateFlagOff ()
virtual void ReleaseDataBeforeUpdateFlagOn ()
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
virtual bool GetReleaseDataFlag () const
void ReleaseDataFlagOff ()
void ReleaseDataFlagOn ()
virtual void SetReleaseDataFlag (bool flag)
virtual const int & GetTargetReachedMode ()
virtual void SetTargetReachedMode (int _arg)
void SetTargetReachedModeToAllTargets ()
void SetTargetReachedModeToNoTargets ()
void SetTargetReachedModeToOneTarget ()
void SetTargetReachedModeToSomeTargets (long numberOfTargets)
 itkStaticConstMacro (SpeedImageDimension, unsigned int, SpeedImageType::ImageDimension)
 itkStaticConstMacro (SetDimension, unsigned int, LevelSetType::SetDimension)
void SetAlivePoints (NodeContainer *points)
void SetSpeedConstant (double value)
void SetTargetPoints (NodeContainer *points)
void SetTrialPoints (NodeContainer *points)

Static Public Member Functions

static void BreakOnError ()
static Pointer New ()
static bool GetGlobalWarningDisplay ()
static void GlobalWarningDisplayOff ()
static void GlobalWarningDisplayOn ()
static void SetGlobalWarningDisplay (bool flag)

Protected Types

typedef ImageToImageFilterDetail::ImageRegionCopier<
itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension)> 
InputToOutputRegionCopierType
typedef ImageToImageFilterDetail::ImageRegionCopier<
itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension)> 
OutputToInputRegionCopierType
typedef int InternalReferenceCountType

Protected Member Functions

virtual void AfterThreadedGenerateData ()
virtual void AllocateOutputs ()
virtual void BeforeThreadedGenerateData ()
virtual void CacheInputReleaseDataFlags ()
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
virtual void ComputeGradient (const IndexType &index, const LevelSetImageType *output, const LabelImageType *labelImage, GradientImageType *gradientImage)
 FastMarchingUpwindGradientImageFilter ()
void GenerateData ()
virtual void GenerateInputRequestedRegion ()
virtual void GenerateOutputRequestedRegion (DataObject *output)
virtual const PixelTypeGetLargeValue ()
virtual const LevelSetIndexTypeGetLastIndex ()
const AxisNodeTypeGetNodeUsedInCalculation (unsigned int idx) const
virtual const LevelSetIndexTypeGetStartIndex ()
virtual void Initialize (LevelSetImageType *)
virtual void Initialize (LevelSetImageType *)
bool PrintObservers (std::ostream &os, Indent indent) const
void PrintSelf (std::ostream &os, Indent indent) const
virtual void PropagateResetPipeline ()
void PushBackInput (const DataObject *input)
void PushFrontInput (const DataObject *input)
virtual void ReleaseInputs ()
virtual void RestoreInputReleaseDataFlags ()
void SetNumberOfInputs (unsigned int num)
void SetNumberOfOutputs (unsigned int num)
virtual int SplitRequestedRegion (int i, int num, OutputImageRegionType &splitRegion)
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, int threadId) ITK_NO_RETURN
virtual void UpdateNeighbors (const IndexType &index, const SpeedImageType *, LevelSetImageType *)
virtual void UpdateNeighbors (const IndexType &index, const SpeedImageType *, LevelSetImageType *)
virtual double UpdateValue (const IndexType &index, const SpeedImageType *, LevelSetImageType *)
 ~FastMarchingUpwindGradientImageFilter ()
virtual void AddInput (DataObject *input)
virtual const unsigned int & GetNumberOfRequiredInputs ()
virtual void RemoveInput (DataObject *input)
virtual void SetNthInput (unsigned int num, DataObject *input)
virtual void SetNumberOfRequiredInputs (unsigned int _arg)
virtual void AddOutput (DataObject *output)
virtual const unsigned int & GetNumberOfRequiredOutputs ()
virtual void RemoveOutput (DataObject *output)
virtual void SetNthOutput (unsigned int num, DataObject *output)
virtual void SetNumberOfRequiredOutputs (unsigned int _arg)
virtual void EnlargeOutputRequestedRegion (DataObject *output)
virtual void GenerateOutputInformation ()
const DataObjectGetInput (unsigned int idx) const
const DataObjectGetOutput (unsigned int idx) const
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const

Static Protected Member Functions

static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)

Protected Attributes

OutputRegionType m_BufferedRegion
LevelSetIndexType m_LastIndex
TimeStamp m_OutputInformationMTime
InternalReferenceCountType m_ReferenceCount
SimpleFastMutexLock m_ReferenceCountLock
LevelSetIndexType m_StartIndex
bool m_Updating


Member Typedef Documentation

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::AxisNodeType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::AxisNodeType

Definition at line 85 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef SmartPointer<const Self> itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::ConstPointer

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 69 of file itkFastMarchingUpwindGradientImageFilter.h.

typedef DataObject::Pointer itk::ImageSource< TLevelSet >::DataObjectPointer [inherited]

Smart Pointer type to a DataObject.

Reimplemented from itk::ProcessObject.

Definition at line 62 of file itkImageSource.h.

typedef std::vector<DataObjectPointer> itk::ProcessObject::DataObjectPointerArray [inherited]

STL Array of SmartPointers to DataObjects

Definition at line 103 of file itkProcessObject.h.

typedef DataObjectPointerArray::size_type itk::ProcessObject::DataObjectPointerArraySizeType [inherited]

Size type of an std::vector

Definition at line 112 of file itkProcessObject.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef GradientImageType::Pointer itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::GradientImagePointer

GradientImagePointer typedef support.

Definition at line 127 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Image<GradientPixelType, itkGetStaticConstMacro(SetDimension)> itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::GradientImageType

GradientImage typedef support.

Definition at line 124 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef CovariantVector<PixelType, itkGetStaticConstMacro(SetDimension)> itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::GradientPixelType

GradientPixel typedef support.

Definition at line 120 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::IndexType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::IndexType

Index typedef support.

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 90 of file itkFastMarchingUpwindGradientImageFilter.h.

typedef InputImageType::ConstPointer itk::ImageToImageFilter< TSpeedImage , TLevelSet >::InputImageConstPointer [inherited]

Definition at line 84 of file itkImageToImageFilter.h.

typedef InputImageType::PixelType itk::ImageToImageFilter< TSpeedImage , TLevelSet >::InputImagePixelType [inherited]

Definition at line 86 of file itkImageToImageFilter.h.

typedef InputImageType::Pointer itk::ImageToImageFilter< TSpeedImage , TLevelSet >::InputImagePointer [inherited]

Definition at line 83 of file itkImageToImageFilter.h.

typedef InputImageType::RegionType itk::ImageToImageFilter< TSpeedImage , TLevelSet >::InputImageRegionType [inherited]

Definition at line 85 of file itkImageToImageFilter.h.

typedef TSpeedImage itk::ImageToImageFilter< TSpeedImage , TLevelSet >::InputImageType [inherited]

Some convenient typedefs.

Definition at line 82 of file itkImageToImageFilter.h.

typedef ImageToImageFilterDetail::ImageRegionCopier<itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension)> itk::ImageToImageFilter< TSpeedImage , TLevelSet >::InputToOutputRegionCopierType [protected, inherited]

Typedef for the region copier function object that converts an input region to an output region.

Definition at line 164 of file itkImageToImageFilter.h.

typedef int itk::LightObject::InternalReferenceCountType [protected, inherited]

Define the type of the reference count according to the target. This allows the use of atomic operations

Definition at line 139 of file itkLightObject.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef LabelImageType::Pointer itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::LabelImagePointer [inherited]

LabelImagePointer typedef support.

Definition at line 172 of file itkFastMarchingImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::LabelImageType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::LabelImageType

LabelImage typedef support.

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 83 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::LevelSetImageType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::LevelSetImageType

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 80 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::LevelSetIndexType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::LevelSetIndexType

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 92 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::LevelSetPointer itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::LevelSetPointer

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 81 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::LevelSetType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::LevelSetType

Inherited typedefs.

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 75 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::NodeContainer itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::NodeContainer

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 87 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::NodeContainerPointer itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::NodeContainerPointer

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 88 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::NodeType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::NodeType

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 86 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef LevelSetImageType::DirectionType itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::OutputDirectionType [inherited]

Definition at line 131 of file itkFastMarchingImageFilter.h.

typedef Superclass::OutputImagePixelType itk::ImageToImageFilter< TSpeedImage , TLevelSet >::OutputImagePixelType [inherited]

Reimplemented from itk::ImageSource< TLevelSet >.

Definition at line 79 of file itkImageToImageFilter.h.

typedef OutputImageType::Pointer itk::ImageSource< TLevelSet >::OutputImagePointer [inherited]

Definition at line 69 of file itkImageSource.h.

typedef Superclass::OutputImageRegionType itk::ImageToImageFilter< TSpeedImage , TLevelSet >::OutputImageRegionType [inherited]

Superclass typedefs.

Reimplemented from itk::ImageSource< TLevelSet >.

Definition at line 75 of file itkImageToImageFilter.h.

typedef TLevelSet itk::ImageSource< TLevelSet >::OutputImageType [inherited]

Some convenient typedefs.

Definition at line 65 of file itkImageSource.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef LevelSetImageType::PointType itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::OutputPointType [inherited]

Definition at line 132 of file itkFastMarchingImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef LevelSetImageType::RegionType itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::OutputRegionType [inherited]

Definition at line 129 of file itkFastMarchingImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef LevelSetImageType::SizeType itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::OutputSizeType [inherited]

Definition at line 128 of file itkFastMarchingImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::OutputSpacingType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::OutputSpacingType

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 91 of file itkFastMarchingUpwindGradientImageFilter.h.

typedef ImageToImageFilterDetail::ImageRegionCopier<itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension)> itk::ImageToImageFilter< TSpeedImage , TLevelSet >::OutputToInputRegionCopierType [protected, inherited]

Typedef for the region copier function object that converts an output region to an input region.

Definition at line 169 of file itkImageToImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::PixelType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::PixelType

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 84 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef SmartPointer<Self> itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::Pointer

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 68 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::OutputPointType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::PointType

Definition at line 94 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef FastMarchingUpwindGradientImageFilter itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::Self

Standard class typdedefs.

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 66 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::SpeedImageConstPointer itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::SpeedImageConstPointer

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 82 of file itkFastMarchingUpwindGradientImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef SpeedImageType::Pointer itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::SpeedImagePointer [inherited]

SpeedImagePointer typedef support.

Definition at line 149 of file itkFastMarchingImageFilter.h.

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
typedef Superclass::SpeedImageType itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >::SpeedImageType

SpeedImage typedef support.

Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >.

Definition at line 79 of file itkFastMarchingUpwindGradientImageFilter.h.