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

#include <itkExtensionVelocitiesImageFilter.h>

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 50 of file itkExtensionVelocitiesImageFilter.h.

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

Public Types

using AuxImageConstPointer = typename AuxVarType::AuxImageConstPointer
 
using AuxImagePointer = typename AuxVarType::AuxImagePointer
 
using AuxImageType = typename AuxVarType::AuxImageType
 
using AuxValueContainer = typename AuxVarType::AuxValueContainer
 
using AuxValueType = typename AuxVarType::AuxValueType
 
using AuxValueVectorType = typename AuxVarType::AuxValueVectorType
 
using AuxVarType = AuxVarTypeDefault< TAuxValue, VAuxDimension, Self::SetDimension >
 
using ConstPointer = SmartPointer< const Self >
 
using LevelSetConstPointer = typename LevelSetType::LevelSetConstPointer
 
using LevelSetPointer = typename LevelSetType::LevelSetPointer
 
using LevelSetType = LevelSetTypeDefault< TLevelSet >
 
using NodeContainer = typename LevelSetType::NodeContainer
 
using NodeContainerPointer = typename LevelSetType::NodeContainerPointer
 
using NodeType = typename LevelSetType::NodeType
 
using PixelType = typename LevelSetType::PixelType
 
using Pointer = SmartPointer< Self >
 
using Self = ExtensionVelocitiesImageFilter
 
using Superclass = ReinitializeLevelSetImageFilter< TLevelSet >
 
- Public Types inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
using ConstPointer = SmartPointer< const Self >
 
using LevelSetConstPointer = typename LevelSetType::LevelSetConstPointer
 
using LevelSetImageType = typename LevelSetType::LevelSetImageType
 
using LevelSetPointer = typename LevelSetType::LevelSetPointer
 
using LevelSetType = LevelSetTypeDefault< TLevelSet >
 
using NodeContainer = typename LevelSetType::NodeContainer
 
using NodeContainerPointer = typename LevelSetType::NodeContainerPointer
 
using NodeType = typename LevelSetType::NodeType
 
using PixelType = typename LevelSetType::PixelType
 
using Pointer = SmartPointer< Self >
 
using Self = ReinitializeLevelSetImageFilter
 
using Superclass = ImageToImageFilter< TLevelSet, TLevelSet >
 
- Public Types inherited from itk::ImageToImageFilter< TLevelSet, TLevelSet >
using ConstPointer = SmartPointer< const Self >
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = TLevelSet
 
using Pointer = SmartPointer< Self >
 
using Self = ImageToImageFilter
 
using Superclass = ImageSource< TLevelSet >
 
- Public Types inherited from itk::ImageSource< TLevelSet >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType
 
using OutputImagePixelType = typename OutputImageType::PixelType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename OutputImageType::RegionType
 
using OutputImageType = TLevelSet
 
using Pointer = SmartPointer< Self >
 
using Self = ImageSource
 
using Superclass = ProcessObject
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
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

const AuxImageTypeGetInputVelocityImage (unsigned int idx=0)
 
const char * GetNameOfClass () const override
 
AuxImageTypeGetOutputVelocityImage (unsigned int idx=0)
 
void SetInputVelocityImage (const AuxImageType *ptr, unsigned int idx=0)
 
- Public Member Functions inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
NodeContainerPointer GetInputNarrowBand () const
 
const char * GetNameOfClass () const override
 
NodeContainerPointer GetOutputNarrowBand () const
 
void SetInputNarrowBand (NodeContainer *ptr)
 
virtual void SetLevelSetValue (double _arg)
 
virtual double GetLevelSetValue () const
 
virtual void SetNarrowBanding (bool _arg)
 
virtual bool GetNarrowBanding () const
 
virtual void NarrowBandingOn ()
 
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
 
const char * GetNameOfClass () const override
 
void PopBackInput () override
 
void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *input)
 
virtual void PushFrontInput (const InputImageType *input)
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetInput (const InputImageType *input)
 
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)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
ProcessObject::DataObjectPointer MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
ProcessObject::DataObjectPointer MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () 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
 
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
 
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 Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageToImageFilter< TLevelSet, TLevelSet >
static double GetGlobalDefaultCoordinateTolerance ()
 
static double GetGlobalDefaultDirectionTolerance ()
 
static void SetGlobalDefaultCoordinateTolerance (double)
 
static void SetGlobalDefaultDirectionTolerance (double)
 
- 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 ()
 

Static Public Attributes

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

Protected Member Functions

void AllocateOutput () override
 
void EnlargeOutputRequestedRegion (DataObject *) override
 
 ExtensionVelocitiesImageFilter ()
 
void GenerateDataFull () override
 
void GenerateDataNarrowBand () override
 
 ~ExtensionVelocitiesImageFilter () override=default
 
- Protected Member Functions inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
void EnlargeOutputRequestedRegion (DataObject *) override
 
void GenerateData () override
 
void GenerateInputRequestedRegion () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ReinitializeLevelSetImageFilter ()
 
void SetOutputNarrowBand (NodeContainer *ptr)
 
 ~ReinitializeLevelSetImageFilter () override=default
 
- 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)
 
void GenerateInputRequestedRegion () override
 
 ImageToImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void VerifyInputInformation () ITKv5_CONST override
 
 ~ImageToImageFilter () override=default
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
- Protected Member Functions inherited from itk::ImageSource< TLevelSet >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
void ClassicMultiThread (ThreadFunctionType callbackFunction)
 
void GenerateData () override
 
virtual const ImageRegionSplitterBaseGetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
 ~ImageSource () override=default
 
virtual void ThreadedGenerateData (const OutputImageRegionType &region, ThreadIdType threadId)
 
virtual void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread)
 
virtual bool GetDynamicMultiThreading () const
 
virtual void SetDynamicMultiThreading (bool _arg)
 
virtual void DynamicMultiThreadingOn ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
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 DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
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 PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
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 idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
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 PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Types

using FastMarchingImageFilterType = FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, SpeedImageType >
 
using LocatorType = LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >
 
using SpeedImageType = Image< float, Self::SetDimension >
 

Private Attributes

LocatorType::Pointer m_Locator {}
 
FastMarchingImageFilterType::Pointer m_Marcher {}
 

Additional Inherited Members

- Protected Types inherited from itk::ReinitializeLevelSetImageFilter< TLevelSet >
using FastMarchingImageFilterType = FastMarchingImageFilter< TLevelSet, SpeedImageType >
 
using LocatorType = LevelSetNeighborhoodExtractor< TLevelSet >
 
using SpeedImageType = Image< float, Self::SetDimension >
 
- Protected Types inherited from itk::ImageToImageFilter< TLevelSet, TLevelSet >
using InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension >
 
using OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension >
 
- Static Protected Member Functions inherited from itk::ImageSource< TLevelSet >
static const ImageRegionSplitterBaseGetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION ThreaderCallback (void *arg)
 
- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::ImageSource< TLevelSet >
bool m_DynamicMultiThreading
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ AuxImageConstPointer

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

Definition at line 86 of file itkExtensionVelocitiesImageFilter.h.

◆ AuxImagePointer

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

Definition at line 85 of file itkExtensionVelocitiesImageFilter.h.

◆ AuxImageType

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

Definition at line 84 of file itkExtensionVelocitiesImageFilter.h.

◆ AuxValueContainer

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

Definition at line 83 of file itkExtensionVelocitiesImageFilter.h.

◆ AuxValueType

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

Definition at line 81 of file itkExtensionVelocitiesImageFilter.h.

◆ AuxValueVectorType

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

Definition at line 82 of file itkExtensionVelocitiesImageFilter.h.

◆ AuxVarType

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxVarType = AuxVarTypeDefault<TAuxValue, VAuxDimension, Self::SetDimension>

AuxVarType type alias support

Definition at line 80 of file itkExtensionVelocitiesImageFilter.h.

◆ ConstPointer

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

Definition at line 59 of file itkExtensionVelocitiesImageFilter.h.

◆ FastMarchingImageFilterType

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

Definition at line 131 of file itkExtensionVelocitiesImageFilter.h.

◆ LevelSetConstPointer

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

Definition at line 70 of file itkExtensionVelocitiesImageFilter.h.

◆ LevelSetPointer

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

Definition at line 69 of file itkExtensionVelocitiesImageFilter.h.

◆ LevelSetType

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

The type of level set and the pointer type.

Definition at line 68 of file itkExtensionVelocitiesImageFilter.h.

◆ LocatorType

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

Definition at line 129 of file itkExtensionVelocitiesImageFilter.h.

◆ NodeContainer

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

Definition at line 73 of file itkExtensionVelocitiesImageFilter.h.

◆ NodeContainerPointer

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

Definition at line 74 of file itkExtensionVelocitiesImageFilter.h.

◆ NodeType

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

Definition at line 72 of file itkExtensionVelocitiesImageFilter.h.

◆ PixelType

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

Definition at line 71 of file itkExtensionVelocitiesImageFilter.h.

◆ Pointer

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

Definition at line 58 of file itkExtensionVelocitiesImageFilter.h.

◆ Self

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

Standard class type aliases.

Definition at line 56 of file itkExtensionVelocitiesImageFilter.h.

◆ SpeedImageType

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::SpeedImageType = Image<float, Self::SetDimension>
private

Internal type alias.

Definition at line 127 of file itkExtensionVelocitiesImageFilter.h.

◆ Superclass

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

Definition at line 57 of file itkExtensionVelocitiesImageFilter.h.

Constructor & Destructor Documentation

◆ ExtensionVelocitiesImageFilter()

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

◆ ~ExtensionVelocitiesImageFilter()

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

Member Function Documentation

◆ AllocateOutput()

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

◆ EnlargeOutputRequestedRegion()

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

Give the process object a chance to indicate 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::ProcessObject.

◆ GenerateDataFull()

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

◆ GenerateDataNarrowBand()

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

◆ GetInputVelocityImage()

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

◆ GetNameOfClass()

template<typename TLevelSet , typename TAuxValue = float, unsigned int VAuxDimension = 1>
const char* itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetNameOfClass ( ) const
overridevirtual

◆ GetOutputVelocityImage()

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.

◆ New()

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.

◆ SetInputVelocityImage()

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.

Member Data Documentation

◆ AuxDimension

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

Number of velocity images to be extended.

Definition at line 89 of file itkExtensionVelocitiesImageFilter.h.

◆ m_Locator

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

Definition at line 133 of file itkExtensionVelocitiesImageFilter.h.

◆ m_Marcher

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

Definition at line 135 of file itkExtensionVelocitiesImageFilter.h.

◆ SetDimension

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

The dimension of the level set.

Definition at line 77 of file itkExtensionVelocitiesImageFilter.h.


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