ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell > Class Template Reference

#include <itkScalarChanAndVeseSparseLevelSetImageFilter.h>

+ Inheritance diagram for itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >:
+ Collaboration diagram for itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >:

Detailed Description

template<typename TInputImage, typename TFeatureImage, typename TOutputImage, typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
class itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >

Sparse implementation of the Chan and Vese multiphase level set image filter.

This code was adapted from the paper:

   "An active contour model without edges"
    T. Chan and L. Vese.
    In Scale-Space Theories in Computer Vision, pages 141-151, 1999.
Author
Mosaliganti K., Smith B., Gelas A., Gouaillard A., Megason S.

This code was taken from the Insight Journal paper:

"Cell Tracking using Coupled Active Surfaces for Nuclei and Membranes"
http://www.insight-journal.org/browse/publication/642
https://hdl.handle.net/10380/3055

That is based on the papers:

"Level Set Segmentation: Active Contours without edge"
http://www.insight-journal.org/browse/publication/322
https://hdl.handle.net/1926/1532

and

"Level set segmentation using coupled active surfaces"
http://www.insight-journal.org/browse/publication/323
https://hdl.handle.net/1926/1533
Wiki Examples:

Definition at line 67 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef FeatureImageType::Pointer FeatureImagePointer
 
typedef TFeatureImage FeatureImageType
 
typedef FeatureImageType::IndexType FeatureIndexType
 
typedef
FeatureIndexType::IndexValueType 
FeatureIndexValueType
 
typedef FeatureImageType::PixelType FeaturePixelType
 
typedef
FeatureImageType::RegionType 
FeatureRegionType
 
typedef
Superclass::FiniteDifferenceFunctionType 
FiniteDifferenceFunctionType
 
typedef FunctionType::Pointer FunctionPtr
 
typedef TFunction FunctionType
 
typedef Superclass::IdCellType IdCellType
 
typedef OutputImageType::IndexType IndexType
 
typedef
Superclass::InputImagePointer 
InputImagePointer
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::InputPointType InputPointType
 
typedef
Superclass::InputSpacingType 
InputSpacingType
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef SmartPointer< SelfPointer
 
typedef ROIFilterType::Pointer ROIFilterPointer
 
typedef
RegionOfInterestImageFilter
< FeatureImageType,
FeatureImageType
ROIFilterType
 
typedef
ScalarChanAndVeseSparseLevelSetImageFilter 
Self
 
typedef SharedDataType::Pointer SharedDataPointer
 
typedef TSharedData SharedDataType
 
typedef
MultiphaseSparseFiniteDifferenceImageFilter
< TInputImage, TFeatureImage,
TOutputImage, TFunction,
TIdCell > 
Superclass
 
typedef Superclass::TimeStepType TimeStepType
 
typedef Superclass::ValueType ValueType
 
- Public Types inherited from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
typedef
NeighborhoodAlgorithm::ImageBoundaryFacesCalculator
< StatusImageType
BFCType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::FeatureImagePointer 
FeatureImagePointer
 
typedef
Superclass::FeatureImageType 
FeatureImageType
 
typedef
Superclass::FeaturePointType 
FeaturePointType
 
typedef
Superclass::FeatureRegionType 
FeatureRegionType
 
typedef Superclass::FeatureSizeType FeatureSizeType
 
typedef
Superclass::FeatureSpacingType 
FeatureSpacingType
 
typedef
FiniteDifferenceFunctionType::FloatOffsetType 
FiniteDifferenceFunctionFloatOffsetType
 
typedef
Superclass::FiniteDifferenceFunctionPointer 
FiniteDifferenceFunctionPointer
 
typedef
Superclass::FiniteDifferenceFunctionType 
FiniteDifferenceFunctionType
 
typedef Superclass::IdCellType IdCellType
 
typedef
Superclass::InputImagePointer 
InputImagePointer
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::InputIndexType InputIndexType
 
typedef
Superclass::InputIndexValueType 
InputIndexValueType
 
typedef
Superclass::InputOffsetValueType 
InputOffsetValueType
 
typedef Superclass::InputPixelType InputPixelType
 
typedef Superclass::InputPointType InputPointType
 
typedef Superclass::InputRegionType InputRegionType
 
typedef Superclass::InputSizeType InputSizeType
 
typedef
Superclass::InputSizeValueType 
InputSizeValueType
 
typedef
Superclass::InputSpacingType 
InputSpacingType
 
typedef LayerType::ConstIterator LayerConstIterator
 
typedef LayerType::Iterator LayerIterator
 
typedef
LayerListType::const_iterator 
LayerListConstIterator
 
typedef LayerListType::iterator LayerListIterator
 
typedef std::vector
< LayerPointerType
LayerListType
 
typedef
LayerNodeStorageType::Pointer 
LayerNodeStoragePointer
 
typedef ObjectStore
< LayerNodeType
LayerNodeStorageType
 
typedef
SparseFieldLevelSetNode
< OutputIndexType
LayerNodeType
 
typedef LayerType::Pointer LayerPointerType
 
typedef SparseFieldLayer
< LayerNodeType
LayerType
 
typedef
SparseFieldCityBlockNeighborList
< NeighborhoodIterator
< OutputImageType > > 
NeighborListType
 
typedef
NeighborListType::OffsetType 
OffsetType
 
typedef
Superclass::OutputImagePointer 
OutputImagePointer
 
typedef Superclass::OutputImageType OutputImageType
 
typedef Superclass::OutputIndexType OutputIndexType
 
typedef
Superclass::OutputIndexValueType 
OutputIndexValueType
 
typedef Superclass::OutputPixelType OutputPixelType
 
typedef
Superclass::OutputRegionType 
OutputRegionType
 
typedef Superclass::OutputSizeType OutputSizeType
 
typedef SmartPointer< SelfPointer
 
typedef
MultiphaseSparseFiniteDifferenceImageFilter 
Self
 
typedef StatusImageType::Pointer StatusImagePointer
 
typedef Image< StatusType,
itkGetStaticConstMacro(ImageDimension) > 
StatusImageType
 
typedef signed char StatusType
 
typedef
MultiphaseFiniteDifferenceImageFilter
< TInputImage, TFeatureImage,
TOutputImage, TFunction,
TIdCell > 
Superclass
 
typedef Superclass::TimeStepType TimeStepType
 
typedef
UpdateBufferType::const_iterator 
UpdateBufferConstIterator
 
typedef std::vector< ValueTypeUpdateBufferType
 
typedef InputImageType::ValueType ValueType
 
typedef
ZeroCrossingFilterType::Pointer 
ZeroCrossingFilterPointer
 
typedef
ZeroCrossingImageFilter
< InputImageType,
InputImageType
ZeroCrossingFilterType
 
- Public Types inherited from itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
typedef Vector< float,
itkGetStaticConstMacro(ImageDimension) > 
CentroidVectorType
 
typedef SmartPointer< const SelfConstPointer
 
typedef FeatureImageType::Pointer FeatureImagePointer
 
typedef TFeatureImage FeatureImageType
 
typedef FeatureImageType::PixelType FeaturePixelType
 
typedef FeatureImageType::PointType FeaturePointType
 
typedef
FeatureImageType::RegionType 
FeatureRegionType
 
typedef FeatureImageType::SizeType FeatureSizeType
 
typedef
FeatureImageType::SpacingType 
FeatureSpacingType
 
typedef
FiniteDifferenceFunctionType::Pointer 
FiniteDifferenceFunctionPointer
 
typedef TFunction FiniteDifferenceFunctionType
 
typedef TIdCell IdCellType
 
typedef
InputPointType::CoordRepType 
InputCoordRepType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef TInputImage InputImageType
 
typedef InputImageType::IndexType InputIndexType
 
typedef
InputIndexType::IndexValueType 
InputIndexValueType
 
typedef
InputImageType::OffsetValueType 
InputOffsetValueType
 
typedef InputImageType::PixelType InputPixelType
 
typedef InputImageType::PointType InputPointType
 
typedef InputImageType::RegionType InputRegionType
 
typedef InputImageType::SizeType InputSizeType
 
typedef
InputSizeType::SizeValueType 
InputSizeValueType
 
typedef InputImageType::SpacingType InputSpacingType
 
typedef
KdTreeGeneratorType::Pointer 
KdTreeGeneratorPointer
 
typedef
Statistics::KdTreeGenerator
< SampleType
KdTreeGeneratorType
 
typedef KdTreeType::Pointer KdTreePointer
 
typedef
KdTreeGeneratorType::KdTreeType 
KdTreeType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::IndexType OutputIndexType
 
typedef
OutputImageType::IndexValueType 
OutputIndexValueType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef OutputImageType::RegionType OutputRegionType
 
typedef OutputImageType::SizeType OutputSizeType
 
typedef
OutputImageType::SizeValueType 
OutputSizeValueType
 
typedef SmartPointer< SelfPointer
 
typedef
FiniteDifferenceFunctionType::RadiusType 
RadiusType
 
typedef Statistics::ListSample
< CentroidVectorType
SampleType
 
typedef
MultiphaseFiniteDifferenceImageFilter 
Self
 
typedef InPlaceImageFilter
< TFeatureImage, TOutputImage > 
Superclass
 
typedef
FiniteDifferenceFunctionType::TimeStepType 
TimeStepType
 
typedef std::vector< TimeStepTypeTimeStepVectorType
 
typedef std::vector< IdCellTypeVectorIdCellType
 
- Public Types inherited from itk::InPlaceImageFilter< TFeatureImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TFeatureImage InputImageType
 
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
 
typedef
Superclass::OutputImagePointer 
OutputImagePointer
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef InPlaceImageFilter Self
 
typedef ImageToImageFilter
< TFeatureImage, TOutputImage > 
Superclass
 
- Public Types inherited from itk::ImageToImageFilter< TFeatureImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TFeatureImage InputImageType
 
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef SmartPointer< SelfPointer
 
typedef ImageToImageFilter Self
 
typedef ImageSource< TOutputImage > Superclass
 
- Public Types inherited from itk::ImageSource< TOutputImage >
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 TOutputImage 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 MultiThreader MultiThreaderType
 
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
 
virtual const char * GetNameOfClass () const
 
virtual void SetFeatureImage (const FeatureImagePointer f)
 
- Public Member Functions inherited from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
void SetFunctionCount (const IdCellType &n)
 
virtual void SetNumberOfLayers (unsigned int _arg)
 
virtual unsigned int GetNumberOfLayers () const
 
virtual void SetIsoSurfaceValue (ValueType _arg)
 
virtual ValueType GetIsoSurfaceValue () const
 
virtual void SetInterpolateSurfaceLocation (bool _arg)
 
virtual bool GetInterpolateSurfaceLocation () const
 
void InterpolateSurfaceLocationOn ()
 
void InterpolateSurfaceLocationOff ()
 
- Public Member Functions inherited from itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
virtual const unsigned int & GetElapsedIterations () const
 
InputImagePointer GetLevelSet (const IdCellType &i)
 
virtual void SetElapsedIterations (unsigned int _arg)
 
void SetFunctionCount (const IdCellType &n)
 
void SetKdTree (KdTreeType *kdtree)
 
void SetLevelSet (const IdCellType &i, const InputImageType *levelSet)
 
void SetLookup (VectorIdCellType lookup)
 
virtual const
FiniteDifferenceFunctionPointer 
GetDifferenceFunction (const IdCellType &functionIndex) const
 
virtual void SetDifferenceFunction (const IdCellType &functionIndex, FiniteDifferenceFunctionPointer function)
 
virtual void SetNumberOfIterations (unsigned int _arg)
 
virtual const unsigned int & GetNumberOfIterations () const
 
virtual void SetUseImageSpacing (bool _arg)
 
virtual void UseImageSpacingOn ()
 
virtual void UseImageSpacingOff ()
 
virtual const bool & GetUseImageSpacing () const
 
virtual void SetMaximumRMSError (double _arg)
 
virtual const double & GetMaximumRMSError () const
 
virtual void SetRMSChange (double _arg)
 
virtual const double & GetRMSChange () const
 
virtual void SetInitializedState (bool _arg)
 
virtual const bool & GetInitializedState () const
 
virtual void InitializedStateOn ()
 
virtual void InitializedStateOff ()
 
virtual void SetManualReinitialization (bool _arg)
 
virtual const bool & GetManualReinitialization () const
 
virtual void ManualReinitializationOn ()
 
virtual void ManualReinitializationOff ()
 
- Public Member Functions inherited from itk::InPlaceImageFilter< TFeatureImage, TOutputImage >
virtual bool CanRunInPlace () const
 
virtual void SetInPlace (bool _arg)
 
virtual bool GetInPlace () const
 
virtual void InPlaceOn ()
 
virtual void InPlaceOff ()
 
- Public Member Functions inherited from itk::ImageToImageFilter< TFeatureImage, TOutputImage >
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 TFeatureImage *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< TOutputImage >
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 void EnlargeOutputRequestedRegion (DataObject *)
 
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 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::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
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 ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
static const unsigned int ImageDimension = Superclass::ImageDimension
 
- Static Public Attributes inherited from itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
static const unsigned int ImageDimension
 
- Static Public Attributes inherited from itk::InPlaceImageFilter< TFeatureImage, TOutputImage >
static const unsigned int InputImageDimension
 
static const unsigned int OutputImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TFeatureImage, TOutputImage >
static const unsigned int InputImageDimension
 
static const unsigned int OutputImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 

Protected Member Functions

virtual void Initialize () override
 
virtual void InitializeIteration () override
 
 ScalarChanAndVeseSparseLevelSetImageFilter ()
 
virtual void UpdatePixel (unsigned int functionIndex, unsigned int idx, NeighborhoodIterator< InputImageType > &iterator, ValueType &newValue, bool &status) override
 
 ~ScalarChanAndVeseSparseLevelSetImageFilter ()
 
- Protected Member Functions inherited from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
void AllocateUpdateBuffer () override
 
void ApplyUpdate (TimeStepType dt) override
 
TimeStepType CalculateChange () override
 
virtual ValueType CalculateUpdateValue (const OutputIndexType &, const TimeStepType &dt, const ValueType &value, const ValueType &change)
 
void ConstructActiveLayer ()
 
void ConstructLayer (SparseDataStruct *sparsePtr, StatusType from, StatusType to)
 
void CopyInputToOutput () override
 
virtual ValueType GetValueOne () const
 
virtual ValueType GetValueZero () const
 
void InitializeActiveLayerValues ()
 
void InitializeBackgroundConstants ()
 
virtual void InitializeBackgroundPixels ()
 
 MultiphaseSparseFiniteDifferenceImageFilter ()
 
virtual void PostProcessOutput () override
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
void ProcessOutsideList (LayerType *OutsideList, StatusType ChangeToStatus)
 
void ProcessStatusList (LayerType *InputList, LayerType *OutputList, StatusType ChangeToStatus, StatusType SearchForStatus)
 
void PropagateAllLayerValues ()
 
void PropagateFunctionLayerValues (unsigned int functionIndex)
 
void PropagateLayerValues (SparseDataStruct *sparsePtr, StatusType from, StatusType to, StatusType promote, int InOrOut)
 
void UpdateActiveLayerValues (TimeStepType dt, LayerType *StatusUpList, LayerType *StatusDownList)
 
 ~MultiphaseSparseFiniteDifferenceImageFilter ()
 
- Protected Member Functions inherited from itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
virtual void ApplyUpdate (TimeStepType dt)=0
 
virtual void GenerateData () override
 
virtual void GenerateInputRequestedRegion () override
 
virtual bool Halt ()
 
 MultiphaseFiniteDifferenceImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
TimeStepType ResolveTimeStep (const TimeStepVectorType &timeStepList, const std::vector< bool > &valid)
 
virtual bool ThreadedHalt (void *)
 
 ~MultiphaseFiniteDifferenceImageFilter ()
 
- Protected Member Functions inherited from itk::InPlaceImageFilter< TFeatureImage, TOutputImage >
virtual void AllocateOutputs () override
 
virtual bool GetRunningInPlace () const
 
 InPlaceImageFilter ()
 
virtual void ReleaseInputs () override
 
 ~InPlaceImageFilter () override
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TFeatureImage, TOutputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
 ImageToImageFilter ()
 
virtual void VerifyInputInformation () override
 
 ~ImageToImageFilter () override
 
void PushBackInput (const DataObject *input) override
 
void PushFrontInput (const DataObject *input) override
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
 
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 () override
 
- 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
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 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 () override
 
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 () 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 ()
 

Protected Attributes

SharedDataPointer m_SharedData
 
- Protected Attributes inherited from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
ValueType m_BackgroundValue
 
bool m_InterpolateSurfaceLocation
 
ValueType m_IsoSurfaceValue
 
NeighborListType m_NeighborList
 
unsigned int m_NumberOfLayers
 
std::vector< ValueTypem_PixelDistance
 
std::vector< SparseDataStruct * > m_SparseData
 
- Protected Attributes inherited from itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
std::vector
< FiniteDifferenceFunctionPointer
m_DifferenceFunctions
 
unsigned int m_ElapsedIterations
 
IdCellType m_FunctionCount
 
KdTreePointer m_KdTree
 
std::vector< InputImagePointerm_LevelSet
 
VectorIdCellType m_Lookup
 
double m_MaximumRMSError
 
unsigned int m_NumberOfIterations
 
double m_RMSChange
 
bool m_UseImageSpacing
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Additional Inherited Members

- Protected Types inherited from itk::ImageToImageFilter< TFeatureImage, TOutputImage >
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension) > 
InputToOutputRegionCopierType
 
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension) > 
OutputToInputRegionCopierType
 
- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Static Protected Attributes inherited from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >
static double m_ConstantGradientValue
 
static const StatusType m_StatusActiveChangingDown
 
static const StatusType m_StatusActiveChangingUp
 
static const StatusType m_StatusBoundaryPixel
 
static const StatusType m_StatusChanging
 
static const StatusType m_StatusNull
 
static const ValueType m_ValueOne
 
static const ValueType m_ValueZero
 

Member Typedef Documentation

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef SmartPointer< const Self > itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ConstPointer
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef FeatureImageType::Pointer itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureImagePointer
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef TFeatureImage itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureImageType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef FeatureImageType::IndexType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureIndexType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef FeatureIndexType::IndexValueType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureIndexValueType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef FeatureImageType::PixelType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeaturePixelType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef FeatureImageType::RegionType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FeatureRegionType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef Superclass::FiniteDifferenceFunctionType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FiniteDifferenceFunctionType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef FunctionType::Pointer itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FunctionPtr
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef TFunction itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::FunctionType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef Superclass::IdCellType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::IdCellType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef OutputImageType::IndexType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::IndexType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef Superclass::InputImagePointer itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::InputImagePointer
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef Superclass::InputImageType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::InputImageType

Inherited typedef from the superclass.

Definition at line 88 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef Superclass::InputPointType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::InputPointType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef Superclass::InputSpacingType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::InputSpacingType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef TOutputImage itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::OutputImageType

Output image type typedefs

Definition at line 102 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef OutputImageType::PixelType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::OutputPixelType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef SmartPointer< Self > itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::Pointer
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef ROIFilterType::Pointer itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ROIFilterPointer
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef RegionOfInterestImageFilter< FeatureImageType, FeatureImageType > itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ROIFilterType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef ScalarChanAndVeseSparseLevelSetImageFilter itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::Self
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef SharedDataType::Pointer itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::SharedDataPointer
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef TSharedData itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::SharedDataType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell > itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::Superclass
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef Superclass::TimeStepType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::TimeStepType
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
typedef Superclass::ValueType itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ValueType

Constructor & Destructor Documentation

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ScalarChanAndVeseSparseLevelSetImageFilter ( )
inlineprotected
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::~ScalarChanAndVeseSparseLevelSetImageFilter ( )
inlineprotected

Member Function Documentation

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
virtual::itk::LightObject::Pointer itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::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::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >.

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
virtual const char* itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::GetNameOfClass ( ) const
virtual
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
virtual void itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::Initialize ( )
overrideprotectedvirtual

Constructs the sparse field layers and initializes their values.

Reimplemented from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >.

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
virtual void itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::InitializeIteration ( )
overrideprotectedvirtual

This method is optionally defined by a subclass and is called immediately prior to each iterative CalculateChange-ApplyUpdate cycle. It can be used to set global variables needed for the next iteration (ie. average gradient magnitude of the image in anisotropic diffusion functions), or otherwise prepare for the next iteration.

Reimplemented from itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >.

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
static Pointer itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::New ( )
static

Method for creation through the object factory.

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
virtual void itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::SetFeatureImage ( const FeatureImagePointer  f)
inlinevirtual

Set/Get the feature image to be used for speed function of the level set equation. Equivalent to calling Set/GetInput(1, ..)

Definition at line 130 of file itkScalarChanAndVeseSparseLevelSetImageFilter.h.

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
virtual void itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::UpdatePixel ( unsigned int  functionIndex,
unsigned int  idx,
NeighborhoodIterator< InputImageType > &  iterator,
ValueType newValue,
bool &  status 
)
overrideprotectedvirtual

Member Data Documentation

template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
const unsigned int itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::ImageDimension = TInputImage::ImageDimension
static
template<typename TInputImage , typename TFeatureImage , typename TOutputImage , typename TFunction = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, class TSharedData = typename TFunction::SharedDataType, typename TIdCell = unsigned int>
SharedDataPointer itk::ScalarChanAndVeseSparseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData, TIdCell >::m_SharedData
protected

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