#include <itkExtensionVelocitiesImageFilter.h>
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 [104].
Definition at line 48 of file itkExtensionVelocitiesImageFilter.h.
Public Member Functions | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const AuxImageType * | GetInputVelocityImage (unsigned int idx=0) |
const char * | GetNameOfClass () const override |
AuxImageType * | GetOutputVelocityImage (unsigned int idx=0) |
void | SetInputVelocityImage (const AuxImageType *ptr, unsigned int idx=0) |
![]() | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
NodeContainerPointer | GetOutputNarrowBand () const |
void | SetNarrowBandwidth (double value) |
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 | SetInputNarrowBand (NodeContainer *ptr) |
NodeContainerPointer | GetInputNarrowBand () const |
![]() | |
const InputImageType * | GetInput () const |
const InputImageType * | GetInput () const |
const InputImageType * | GetInput (unsigned int idx) const |
const InputImageType * | GetInput (unsigned int idx) const |
void | PopBackInput () override |
void | PopBackInput () override |
void | PopFrontInput () override |
void | PopFrontInput () override |
virtual void | PushBackInput (const InputImageType *input) |
virtual void | PushBackInput (const InputImageType *input) |
virtual void | PushFrontInput (const InputImageType *input) |
virtual void | PushFrontInput (const InputImageType *input) |
virtual void | SetInput (const InputImageType *input) |
virtual void | SetInput (const InputImageType *input) |
virtual void | SetInput (unsigned int, const TLevelSet *image) |
virtual void | SetInput (unsigned int, const TLevelSet *image) |
virtual void | SetCoordinateTolerance (double _arg) |
virtual double | GetCoordinateTolerance () const |
virtual void | SetCoordinateTolerance (double _arg) |
virtual double | GetCoordinateTolerance () const |
virtual void | SetDirectionTolerance (double _arg) |
virtual double | GetDirectionTolerance () const |
virtual void | SetDirectionTolerance (double _arg) |
virtual double | GetDirectionTolerance () const |
![]() | |
OutputImageType * | GetOutput (unsigned int idx) |
virtual void | GraftNthOutput (unsigned int idx, DataObject *graft) |
virtual void | GraftOutput (const DataObjectIdentifierType &key, DataObject *graft) |
virtual void | GraftOutput (DataObject *graft) |
OutputImageType * | GetOutput () |
const OutputImageType * | GetOutput () const |
ProcessObject::DataObjectPointer | MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override |
ProcessObject::DataObjectPointer | MakeOutput (const ProcessObject::DataObjectIdentifierType &) override |
![]() | |
virtual void | AbortGenerateDataOff () |
virtual void | AbortGenerateDataOn () |
virtual const bool & | GetAbortGenerateData () const |
DataObjectPointerArray | GetIndexedInputs () |
DataObjectPointerArray | GetIndexedOutputs () |
NameArray | GetInputNames () const |
DataObjectPointerArray | GetInputs () |
MultiThreaderType * | GetMultiThreader () 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 | ReleaseDataBeforeUpdateFlagOff () |
virtual void | SetNumberOfWorkUnits (ThreadIdType _arg) |
virtual const ThreadIdType & | GetNumberOfWorkUnits () const |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
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 |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Attributes | |
static constexpr unsigned int | AuxDimension = VAuxDimension |
static constexpr unsigned int | SetDimension = LevelSetType::SetDimension |
![]() | |
static constexpr unsigned int | SetDimension = LevelSetType::SetDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension |
Private Types | |
using | FastMarchingImageFilterType |
using | LocatorType = LevelSetVelocityNeighborhoodExtractor<TLevelSet, TAuxValue, VAuxDimension> |
using | SpeedImageType = Image<float, Self::SetDimension> |
Private Attributes | |
LocatorType::Pointer | m_Locator {} |
FastMarchingImageFilterType::Pointer | m_Marcher {} |
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxImageConstPointer = typename AuxVarType::AuxImageConstPointer |
Definition at line 84 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxImagePointer = typename AuxVarType::AuxImagePointer |
Definition at line 83 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxImageType = typename AuxVarType::AuxImageType |
Definition at line 82 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxValueContainer = typename AuxVarType::AuxValueContainer |
Definition at line 81 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxValueType = typename AuxVarType::AuxValueType |
Definition at line 79 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxValueVectorType = typename AuxVarType::AuxValueVectorType |
Definition at line 80 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxVarType = AuxVarTypeDefault<TAuxValue, VAuxDimension, Self::SetDimension> |
AuxVarType type alias support
Definition at line 78 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkExtensionVelocitiesImageFilter.h.
|
private |
Definition at line 124 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetConstPointer = typename LevelSetType::LevelSetConstPointer |
Definition at line 68 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetPointer = typename LevelSetType::LevelSetPointer |
Definition at line 67 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetType = LevelSetTypeDefault<TLevelSet> |
The type of level set and the pointer type.
Definition at line 66 of file itkExtensionVelocitiesImageFilter.h.
|
private |
Definition at line 123 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeContainer = typename LevelSetType::NodeContainer |
Definition at line 71 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeContainerPointer = typename LevelSetType::NodeContainerPointer |
Definition at line 72 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeType = typename LevelSetType::NodeType |
Definition at line 70 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::PixelType = typename LevelSetType::PixelType |
Definition at line 69 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Self = ExtensionVelocitiesImageFilter |
Standard class type aliases.
Definition at line 54 of file itkExtensionVelocitiesImageFilter.h.
|
private |
Internal type alias.
Definition at line 121 of file itkExtensionVelocitiesImageFilter.h.
using itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Superclass = ReinitializeLevelSetImageFilter<TLevelSet> |
Definition at line 55 of file itkExtensionVelocitiesImageFilter.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.
|
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::LightObject.
|
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.
|
overrideprotectedvirtual |
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.
|
overrideprotectedvirtual |
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.
const AuxImageType * itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetInputVelocityImage | ( | unsigned int | idx = 0 | ) |
|
overridevirtual |
Reimplemented from itk::LightObject.
References ExtensionVelocitiesImageFilter().
AuxImageType * itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetOutputVelocityImage | ( | unsigned int | idx = 0 | ) |
Get one of the extended velocity images.
|
static |
Method for creation through the object factory.
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.
|
staticconstexpr |
Number of velocity images to be extended.
Definition at line 87 of file itkExtensionVelocitiesImageFilter.h.
|
private |
Definition at line 127 of file itkExtensionVelocitiesImageFilter.h.
|
private |
Definition at line 129 of file itkExtensionVelocitiesImageFilter.h.
|
staticconstexpr |
The dimension of the level set.
Definition at line 75 of file itkExtensionVelocitiesImageFilter.h.