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

itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > Class Template Reference

Helper class used to share data in the ScalarChanAndVeseLevelSetFunction. More...

#include <itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h>

Inheritance diagram for itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >:

Inheritance graph
[legend]
Collaboration diagram for itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef
Superclass::CentroidVectorType 
CentroidVectorType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass::FeatureImageConstPointer 
FeatureImageConstPointer
typedef
Superclass::FeatureImagePointer 
FeatureImagePointer
typedef TFeatureImage FeatureImageType
typedef
Superclass::FeatureIndexType 
FeatureIndexType
typedef
Superclass::FeaturePixelType 
FeaturePixelType
typedef
Superclass::FeaturePointType 
FeaturePointType
typedef
Superclass::FeatureRegionType 
FeatureRegionType
typedef Superclass::FeatureSizeType FeatureSizeType
typedef
Superclass::FeatureSizeValueType 
FeatureSizeValueType
typedef
Superclass::FeatureSpacingType 
FeatureSpacingType
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
typedef
Superclass::InputImagePointer 
InputImagePointer
typedef TInputImage InputImageType
typedef Superclass::InputIndexType InputIndexType
typedef
Superclass::InputIndexValueType 
InputIndexValueType
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 Superclass::KdTreePointer KdTreePointer
typedef
Superclass::LevelSetDataPointer 
LevelSetDataPointer
typedef
Superclass::LevelSetDataPointerVector 
LevelSetDataPointerVector
typedef
Superclass::LevelSetDataPointerVectorIterator 
LevelSetDataPointerVectorIterator
typedef TSingleData LevelSetDataType
typedef
Superclass::ListImageConstPointer 
ListImageConstPointer
typedef
Superclass::ListImagePointer 
ListImagePointer
typedef Superclass::ListImageType ListImageType
typedef Superclass::ListIndexType ListIndexType
typedef
Superclass::ListIndexValueType 
ListIndexValueType
typedef
Superclass::ListIteratorType 
ListIteratorType
typedef Superclass::ListPixelType ListPixelType
typedef Superclass::ListPointType ListPointType
typedef Superclass::ListRegionType ListRegionType
typedef Superclass::ListSizeType ListSizeType
typedef
Superclass::ListSizeValueType 
ListSizeValueType
typedef Superclass::ListSpacingType ListSpacingType
typedef SmartPointer< SelfPointer
typedef Superclass::SampleType SampleType
typedef
UnconstrainedRegionBasedLevelSetFunctionSharedData 
Self
typedef
RegionBasedLevelSetFunctionSharedData
< TInputImage, TFeatureImage,
TSingleData > 
Superclass
typedef
Superclass::TreeGeneratorType 
TreeGeneratorType
typedef Superclass::TreePointer TreePointer
typedef Superclass::TreeType TreeType

Public Member Functions

void AllocateListImage (const FeatureImageType *featureImage)
virtual Pointer CreateAnother () const
void CreateHeavisideFunctionOfLevelSetImage (const unsigned int &j, const InputImageType *image)
virtual void Delete ()
virtual const char * GetNameOfClass () const
virtual int GetReferenceCount () const
 itkStaticConstMacro (ImageDimension, unsigned int, TFeatureImage::ImageDimension)
void PopulateListImage ()
void Print (std::ostream &os, Indent indent=0) const
virtual void Register () const
void SetFunctionCount (const unsigned int &n)
void SetKdTree (KdTreePointer kdtree)
void SetNumberOfNeighbors (const unsigned int &n)
virtual void SetReferenceCount (int)
virtual void UnRegister () const

Static Public Member Functions

static void BreakOnError ()
static Pointer New ()

Public Attributes

unsigned int m_FunctionCount
KdTreePointer m_KdTree
LevelSetDataPointerVector m_LevelSetDataPointerVector
ListImagePointer m_NearestNeighborListImage
unsigned int m_NumberOfNeighbors

Protected Types

typedef int InternalReferenceCountType

Protected Member Functions

 UnconstrainedRegionBasedLevelSetFunctionSharedData ()
 ~UnconstrainedRegionBasedLevelSetFunctionSharedData ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintSelf (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const

Protected Attributes

InternalReferenceCountType m_ReferenceCount
SimpleFastMutexLock m_ReferenceCountLock


Detailed Description

template<class TInputImage, class TFeatureImage, class TSingleData>
class itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >

Helper class used to share data in the ScalarChanAndVeseLevelSetFunction.

This class holds cache data used during the computation of the LevelSet updates.

Based on 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 http://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 http://hdl.handle.net/1926/1532

and

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

Definition at line 60 of file itkUnconstrainedRegionBasedLevelSetFunctionSharedData.h.


Member Typedef Documentation

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::CentroidVectorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::CentroidVectorType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef SmartPointer<const Self> itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ConstPointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeatureImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImageConstPointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeatureImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImagePointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef TFeatureImage itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureImageType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeatureIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureIndexType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeaturePixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeaturePixelType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeaturePointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeaturePointType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeatureRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureRegionType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeatureSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSizeType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeatureSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSizeValueType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::FeatureSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::FeatureSpacingType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImageConstPointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImagePointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef TInputImage itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputImageType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputIndexType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputIndexValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputIndexValueType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputPixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputPixelType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputPointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputPointType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputRegionType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSizeType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSizeValueType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::InputSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::InputSpacingType

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

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

Definition at line 139 of file itkLightObject.h.

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::KdTreePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::KdTreePointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::LevelSetDataPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::LevelSetDataPointerVector itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointerVector

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::LevelSetDataPointerVectorIterator itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataPointerVectorIterator

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef TSingleData itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::LevelSetDataType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListImageConstPointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImageConstPointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListImagePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImagePointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListImageType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListImageType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListIndexType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIndexType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListIndexValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIndexValueType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListIteratorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListIteratorType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListPixelType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListPixelType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListPointType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListPointType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListRegionType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListRegionType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListSizeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSizeType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListSizeValueType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSizeValueType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::ListSpacingType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::ListSpacingType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef SmartPointer<Self> itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Pointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::SampleType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::SampleType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef UnconstrainedRegionBasedLevelSetFunctionSharedData itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Self

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData > itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::Superclass

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::TreeGeneratorType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreeGeneratorType

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::TreePointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreePointer

template<class TInputImage , class TFeatureImage , class TSingleData >
typedef Superclass::TreeType itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::TreeType


Constructor & Destructor Documentation

template<class TInputImage , class TFeatureImage , class TSingleData >
itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::UnconstrainedRegionBasedLevelSetFunctionSharedData (  )  [inline, protected]

template<class TInputImage , class TFeatureImage , class TSingleData >
itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::~UnconstrainedRegionBasedLevelSetFunctionSharedData (  )  [inline, protected]


Member Function Documentation

template<class TInputImage , class TFeatureImage , class TSingleData >
void itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::AllocateListImage ( const FeatureImageType featureImage  )  [inline, inherited]

static void itk::LightObject::BreakOnError (  )  [static, inherited]

This method is called when itkExceptionMacro executes. It allows the debugger to break on error.

virtual Pointer itk::LightObject::CreateAnother (  )  const [virtual, inherited]

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 in itk::Object.

template<class TInputImage , class TFeatureImage , class TSingleData >
void itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::CreateHeavisideFunctionOfLevelSetImage ( const unsigned int &  j,
const InputImageType image 
) [inline, inherited]

virtual void itk::LightObject::Delete (  )  [virtual, inherited]

Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.

template<class TInputImage , class TFeatureImage , class TSingleData >
virtual const char* itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::GetNameOfClass (  )  const [virtual]

Return the name of this class as a string. Used by the object factory (implemented in New()) to instantiate objects of a named type. Also used for debugging and other output information.

Reimplemented from itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >.

virtual int itk::LightObject::GetReferenceCount (  )  const [inline, virtual, inherited]

Gets the reference count on this object.

Definition at line 106 of file itkLightObject.h.

template<class TInputImage , class TFeatureImage , class TSingleData >
itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::itkStaticConstMacro ( ImageDimension  ,
unsigned  int,
TFeatureImage::ImageDimension   
)

template<class TInputImage , class TFeatureImage , class TSingleData >
static Pointer itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::New (  )  [static]

Method for creation through the object factory.

Reimplemented from itk::LightObject.

template<class TInputImage , class TFeatureImage , class TSingleData >
void itk::UnconstrainedRegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::PopulateListImage (  )  [inline, virtual]

void itk::LightObject::Print ( std::ostream &  os,
Indent  indent = 0 
) const [inherited]

Cause the object to print itself out.

Referenced by itk::WeakPointer< ProcessObject >::Print().

virtual void itk::LightObject::PrintHeader ( std::ostream &  os,
Indent  indent 
) const [protected, virtual, inherited]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

virtual void itk::LightObject::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual, inherited]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented in itk::AnisotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >, itk::AntiAliasBinaryImageFilter< TInputImage, TOutputImage >, itk::BalloonForceFilter< TInputMesh, TOutputMesh >, itk::BayesianClassifierImageFilter< TInputVectorImage, TLabelsType, TPosteriorsPrecisionType, TPriorsPrecisionType >, itk::BayesianClassifierInitializationImageFilter< TInputImage, TProbabilityPrecisionType >, itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMedialNodeMetric< VDimensions >, itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::BinaryPruningImageFilter< TInputImage, TOutputImage >, itk::bio::CellularAggregate< NSpaceDimension >, itk::bio::CellularAggregateBase, itk::ClassifierBase< TDataContainer >, itk::CollidingFrontsImageFilter< TInputImage, TOutputImage >, itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::ConnectedRegionsMeshFilter< TInputMesh, TOutputMesh >, itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >, itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::CurvesLevelSetFunction< TImageType, TFeatureImageType >, itk::CurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >, itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >, itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >, itk::DemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::EuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet, TDistanceMap >, itk::FastChamferDistanceImageFilter< TInputImage, TOutputImage >, itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >, itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >, itk::FastMarchingUpwindGradientImageFilter< TLevelSet, TSpeedImage >, itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >, itk::GeodesicActiveContourLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::GeodesicActiveContourShapePriorLevelSetFunction< TImageType, TFeatureImageType >, itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >, itk::GradientVectorFlowImageFilter< TInputImage, TOutputImage, TInternalPixel >, itk::HistogramAlgorithmBase< TInputHistogram >, itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::HistogramMatchingImageFilter< TInputImage, TOutputImage, THistogramMeasurement >, itk::ImageClassifierBase< TInputImage, TClassifiedImage >, itk::ImageGaussianModelEstimator< TInputImage, TMembershipFunction, TTrainingImage >, itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction >, itk::ImageModelEstimatorBase< TInputImage, TMembershipFunction >, itk::ImageMomentsCalculator< TImage >, itk::ImagePCADecompositionCalculator< TInputImage, TBasisImage >, itk::ImagePCAShapeModelEstimator< TInputImage, TOutputImage >, itk::ImageRegistrationMethod< TFixedImage, TMovingImage >, itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage >, itk::ImageToImageMetric< TFixedImage, TMovingImage >, itk::ImageToSpatialObjectMetric< TFixedImage, TMovingSpatialObject >, itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >, itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >, itk::IsolatedWatershedImageFilter< TInputImage, TOutputImage >, itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >, itk::KappaStatisticImageToImageMetric< TFixedImage, TMovingImage >, itk::KLMRegionGrowImageFilter< TInputImage, TOutputImage >, itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::LabelVotingImageFilter< TInputImage, TOutputImage >, itk::LaplacianSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::LevelSetMotionRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::LevelSetNeighborhoodExtractor< TLevelSet >, itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >, itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >, itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::MedialNodePairCorrespondenceProcess< TSourceImage >, itk::MedialNodeTripletCorrespondenceProcess< TSourceImage >, itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::MIRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::MRASlabIdentifier< TInputImage >, itk::MRFImageFilter< TInputImage, TClassifiedImage >, itk::MRIBiasFieldCorrectionFilter< TInputImage, TOutputImage, TMaskImage >, itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >, itk::MultiResolutionPDEDeformableRegistration< TFixedImage, TMovingImage, TDeformationField, TRealType >, itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >, itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::NarrowBandCurvesLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, TOutputImage >, itk::NarrowBandThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::NCCRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::NormalizedCorrelationImageToImageMetric< TFixedImage, TMovingImage >, itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >, itk::OtsuMultipleThresholdsCalculator< TInputHistogram >, itk::OtsuMultipleThresholdsImageFilter< TInputImage, TOutputImage >, itk::OtsuThresholdImageCalculator< TInputImage >, itk::OtsuThresholdImageFilter< TInputImage, TOutputImage >, itk::PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >, itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >, itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >, itk::RayCastInterpolateImageFunction< TInputImage, TCoordRep >, itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >, itk::RegionGrowImageFilter< TInputImage, TOutputImage >, itk::RegularSphereMeshSource< TOutputMesh >, itk::ReinitializeLevelSetImageFilter< TLevelSet >, itk::RGBGibbsPriorFilter< TInputImage, TClassifiedImage >, itk::ScalarImageKmeansImageFilter< TInputImage >, itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::ShapeDetectionLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >, itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >, itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::SimplexMeshVolumeCalculator< TInputMesh >, itk::SphereMeshSource< TOutputMesh >, itk::STAPLEImageFilter< TInputImage, TOutputImage >, itk::SymmetricForcesDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::ThresholdMaximumConnectedComponentsImageFilter< TInputImage, TOutputImage >, itk::ThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::ThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::UnaryMedialNodeMetric< VDimensions >, itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >, itk::VectorThresholdSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::VectorThresholdSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::VoronoiDiagram2D< TCoordType >, itk::VoronoiDiagram2DGenerator< TCoordType >, itk::VoronoiPartitioningImageFilter< TInputImage, TOutputImage >, itk::VoronoiSegmentationImageFilter< TInputImage, TOutputImage, TBinaryPriorImage >, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >, itk::VoronoiSegmentationRGBImageFilter< TInputImage, TOutputImage >, itk::watershed::Boundary< TScalarType, TDimension >, itk::watershed::BoundaryResolver< TPixelType, TDimension >, itk::watershed::EquivalenceRelabeler< TScalarType, TImageDimension >, itk::WatershedImageFilter< TInputImage >, itk::WatershedMiniPipelineProgressCommand, itk::watershed::Relabeler< TScalarType, TImageDimension >, itk::watershed::Segmenter< TInputImage >, itk::watershed::SegmentTree< TScalarType >, itk::watershed::SegmentTreeGenerator< TScalarType >, itk::AccumulateImageFilter< TInputImage, TOutputImage >, itk::AdaptiveHistogramEqualizationImageFilter< TImageType >, itk::AnisotropicDiffusionFunction< TImage >, itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::ApproximateSignedDistanceMapImageFilter< TInputImage, TOutputImage >, itk::BilateralImageFilter< TInputImage, TOutputImage >, itk::BinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, itk::BinaryMedianImageFilter< TInputImage, TOutputImage >, itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >, itk::BinaryThresholdImageFilter< TInputImage, TOutputImage >, itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >, itk::BinomialBlurImageFilter< TInputImage, TOutputImage >, itk::BlackTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::BloxBoundaryPointImageToBloxBoundaryProfileImageFilter< TSourceImage >, itk::BloxBoundaryPointToCoreAtomImageFilter< dim >, itk::BloxBoundaryProfileImageToBloxCoreAtomImageFilter< TInputImage, TOutputImage, TSourceImage >, itk::BSplineCenteredL2ResampleImageFilterBase< TInputImage, TOutputImage >, itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >, itk::BSplineDecompositionImageFilter< TInputImage, TOutputImage >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::BSplineL2ResampleImageFilterBase< TInputImage, TOutputImage >, itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >, itk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >, itk::ChainCodeToFourierSeriesPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >, itk::ChangeInformationImageFilter< TInputImage >, itk::ChangeLabelImageFilter< TInputImage, TOutputImage >, itk::CheckerBoardImageFilter< TImage >, itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >, itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage >, itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage >, itk::ConstantPadImageFilter< TInputImage, TOutputImage >, itk::ContourDirectedMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::ContourMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::CropImageFilter< TInputImage, TOutputImage >, itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage >, itk::DeformationFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >, itk::DeformationFieldSource< TOutputImage >, itk::DerivativeImageFilter< TInputImage, TOutputImage >, itk::DifferenceOfGaussiansGradientImageFilter< TInputImage, TDataType >, itk::DiffusionTensor3DReconstructionImageFilter< TReferenceImagePixelType, TGradientImagePixelType, TTensorPixelType >, itk::DilateObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::DirectedHausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::DiscreteGaussianImageFilter< TInputImage, TOutputImage >, itk::DisplacementFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >, itk::DoubleThresholdImageFilter< TInputImage, TOutputImage >, itk::ErodeObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::ExpandImageFilter< TInputImage, TOutputImage >, itk::ExtractImageFilter< TInputImage, TOutputImage >, itk::ExtractOrthogonalSwath2DImageFilter< TImage >, itk::FlipImageFilter< TImage >, itk::GaussianImageSource< TOutputImage >, itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >, itk::GradientImageFilter< TInputImage, TOperatorValueType, TOutputValueType >, itk::GradientImageToBloxBoundaryPointImageFilter< TInputImage >, itk::GradientMagnitudeImageFilter< TInputImage, TOutputImage >, itk::GradientMagnitudeRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >, itk::GrayscaleConnectedOpeningImageFilter< TInputImage, TOutputImage >, itk::GrayscaleFillholeImageFilter< TInputImage, TOutputImage >, itk::GrayscaleGeodesicDilateImageFilter< TInputImage, TOutputImage >, itk::GrayscaleGeodesicErodeImageFilter< TInputImage, TOutputImage >, itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::HausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::HConcaveImageFilter< TInputImage, TOutputImage >, itk::HConvexImageFilter< TInputImage, TOutputImage >, itk::Hessian3DToVesselnessMeasureImageFilter< TPixel >, itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::HMaximaImageFilter< TInputImage, TOutputImage >, itk::HMinimaImageFilter< TInputImage, TOutputImage >, itk::HoughTransform2DCirclesImageFilter< TInputPixelType, TOutputPixelType >, itk::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType >, itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >, itk::ImplicitManifoldNormalVectorFilter< TInputImage, TSparseOutputImage >, itk::ImportImageFilter< TPixel, VImageDimension >, itk::IntensityWindowingImageFilter< TInputImage, TOutputImage >, itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >, itk::InterpolateImageFilter< TInputImage, TOutputImage >, itk::InterpolateImagePointsFilter< TInputImage, TOutputImage, TCoordType, InterpolatorType >, itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::InvertIntensityImageFilter< TInputImage, TOutputImage >, itk::IsolatedConnectedImageFilter< TInputImage, TOutputImage >, itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::JoinSeriesImageFilter< TInputImage, TOutputImage >, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >, itk::LaplacianImageFilter< TInputImage, TOutputImage >, itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >, itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >, itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::MaskNeighborhoodOperatorImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >, itk::MeanImageFilter< TInputImage, TOutputImage >, itk::MedianImageFilter< TInputImage, TOutputImage >, itk::MinimumMaximumImageCalculator< TInputImage >, itk::MinimumMaximumImageFilter< TInputImage >, itk::ModulusImageFilter< TInputImage, TOutputImage >, itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >, itk::NeighborhoodConnectedImageFilter< TInputImage, TOutputImage >, itk::NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType >, itk::NoiseImageFilter< TInputImage, TOutputImage >, itk::NormalizedCorrelationImageFilter< TInputImage, TMaskImage, TOutputImage, TOperatorValueType >, itk::NormalVectorDiffusionFunction< TSparseImageType >, itk::NormalVectorFunctionBase< TSparseImageType >, itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >, itk::OrientImageFilter< TInputImage, TOutputImage >, itk::PadImageFilter< TInputImage, TOutputImage >, itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >, itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >, itk::PasteImageFilter< TInputImage, TSourceImage, TOutputImage >, itk::PathToChainCodePathFilter< TInputPath, TOutputChainCodePath >, itk::PathToImageFilter< TInputPath, TOutputImage >, itk::PermuteAxesImageFilter< TImage >, itk::PointSetToImageFilter< TInputPointSet, TOutputImage >, itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage >, itk::ProjectionImageFilter< TInputImage, TOutputImage, TAccumulator >, itk::RandomImageSource< TOutputImage >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >, itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage >, itk::ReflectImageFilter< TInputImage, TOutputImage >, itk::RegionOfInterestImageFilter< TInputImage, TOutputImage >, itk::RelabelComponentImageFilter< TInputImage, TOutputImage >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::RescaleIntensityImageFilter< TInputImage, TOutputImage >, itk::ShiftScaleImageFilter< TInputImage, TOutputImage >, itk::ShiftScaleInPlaceImageFilter< TInputImage >, itk::ShrinkImageFilter< TInputImage, TOutputImage >, itk::SignedDanielssonDistanceMapImageFilter< TInputImage, TOutputImage >, itk::SignedMaurerDistanceMapImageFilter< TInputImage, TOutputImage >, itk::SimilarityIndexImageFilter< TInputImage1, TInputImage2 >, itk::SimpleContourExtractorImageFilter< TInputImage, TOutputImage >, itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >, itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >, itk::SmoothingRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::SobelEdgeDetectionImageFilter< TInputImage, TOutputImage >, itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >, itk::SparseFieldLayer< TNodeType >, itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >, itk::SpatialObjectToImageFilter< TInputSpatialObject, TOutputImage >, itk::SpatialObjectToImageStatisticsCalculator< TInputImage, TInputSpatialObject, TSampleDimension >, itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >, itk::StatisticsImageFilter< TInputImage >, itk::StreamingImageFilter< TInputImage, TOutputImage >, itk::SymmetricEigenAnalysisImageFilter< TInputImage, TOutputImage >, itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >, itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >, itk::ThresholdImageFilter< TImage >, itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >, itk::TileImageFilter< TInputImage, TOutputImage >, itk::TobogganImageFilter< TInputImage >, itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >, itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >, itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >, itk::TwoOutputExampleImageFilter< TImage >, itk::VectorAnisotropicDiffusionFunction< TImage >, itk::VectorConfidenceConnectedImageFilter< TInputImage, TOutputImage >, itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, itk::VectorExpandImageFilter< TInputImage, TOutputImage >, itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >, itk::VectorNeighborhoodOperatorImageFilter< TInputImage, TOutputImage >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::VectorRescaleIntensityImageFilter< TInputImage, TOutputImage >, itk::VotingBinaryHoleFillingImageFilter< TInputImage, TOutputImage >, itk::VotingBinaryImageFilter< TInputImage, TOutputImage >, itk::VotingBinaryIterativeHoleFillingImageFilter< TImage >, itk::VTKImageExport< TInputImage >, itk::VTKImageExportBase, itk::VTKImageImport< TOutputImage >, itk::WarpImageFilter< TInputImage, TOutputImage, TDeformationField >, itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDeformationField >, itk::WarpVectorImageFilter< TInputImage, TOutputImage, TDeformationField >, itk::WhiteTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::ZeroCrossingBasedEdgeDetectionImageFilter< TInputImage, TOutputImage >, itk::ZeroCrossingImageFilter< TInputImage, TOutputImage >, itk::AffineTransform< TScalarType, NDimensions >, itk::AutoPointerDataObjectDecorator< T >, itk::AzimuthElevationToCartesianTransform< TScalarType, NDimensions >, itk::BinaryThresholdImageFunction< TInputImage, TCoordRep >, itk::BinaryThresholdSpatialFunction< TFunction >, itk::BloxBoundaryPointImage< TImageDimension >, itk::BloxBoundaryProfileImage< TImageDimension >, itk::BloxCoreAtomImage< NDimension >, itk::BloxImage< TBloxPixelType, TImageDimension >, itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >, itk::BSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >, itk::BSplineDerivativeKernelFunction< VSplineOrder >, itk::BSplineInterpolationWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >, itk::BSplineKernelFunction< VSplineOrder >, itk::CenteredEuler3DTransform< TScalarType >, itk::CenteredRigid2DTransform< TScalarType >, itk::CenteredSimilarity2DTransform< TScalarType >, itk::CenteredTransformInitializer< TTransform, TFixedImage, TMovingImage >, itk::CenteredVersorTransformInitializer< TFixedImage, TMovingImage >, itk::CentralDifferenceImageFunction< TInputImage, TCoordRep >, itk::ChainCodePath< VDimension >, itk::ChainCodePath2D, itk::ColorTable< TPixel >, itk::ConicShellInteriorExteriorSpatialFunction< VDimension, TInput >, itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >, itk::CovarianceImageFunction< TInputImage, TCoordRep >, itk::DataObject, itk::DataObjectDecorator< T >, itk::DecisionRuleBase, itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >, itk::DifferenceImageFilter< TInputImage, TOutputImage >, itk::Directory, itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >, itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >, itk::EllipsoidInteriorExteriorSpatialFunction< VDimension, TInput >, itk::EquivalencyTable, itk::Euler2DTransform< TScalarType >, itk::Euler3DTransform< TScalarType >, itk::ExtrapolateImageFunction< TInputImage, TCoordRep >, itk::FastMutexLock, itk::FileOutputWindow, itk::FiniteCylinderSpatialFunction< VDimension, TInput >, itk::FiniteDifferenceFunction< TImageType >, itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >, itk::FiniteDifferenceSparseImageFilter< TInputImageType, TSparseOutputImageType >, itk::FiniteDifferenceSparseImageFunction< TSparseImageType >, itk::FourierSeriesPath< VDimension >, itk::FrustumSpatialFunction< VImageDimension, TInput >, itk::GaussianBlurImageFunction< TInputImage, TOutput >, itk::GaussianDerivativeImageFunction< TInputImage, TOutput >, itk::GaussianDerivativeSpatialFunction< TOutput, VImageDimension, TInput >, itk::GaussianKernelFunction, itk::GaussianSpatialFunction< TOutput, VImageDimension, TInput >, itk::Image< TPixel, VImageDimension >, itk::ImageAdaptor< TImage, TAccessor >, itk::ImageAndPathToImageFilter< TInputImage, TInputPath, TOutputImage >, itk::ImageBase< VImageDimension >, itk::ImageDuplicator< TInputImage >, itk::ImageFunction< TInputImage, TOutput, TCoordRep >, itk::ImageRegionMultidimensionalSplitter< VImageDimension >, itk::ImageRegionSplitter< VImageDimension >, itk::ImageToImageFilter< TInputImage, TOutputImage >, itk::ImportImageContainer< TElementIdentifier, TElement >, itk::InPlaceImageFilter< TInputImage, TOutputImage >, itk::InteriorExteriorSpatialFunction< VDimension, TInput >, itk::InterpolateImageFunction< TInputImage, TCoordRep >, itk::KernelFunction, itk::KernelTransform< TScalarType, NDimensions >, itk::KLMSegmentationBorder, itk::KLMSegmentationRegion, itk::LandmarkBasedTransformInitializer< TTransform, TFixedImage, TMovingImage >, itk::LevelSetFunction< TImageType >, itk::LightProcessObject, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, itk::LoggerBase, itk::LoggerManager, itk::LoggerOutput, itk::MahalanobisDistanceThresholdImageFunction< TInputImage, TCoordRep >, itk::MatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >, itk::MaximumDecisionRule, itk::MeanImageFunction< TInputImage, TCoordRep >, itk::MedianImageFunction< TInputImage, TCoordRep >, itk::Statistics::MersenneTwisterRandomVariateGenerator, itk::Mesh< TPixelType, VDimension, TMeshTraits >, itk::MeshSource< TOutputMesh >, itk::MultiThreader, itk::MutexLock, itk::NearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >, itk::NearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >, itk::NeighborhoodBinaryThresholdImageFunction< TInputImage, TCoordRep >, itk::NeighborhoodOperatorImageFunction< TInputImage, TOutput >, itk::NonUniformBSpline< TDimension >, itk::Object, itk::ObjectFactoryBase, itk::ObjectStore< TObjectType >, itk::OneWayEquivalencyTable, itk::OrthogonallyCorrected2DParametricPath, itk::OutputWindow, itk::ParametricPath< VDimension >, itk::Path< TInput, TOutput, VDimension >, itk::PathAndImageToPathFilter< TInputPath, TInputImage, TOutputPath >, itk::PathSource< TOutputPath >, itk::PathToPathFilter< TInputPath, TOutputPath >, itk::PCAShapeSignedDistanceFunction< TCoordRep, VSpaceDimension, TImage >, itk::PhasedArray3DSpecialCoordinatesImage< TPixel >, itk::PointLocator< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >, itk::PointSet< TPixelType, VDimension, TMeshTraits >, itk::PolyLineParametricPath< VDimension >, itk::ProcessObject, itk::ProgressAccumulator, itk::QuaternionRigidTransform< TScalarType >, itk::RealTimeClock, itk::Rigid2DTransform< TScalarType >, itk::Rigid3DPerspectiveTransform< TScalarType >, itk::Rigid3DTransform< TScalarType >, itk::ScalableAffineTransform< TScalarType, NDimensions >, itk::ScaleLogarithmicTransform< TScalarType, NDimensions >, itk::ScaleSkewVersor3DTransform< TScalarType >, itk::ScaleTransform< TScalarType, NDimensions >, itk::ScatterMatrixImageFunction< TInputImage, TCoordRep >, itk::SegmentationBorder, itk::SegmentationRegion, itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >, itk::Similarity2DTransform< TScalarType >, itk::Similarity3DTransform< TScalarType >, itk::SimpleDataObjectDecorator< T >, itk::SimplexMesh< TPixelType, VDimension, TMeshTraits >, itk::SparseImage< TNode, VImageDimension >, itk::SpatialFunction< TOutput, VImageDimension, TInput >, itk::SpecialCoordinatesImage< TPixel, VImageDimension >, itk::SphereSignedDistanceFunction< TCoordRep, VSpaceDimension >, itk::SphereSpatialFunction< VImageDimension, TInput >, itk::StdStreamLogOutput, itk::SumOfSquaresImageFunction< TInputImage, TCoordRep >, itk::SymmetricEllipsoidInteriorExteriorSpatialFunction< VDimension, TInput >, itk::ThreadLogger, itk::TorusInteriorExteriorSpatialFunction< VDimension, TInput >, itk::TranslationTransform< TScalarType, NDimensions >, itk::TreeContainer< TValueType >, itk::ValarrayImageContainer< TElementIdentifier, TElement >, itk::VarianceImageFunction< TInputImage, TCoordRep >, itk::VectorImage< TPixel, VImageDimension >, itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >, itk::VectorLinearInterpolateImageFunction< TInputImage, TCoordRep >, itk::VectorMeanImageFunction< TInputImage, TCoordRep >, itk::VectorNearestNeighborInterpolateImageFunction< TInputImage, TCoordRep >, itk::VersorRigid3DTransform< TScalarType >, itk::VersorTransform< TScalarType >, itk::WindowedSincInterpolateImageFunction< TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep >, itk::XMLFileOutputWindow, itk::AnalyzeImageIO, itk::AnalyzeImageIOFactory, itk::ArchetypeSeriesFileNames, itk::BioRadImageIO, itk::BMPImageIO, itk::Brains2MaskImageIO, itk::DICOMImageIO2, itk::DICOMSeriesFileNames, itk::GDCMImageIO, itk::GDCMSeriesFileNames, itk::GE4ImageIOFactory, itk::GE5ImageIOFactory, itk::GEAdwImageIOFactory, itk::GiplImageIO, itk::ImageFileReader< TOutputImage, ConvertPixelTraits >, itk::ImageFileWriter< TInputImage >, itk::ImageIOBase, itk::ImageSeriesReader< TOutputImage >, itk::ImageSeriesWriter< TInputImage, TOutputImage >, itk::IPLCommonImageIO, itk::JPEGImageIO, itk::LSMImageIO, itk::MetaImageIO, itk::NiftiImageIO, itk::NiftiImageIOFactory, itk::NrrdImageIO, itk::NumericSeriesFileNames, itk::PNGImageIO, itk::RawImageIO< TPixel, VImageDimension >, itk::RegularExpressionSeriesFileNames, itk::SiemensVisionImageIOFactory, itk::StimulateImageIO, itk::TIFFImageIO, itk::VTKImageIO, itk::AmoebaOptimizer, itk::CostFunction, itk::CumulativeGaussianCostFunction, itk::CumulativeGaussianOptimizer, itk::ExhaustiveOptimizer, itk::FRPROptimizer, itk::GradientDescentOptimizer, itk::LBFGSBOptimizer, itk::LBFGSOptimizer, itk::MultipleValuedNonLinearOptimizer, itk::MultipleValuedNonLinearVnlOptimizer, itk::OnePlusOneEvolutionaryOptimizer, itk::Optimizer, itk::PowellOptimizer, itk::RegularStepGradientDescentBaseOptimizer, itk::SingleValuedNonLinearOptimizer, itk::SingleValuedNonLinearVnlOptimizer, itk::SPSAOptimizer, itk::SymmetricEigenSystem< TMatrixElement, VNumberOfRows >, itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >, itk::Statistics::BatchSupervisedTrainingFunction< TSample, TTargetVector, ScalarType >, itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >, itk::Statistics::ErrorBackPropagationLearningFunctionBase< LayerType, TTargetVector >, itk::Statistics::ErrorBackPropagationLearningWithMomentum< LayerType, TTargetVector >, itk::Statistics::GaussianRadialBasisFunction< ScalarType >, itk::Statistics::GaussianTransferFunction< ScalarType >, itk::Statistics::HardLimitTransferFunction< ScalarType >, itk::Statistics::IdentityTransferFunction< ScalarType >, itk::Statistics::InputFunctionBase< TMeasurementVector, TTargetVector >, itk::Statistics::IterativeSupervisedTrainingFunction< TSample, TTargetVector, ScalarType >, itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >, itk::Statistics::LearningFunctionBase< LayerType, TTargetVector >, itk::Statistics::LogSigmoidTransferFunction< ScalarType >, itk::Statistics::MeanSquaredErrorFunction< TMeasurementVector, ScalarType >, itk::Statistics::MultilayerNeuralNetworkBase< TMeasurementVector, TTargetVector, TLearningLayer >, itk::Statistics::MultiquadricRadialBasisFunction< ScalarType >, itk::Statistics::NeuralNetworkObject< TMeasurementVector, TTargetVector >, itk::Statistics::NNetDistanceMetricBase< TMeasurementVector >, itk::Statistics::OneHiddenLayerBackPropagationNeuralNetwork< TMeasurementVector, TTargetVector >, itk::Statistics::ProductInputFunction< TMeasurementVector, ScalarType >, itk::Statistics::QuickPropLearningRule< LayerType, TTargetVector >, itk::Statistics::RadialBasisFunctionBase< ScalarType >, itk::Statistics::RBFBackPropagationLearningFunction< LayerType, TTargetVector >, itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, itk::Statistics::RBFNetwork< TMeasurementVector, TTargetVector >, itk::Statistics::SigmoidTransferFunction< ScalarType >, itk::Statistics::SignedHardLimitTransferFunction< ScalarType >, itk::Statistics::SquaredDifferenceErrorFunction< TMeasurementVector, ScalarType >, itk::Statistics::SumInputFunction< TMeasurementVector, ScalarType >, itk::Statistics::SymmetricSigmoidTransferFunction< ScalarType >, itk::Statistics::TanHTransferFunction< ScalarType >, itk::Statistics::TanSigmoidTransferFunction< ScalarType >, itk::Statistics::TrainingFunctionBase< TSample, TTargetVector, ScalarType >, itk::Statistics::TransferFunctionBase< ScalarType >, itk::Statistics::TwoHiddenLayerBackPropagationNeuralNetwork< TMeasurementVector, TTargetVector >, itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >, itk::Statistics::ChiSquareDistribution, itk::Statistics::CovarianceCalculator< TSample >, itk::Statistics::DenseFrequencyContainer, itk::Statistics::DensityFunction< TMeasurementVector >, itk::Statistics::DistanceMetric< TVector >, itk::Statistics::DistanceToCentroidMembershipFunction< TVector >, itk::Statistics::ExpectationMaximizationMixtureModelEstimator< TSample >, itk::Statistics::GaussianDensityFunction< TMeasurementVector >, itk::Statistics::GaussianDistribution, itk::Statistics::GaussianGoodnessOfFitComponent< TInputSample >, itk::Statistics::GaussianMixtureModelComponent< TSample >, itk::Statistics::GoodnessOfFitComponentBase< TInputSample >, itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >, itk::Statistics::GoodnessOfFitMixtureModelCostFunction< TInputSample >, itk::Statistics::GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator< THistogram >, itk::Statistics::Histogram< TMeasurement, VMeasurementVectorSize, TFrequencyContainer >, itk::HistogramToImageFilter< THistogram, TFunction >, itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >, itk::Statistics::ImageToCooccurrenceListAdaptor< TImage >, itk::Statistics::ImageToHistogramGenerator< TImageType >, itk::Statistics::ImageToListAdaptor< TImage, TMeasurementVector >, itk::Statistics::ImageToListGenerator< TImage, TMaskImage >, itk::Statistics::JointDomainImageToListAdaptor< TImage >, itk::Statistics::KdTree< TSample >, itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >, itk::Statistics::KdTreeGenerator< TSample >, itk::Statistics::ListSample< TMeasurementVector >, itk::Statistics::ListSampleBase< TMeasurementVector >, itk::Statistics::ListSampleToHistogramGenerator< TListSample, THistogramMeasurement, TFrequencyContainer, TMeasurementVectorLength >, itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >, itk::Statistics::MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImageType, THistogramFrequencyContainer >, itk::Statistics::MeanCalculator< TSample >, itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector >, itk::Statistics::MeanShiftModeSeekerBase< TSample >, itk::Statistics::MembershipFunctionBase< TVector >, itk::Statistics::MembershipSample< TSample >, itk::Statistics::MembershipSampleGenerator< TInputSample, TClassMaskSample >, itk::Statistics::MixtureModelComponentBase< TSample >, itk::Statistics::NeighborhoodSampler< TSample >, itk::Statistics::NormalVariateGenerator, itk::Statistics::PointSetToListAdaptor< TPointSet >, itk::Statistics::ProbabilityDistribution, itk::Statistics::Sample< TMeasurementVector >, itk::Statistics::SampleAlgorithmBase< TInputSample >, itk::Statistics::SampleClassifier< TSample >, itk::Statistics::SampleClassifierWithMask< TSample, TMaskSample >, itk::Statistics::SampleMeanShiftBlurringFilter< TSample >, itk::Statistics::SampleMeanShiftClusteringFilter< TSample >, itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >, itk::Statistics::SampleToHistogramProjectionFilter< TInputSample, THistogramMeasurement >, itk::Statistics::ScalarImageTextureCalculator< TImageType, THistogramFrequencyContainer >, itk::Statistics::ScalarImageToGreyLevelCooccurrenceMatrixGenerator< TImageType, THistogramFrequencyContainer >, itk::Statistics::ScalarImageToHistogramGenerator< TImageType >, itk::Statistics::ScalarImageToListAdaptor< TImage >, itk::Statistics::SelectiveSubsampleGenerator< TInputSample, TClassMaskSample >, itk::Statistics::SparseFrequencyContainer, itk::Statistics::Subsample< TSample >, itk::Statistics::TDistribution, itk::Statistics::VariableDimensionHistogram< TMeasurement, TFrequencyContainer >, itk::Statistics::WeightedCentroidKdTreeGenerator< TSample >, itk::Statistics::WeightedCovarianceCalculator< TSample >, itk::Statistics::WeightedMeanCalculator< TSample >, itk::ActiveShapeModelCalculator< TImage >, itk::ActiveShapeModelGradientSearchMethod< TImage >, itk::SimpleFuzzyConnectednessImageFilterBase< TInputImage, TOutputImage >, itk::SimpleFuzzyConnectednessRGBImageFilter< TInputImage, TOutputImage >, itk::SimpleFuzzyConnectednessScalarImageFilter< TInputImage, TOutputImage >, itk::VectorFuzzyConnectednessImageFilter< TInputImage, TOutputImage >, itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >, itk::AggregateLabelMapFilter< TImage >, itk::AnchorCloseImageFilter< TImage, TKernel >, itk::AnchorDilateImageFilter< TImage, TKernel >, itk::AnchorErodeDilateImageFilter< TImage, TKernel, TFunction1, TFunction2 >, itk::AnchorErodeImageFilter< TImage, TKernel >, itk::AnchorOpenCloseImageFilter< TImage, TKernel, LessThan, GreaterThan, LessEqual, GreaterEqual >, itk::AnchorOpenImageFilter< TImage, TKernel >, itk::AreaClosingImageFilter< TInputImage, TOutputImage, TAttribute >, itk::AreaOpeningImageFilter< TInputImage, TOutputImage, TAttribute >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, TFunction >, itk::AutoCropLabelMapFilter< TInputImage >, itk::BinaryContourImageFilter< TInputImage, TOutputImage >, itk::BinaryImageToLabelMapFilter< TInputImage, TOutputImage >, itk::BinaryImageToShapeLabelMapFilter< TInputImage, TOutputImage >, itk::BinaryImageToStatisticsLabelMapFilter< TInputImage, TFeatureImage, TOutputImage >, itk::BinaryMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::BinaryMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >, itk::BinaryShapeOpeningImageFilter< TInputImage >, itk::BinaryStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >, itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >, itk::BoxImageFilter< TInputImage, TOutputImage >, itk::Bruker2DSEQImageIO, itk::BSplineDeformableTransformInitializer< TTransform, TImage >, itk::BSplineScatteredDataPointSetToImageFilter< TInputPointSet, TOutputImage >, itk::ChangeLabelLabelMapFilter< TImage >, itk::ChangeRegionLabelMapFilter< TInputImage >, itk::Functor::ColormapFunctor< TScalar, TRGBPixel >, itk::ComplexBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >, itk::ContourExtractor2DImageFilter< TInputImage >, itk::ConvolutionImageFilter< TInputImage, TOutputImage >, itk::CoxDeBoorBSplineKernelFunction< VSplineOrder >, itk::CropLabelMapFilter< TInputImage >, itk::DiffeomorphicDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::DirectFourierReconstructionImageToImageFilter< TInputPixelType, TOutputPixelType >, itk::DiscreteGaussianDerivativeImageFilter< TInputImage, TOutputImage >, itk::DiscreteGaussianDerivativeImageFunction< TInputImage, TOutput >, itk::DiscreteGradientMagnitudeGaussianImageFunction< TInputImage, TOutput >, itk::DiscreteHessianGaussianImageFunction< TInputImage, TOutput >, itk::DivideByConstantImageFilter< TInputImage, TConstant, TOutputImage >, itk::ESMDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::FastApproximateRankImageFilter< TInputImage, TOutputImage >, itk::FastSymmetricForcesDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::FFTShiftImageFilter< TInputImage, TOutputImage >, itk::GridForwardWarpImageFilter< TDeformationField, TOutputImage >, itk::GridImageSource< TOutputImage >, itk::HessianToObjectnessMeasureImageFilter< TInputImage, TOutputImage >, itk::ImageToPathFilter< TInputImage, TOutputPath >, itk::InPlaceLabelMapFilter< TInputImage >, itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >, itk::KappaSigmaThresholdImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >, itk::LabelContourImageFilter< TInputImage, TOutputImage >, itk::LabelImageToLabelMapFilter< TInputImage, TOutputImage >, itk::LabelImageToShapeLabelMapFilter< TInputImage, TOutputImage >, itk::LabelImageToStatisticsLabelMapFilter< TInputImage, TFeatureImage, TOutputImage >, itk::LabelMap< TLabelObject >, itk::LabelMapToBinaryImageFilter< TInputImage, TOutputImage >, itk::LabelObject< TLabel, VImageDimension >, itk::LabelOverlayImageFilter< TInputImage, TLabelImage, TOutputImage >, itk::LabelPerimeterEstimationCalculator< TInputImage >, itk::LabelShapeKeepNObjectsImageFilter< TInputImage >, itk::LabelShapeOpeningImageFilter< TInputImage >, itk::LabelStatisticsKeepNObjectsImageFilter< TInputImage, TFeatureImage >, itk::LabelStatisticsOpeningImageFilter< TInputImage, TFeatureImage >, itk::LabelToRGBImageFilter< TLabelImage, TOutputImage >, itk::MaskedMovingHistogramImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel, THistogram >, itk::MaskedRankImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel >, itk::MatlabTransformIOFactory, itk::MergeLabelMapFilter< TImage >, itk::MINC2ImageIO, itk::MorphologicalWatershedFromMarkersImageFilter< TInputImage, TLabelImage >, itk::MorphologicalWatershedImageFilter< TInputImage, TOutputImage >, itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, THistogram >, itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFiniteDifferenceFunction, TIdCell >, itk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >, itk::MultiplyByConstantImageFilter< TInputImage, TConstant, TOutputImage >, itk::MultiScaleHessianBasedMeasureImageFilter< TInputImage, THessianImage, TOutputImage >, itk::NeuralNetworkFileReader< TNetwork >, itk::NeuralNetworkFileWriter< TNetwork >, itk::AdaptiveHistogramEqualizationImageFilter< TImageType >, itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::BlackTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >, itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::ImageToImageMetric< TFixedImage, TMovingImage >, itk::LinearInterpolateImageFunction< TInputImage, TCoordRep >, itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >, itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::SimpleContourExtractorImageFilter< TInputImage, TOutputImage >, itk::WhiteTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::PadLabelMapFilter< TInputImage >, itk::PhilipsPAR, itk::PhilipsRECImageIO, itk::QuadEdgeMeshDecimationFilter< TInput, TOutput, TCriterion >, itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorJoinVertexFunction< TMesh, TQEType >, itk::QuadEdgeMeshTopologyChecker< TMesh >, itk::RankImageFilter< TInputImage, TOutputImage, TKernel >, itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >, itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >, itk::RegionFromReferenceLabelMapFilter< TInputImage >, itk::RelabelLabelMapFilter< TImage >, itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >, itk::RobustAutomaticThresholdImageFilter< TInputImage, TGradientImage, TOutputImage >, itk::ScalarToRGBColormapImageFilter< TInputImage, TOutputImage >, itk::ScaleVersor3DTransform< TScalarType >, itk::ShapeKeepNObjectsLabelMapFilter< TImage >, itk::ShapeLabelMapFilter< TImage, TLabelImage >, itk::ShapeLabelObject< TLabel, VImageDimension >, itk::ShapeOpeningLabelMapFilter< TImage >, itk::ShapeRelabelImageFilter< TInputImage >, itk::ShapeRelabelLabelMapFilter< TImage >, itk::ShapeUniqueLabelMapFilter< TImage >, itk::ShiftScaleLabelMapFilter< TImage >, itk::SliceBySliceImageFilter< TInputImage, TOutputImage, TInputFilter, TOutputFilter, TInternalInputImage, TInternalOutputImage >, itk::StatisticsLabelMapFilter< TImage, TFeatureImage >, itk::StatisticsLabelObject< TLabel, VImageDimension >, itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >, itk::StochasticFractalDimensionImageFilter< TInputImage, TMaskImage, TOutputImage >, itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >, itk::TransformIOBase, itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >, itk::TxtTransformIOFactory, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, TFunction1, TFunction2 >, itk::VanHerkGilWermanDilateImageFilter< TImage, TKernel >, itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, TFunction1 >, itk::VanHerkGilWermanErodeImageFilter< TImage, TKernel >, itk::VectorCentralDifferenceImageFunction< TInputImage, TCoordRep >, itk::VectorLinearInterpolateNearestNeighborExtrapolateImageFunction< TInputImage, TCoordRep >, itk::VoxBoCUBImageIO, itk::VTKPolyDataReader< TOutputMesh >, itk::VTKPolyDataWriter< TInputMesh >, itk::WarpHarmonicEnergyCalculator< TInputImage >, itk::Statistics::ChiSquareDistribution, itk::Statistics::CovarianceSampleFilter< TSample >, itk::Statistics::DecisionRule, itk::Statistics::DenseFrequencyContainer2, itk::Statistics::DistanceMetric< TVector >, itk::Statistics::DistanceToCentroidMembershipFunction< TVector >, itk::Statistics::ExpectationMaximizationMixtureModelEstimator< TSample >, itk::Statistics::GaussianDistribution, itk::Statistics::GaussianMembershipFunction< TMeasurementVector >, itk::Statistics::GaussianMixtureModelComponent< TSample >, itk::Statistics::Histogram< TMeasurement, VMeasurementVectorSize, TFrequencyContainer >, itk::Statistics::HistogramToTextureFeaturesFilter< THistogram >, itk::Statistics::ImageClassifierFilter< TSample, TInputImage, TOutputImage >, itk::Statistics::ImageToHistogramFilter< TImageType >, itk::Statistics::ImageToListSampleAdaptor< TImage >, itk::Statistics::ImageToListSampleFilter< TImage, TMaskImage >, itk::Statistics::JointDomainImageToListSampleAdaptor< TImage >, itk::Statistics::KdTree< TSample >, itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >, itk::Statistics::KdTreeGenerator< TSample >, itk::Statistics::ListSample< TMeasurementVector >, itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >, itk::Statistics::MahalanobisDistanceMetric< TVector >, itk::Statistics::MaximumDecisionRule2, itk::Statistics::MeanSampleFilter< TSample >, itk::Statistics::MembershipFunctionBase< TVector >, itk::Statistics::MembershipSample< TSample >, itk::Statistics::MinimumDecisionRule2, itk::Statistics::MixtureModelComponentBase< TSample >, itk::Statistics::NeighborhoodSampler< TSample >, itk::Statistics::NormalVariateGenerator, itk::Statistics::PointSetToListSampleAdaptor< TPointSet >, itk::Statistics::ProbabilityDistribution, itk::Statistics::Sample< TMeasurementVector >, itk::Statistics::SampleClassifierFilter< TSample >, itk::Statistics::SampleToHistogramFilter< TSample, THistogram >, itk::Statistics::SampleToSubsampleFilter< TSample >, itk::Statistics::ScalarImageToCooccurrenceListSampleFilter< TImage >, itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >, itk::Statistics::ScalarImageToHistogramGenerator< TImageType >, itk::Statistics::ScalarImageToTextureFeaturesFilter< TImageType, THistogramFrequencyContainer >, itk::Statistics::SparseFrequencyContainer2, itk::Statistics::StandardDeviationPerComponentSampleFilter< TSample >, itk::Statistics::Subsample< TSample >, itk::Statistics::TDistribution, itk::Statistics::WeightedCentroidKdTreeGenerator< TSample >, itk::Statistics::WeightedCovarianceSampleFilter< TSample >, itk::Statistics::WeightedMeanSampleFilter< TSample >, itk::AffineGeometryFrame< TScalarType, NDimensions >, itk::ArrowSpatialObject< TDimension >, itk::BlobSpatialObject< TDimension >, itk::BoxSpatialObject< TDimension >, itk::ContourSpatialObject< TDimension >, itk::CylinderSpatialObject, itk::DTITubeSpatialObject< TDimension >, itk::EllipseSpatialObject< TDimension >, itk::GaussianSpatialObject< TDimension >, itk::GroupSpatialObject< TDimension >, itk::ImageMaskSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::LandmarkSpatialObject< TDimension >, itk::LineSpatialObject< TDimension >, itk::MeshSpatialObject< TMesh >, itk::PlaneSpatialObject< TDimension >, itk::PointBasedSpatialObject< TDimension >, itk::PolygonSpatialObject< TDimension >, itk::SceneSpatialObject< TSpaceDimension >, itk::SpatialObject< TDimension >, itk::SpatialObjectDuplicator< TInputSpatialObject >, itk::SpatialObjectProperty< TComponentType >, itk::SpatialObjectTreeNode< TDimension >, itk::SurfaceSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, TTubePointType >, itk::VesselTubeSpatialObject< TDimension >, itk::BinaryMedialNodeMetric< itkGetStaticConstMacro(NDimensions)>, itk::ClassifierBase< TSample >, itk::ClassifierBase< TInputImage >, itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >, itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >, itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::ImageModelEstimatorBase< TInputImage, TMembershipFunction >, itk::ImageShapeModelEstimatorBase< TInputImage, TOutputImage >, itk::ImageToImageMetric< TFixedImage, TMovingImage >, itk::ImageToImageMetric< TFixedImage, TMovingImage >, itk::LevelSetNeighborhoodExtractor< TLevelSet >, itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::MRFImageFilter< TInputImage, TClassifiedImage >, itk::NarrowBandLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField >, itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >, itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::PointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >, itk::RegionGrowImageFilter< TInputImage, TOutputImage >, itk::ReinitializeLevelSetImageFilter< TLevelSet >, itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >, itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >, itk::ShapePriorSegmentationLevelSetFunction< TImageType, TFeatureImageType >, itk::UnaryMedialNodeMetric< itkGetStaticConstMacro(NDimensions)>, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >, itk::watershed::Relabeler< ScalarType, itkGetStaticConstMacro(ImageDimension)>, itk::watershed::Segmenter< InputImageType >, itk::watershed::SegmentTreeGenerator< ScalarType >, itk::AccumulateImageFilter< TInputImage, TOutputImage >, itk::AnisotropicDiffusionFunction< TImage >, itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::BSplineCenteredResampleImageFilterBase< TInputImage, TOutputImage >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >, itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >, itk::BSplineResampleImageFilterBase< TInputImage, TOutputImage >, itk::CannyEdgeDetectionImageFilter< ImageType, ImageType >, itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::DanielssonDistanceMapImageFilter< ImageType, ImageType >, itk::DisplacementFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >, itk::ExtractImageFilter< TInputImage, TOutputImage >, itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::NarrowBandImageFilterBase< TInputImage, TOutputImage >, itk::NormalVectorFunctionBase< TSparseImageType >, itk::ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel >, itk::PadImageFilter< TInputImage, TOutputImage >, itk::PointSetToImageFilter< TInputPointSet, TOutputImage >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MedianAccumulator< TInputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MeanAccumulator< TInputImage::PixelType, TAccumulate > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::StandardDeviationAccumulator< TInputImage::PixelType, TAccumulate > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MaximumAccumulator< TInputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::SumAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >, itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::MinimumAccumulator< TInputImage::PixelType > >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >, itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage >, itk::ShrinkImageFilter< TInputImage, TOutputImage >, itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >, itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >, itk::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::VectorAnisotropicDiffusionFunction< TImage >, itk::BloxImage< BloxCoreAtomPixel< NDimension >, NDimension >, itk::BloxImage< BloxBoundaryProfilePixel< TImageDimension >, TImageDimension >, itk::BloxImage< BloxBoundaryPointPixel< TImageDimension >, TImageDimension >, itk::CenteredTransformInitializer< VersorRigid3DTransform< double >, TFixedImage, TMovingImage >, itk::ChainCodePath< 2 >, itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >, itk::DenseFiniteDifferenceImageFilter< TDeformationField, TDeformationField >, itk::DenseFiniteDifferenceImageFilter< TDeformationField,TDeformationField >, itk::ExtrapolateImageFunction< TInputImage, TCoordRep >, itk::FiniteDifferenceFunction< TInput >, itk::FiniteDifferenceFunction< TDeformationField >, itk::FiniteDifferenceFunction< TImage >, itk::FiniteDifferenceFunction< TImageType >, itk::FiniteDifferenceFunction< TInputImage >, itk::FiniteDifferenceFunction< TSparseImageType >, itk::FiniteDifferenceImageFilter< TInputImageType, TSparseOutputImageType >, itk::FiniteDifferenceImageFilter< TInputImage, TSparseOutputImage >, itk::FiniteDifferenceImageFilter< TDeformationField, TDeformationField >, itk::FiniteDifferenceImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >, itk::FiniteDifferenceSparseImageFilter< TInputImage, TSparseOutputImage >, itk::FiniteDifferenceSparseImageFunction< TSparseImageType >, itk::Image< TNode *, VImageDimension >, itk::Image< BloxBoundaryProfilePixel< TImageDimension >, TImageDimension >, itk::Image< BloxCoreAtomPixel< NDimension >, TImageDimension >, itk::Image< TPixel, VImageDimension >, itk::Image< TBloxPixelType, TImageDimension >, itk::Image< BloxBoundaryPointPixel< TImageDimension >, TImageDimension >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, PixelAccessor >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >, itk::ImageBase< VImageDimension >, itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< TLabelObject >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< VectorImage< TPixelType, Dimension > >::ImageDimension >, itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >, itk::ImageFunction< TInputImage, vnl_matrix< NumericTraits< TInputImage::PixelType::ValueType >::RealType >, TCoordRep >, itk::ImageFunction< TInputImage, Matrix< double,::itk::GetDimension< TInputImage::PixelType >::Dimension,::itk::GetImageDimension< TInputImage >::ImageDimension >, TCoordRep >, itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >, itk::ImageFunction< TInputImage, bool, TCoordRep >, itk::ImageFunction< TInputImage, SymmetricSecondRankTensor< TOutput,::itk::GetImageDimension< TInputImage >::ImageDimension >, TOutput >, itk::ImageFunction< TInputImage, FixedArray< NumericTraits< TInputImage::PixelType::ValueType >::RealType,::itk::GetVectorDimension< TInputImage::PixelType >::VectorDimension >, TCoordRep >, itk::ImageFunction< TInputImage, Vector< TOutput,::itk::GetImageDimension< TInputImage >::ImageDimension >, TOutput >, itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >, itk::ImageFunction< TInputImage, TOutput >, itk::ImageFunction< TInputImage, CovariantVector< double,::itk::GetImageDimension< TInputImage >::ImageDimension >, TCoordRep >, itk::ImageFunction< TInputImage, TOutput, TOutput >, itk::ImageRegionSplitter< VImageDimension >, itk::ImageToImageFilter< TSpeedImage, TLevelSet >, itk::ImageToImageFilter< TInputImage, TSparseOutputImage >, itk::ImageToImageFilter< TInputImage, Image< unsigned char,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::ImageToImageFilter< Image< TReferenceImagePixelType, 3 >, Image< DiffusionTensor3D< TTensorPixelType >, 3 > >, itk::ImageToImageFilter< TInputImage, BloxBoundaryPointImage< ::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::ImageToImageFilter< Image< SymmetricSecondRankTensor< double, 3 >, 3 >, Image< TPixel, 3 > >, itk::ImageToImageFilter< TInputImage,TClassifiedImage >, itk::ImageToImageFilter< TInputImage1, TInputImage1 >, itk::ImageToImageFilter< Image< TInputPixelType, 3 >, Image< TOutputPixelType, 3 > >, itk::ImageToImageFilter< TInputImage, Image< CovariantVector< TOutputValueType,::itk::GetImageDimension< TInputImage >::ImageDimension >,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::ImageToImageFilter< TMovingImage, TFixedImage >, itk::ImageToImageFilter< Image< std::complex< TPixel >, NDimension >, Image< std::complex< TPixel >, NDimension > >, itk::ImageToImageFilter< Image< TInputPixelType, 2 >, Image< TOutputPixelType, 2 > >, itk::ImageToImageFilter< BloxBoundaryPointImage< dim >, BloxCoreAtomImage< dim > >, itk::ImageToImageFilter< TDeformationField, TDeformationField >, itk::ImageToImageFilter< TFeatureImage, TOutputImage >, itk::ImageToImageFilter< TInputImage, VectorImage< TInputImage::InternalPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::ImageToImageFilter< TInputImage, TClassifiedImage >, itk::ImageToImageFilter< TInputImage, VectorImage< TProbabilityPrecisionType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::ImageToImageFilter< Image< std::complex< TPixel >, VDimension >, Image< TPixel,VDimension > >, itk::ImageToImageFilter< FeatureImageType, ImageType >, itk::ImageToImageFilter< TInputImageType, TSparseOutputImageType >, itk::ImageToImageFilter< TInputImage,TOutputImage >, itk::ImageToImageFilter< ImageType,ImageType >, itk::ImageToImageFilter< TInputImage1, TOutputImage >, itk::ImageToImageFilter< TDeformationField, TOutputImage >, itk::ImageToImageFilter< TInputImage, TInputImage >, itk::ImageToImageFilter< TInputImage, TLabelImage >, itk::ImageToImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::ImageToImageFilter< Image< TPixel, VDimension >, Image< std::complex< TPixel >, VDimension > >, itk::ImageToImageFilter< TImageType, TImageType >, itk::ImageToImageFilter< TLabelImage, TOutputImage >, itk::ImageToImageFilter< TImage,TImage >, itk::ImageToImageFilter< TInputVectorImage, Image< TLabelsType,::itk::GetImageDimension< TInputVectorImage >::ImageDimension > >, itk::ImageToImageFilter< Image< TInputPixel1, NDimension >, Image< std::complex< TOutputPixel >, NDimension > >, itk::ImageToImageFilter< TInputImage1, Functor::MakeJoin< TInputImage1, TInputImage2 >::ImageType >, itk::ImageToImageFilter< ImageType, ImageType >, itk::ImageToImageFilter< TInputImage, TEigenValueImage >, itk::ImageToImageFilter< TLevelSet,TLevelSet >, itk::ImageToImageFilter< Image< std::complex< TPixel >, VDimension >, Image< TPixel, VDimension > >, itk::ImageToImageFilter< TLevelSet, TLevelSet >, itk::ImageToImageFilter< TImage, TImage >, itk::ImageToImageFilter< TInputImage, TOutputImage >, itk::ImageToImageFilter< TSourceImage, BloxBoundaryProfileImage< ::itk::GetImageDimension< TSourceImage >::ImageDimension > >, itk::ImageToImageFilter< TInputImage, Image< CovariantVector< TDataType,::itk::GetImageDimension< TInputImage >::ImageDimension >,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::ImageToImageFilter< TSpeedImage,TLevelSet >, itk::ImageToImageFilter< TInputImage, Image< unsigned long,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::InPlaceImageFilter< TInputImage, TOutputImage >, itk::InPlaceImageFilter< TInputImage, TSparseOutputImage >, itk::InPlaceImageFilter< TDeformationField, TDeformationField >, itk::InPlaceImageFilter< TInputImage1,Functor::MakeJoin< TInputImage1, TInputImage2 >::ImageType >, itk::InPlaceImageFilter< TLabelImage,TOutputImage >, itk::InPlaceImageFilter< TInputImage1,TOutputImage >, itk::InPlaceImageFilter< TInputImageType, TSparseOutputImageType >, itk::InPlaceImageFilter< TInputImage,TOutputImage >, itk::InPlaceImageFilter< Image< TInputPixel1, NDimension >,Image< std::complex< TOutputPixel >, NDimension > >, itk::InPlaceImageFilter< TImage, TImage >, itk::InPlaceImageFilter< TFeatureImage, TOutputImage >, itk::InPlaceImageFilter< TInputImage >, itk::InPlaceImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >, itk::InPlaceImageFilter< FeatureImageType,ImageType >, itk::InPlaceImageFilter< TInputImage1, TOutputImage >, itk::InteriorExteriorSpatialFunction< VDimension, TInput >, itk::InteriorExteriorSpatialFunction< VImageDimension, TInput >, itk::InterpolateImageFunction< TImageType,TCoordRep >, itk::InterpolateImageFunction< TImageType, TCoordRep >, itk::InterpolateImageFunction< TInputImage, TCoordRep >, itk::KernelTransform< TScalarType, NDimensions >, itk::LevelSetFunction< TImageType >, itk::MatrixOffsetTransformBase< TScalarType, NDimensions, NDimensions >, itk::MatrixOffsetTransformBase< TScalarType, 2, 2 >, itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >, itk::Mesh< TCoordType, 2, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, itk::Mesh< TPixelType, VDimension, TMeshTraits >, itk::Mesh< TPixel, VDimension, TTraits >, itk::MeshSource< TOutputPointSet >, itk::MeshSource< TOutputMesh >, itk::MeshSource< VoronoiDiagram2D< TCoordType > >, itk::MeshSource< TOutput >, itk::ParametricPath< 2 >, itk::Path< double, ContinuousIndex< double, VDimension >, VDimension >, itk::Path< unsigned int, Offset< VDimension >, VDimension >, itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >, itk::PathSource< TOutputChainCodePath >, itk::PathSource< OrthogonallyCorrected2DParametricPath >, itk::PathSource< TOutputFourierSeriesPath >, itk::PathSource< PolyLineParametricPath< 2 > >, itk::PathSource< TOutputPath >, itk::PathToPathFilter< TInputPath, TOutputChainCodePath >, itk::PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath >, itk::PathToPathFilter< TInputPath, TOutputPath >, itk::PathToPathFilter< TFourierSeriesPath,OrthogonallyCorrected2DParametricPath >, itk::PointSet< TCoordType, VDimension, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, itk::PointSet< TPixelType, VDimension, TMeshTraits >, itk::PointSet< TPixel, VDimension, TTraits >, itk::ShapeSignedDistanceFunction< TCoordRep, VSpaceDimension >, itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep, VSpaceDimension > >, itk::SpatialFunction< TOutput, VImageDimension, TInput >, itk::SpatialFunction< double, VSpaceDimension, Point< TCoordRep,VSpaceDimension > >, itk::SpatialFunction< bool,::itk::GetImageDimension< TFunction >::ImageDimension, TFunction::InputType >, itk::SpatialFunction< bool, VDimension, TInput >, itk::SpecialCoordinatesImage< TPixel, 3 >, itk::TreeContainer< itk::SpatialObject< TDimension > * >, itk::VectorImage< TPixelType, Dimension >, itk::VectorInterpolateImageFunction< TInputImage, TCoordRep >, itk::Statistics::InputFunctionBase< TMeasurementVector, ScalarType >, itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >, itk::Statistics::LearningFunctionBase< LayerType, TTargetVector >, itk::Statistics::LearningFunctionBase< LayerType::LayerInterfaceType, TTargetVector >, itk::Statistics::MultilayerNeuralNetworkBase< TMeasurementVector, TTargetVector, BackPropagationLayer< TMeasurementVector, TTargetVector > >, itk::Statistics::NeuralNetworkObject< TMeasurementVector, TTargetVector >, itk::Statistics::RadialBasisFunctionBase< ScalarType >, itk::Statistics::TrainingFunctionBase< TSample, TTargetVector, ScalarType >, itk::Statistics::TransferFunctionBase< ScalarType >, itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >, itk::Statistics::DistanceMetric< ParameterType >, itk::Statistics::DistanceMetric< ParameterType >, itk::HistogramToImageFilter< THistogram, Function::HistogramIntensityFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramEntropyFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramProbabilityFunction< unsigned long, TOutputPixel > >, itk::HistogramToImageFilter< THistogram, Function::HistogramLogProbabilityFunction< unsigned long, TOutputPixel > >, itk::Statistics::ImageToListAdaptor< TImage, FixedArray< TImage::PixelType, 2 > >, itk::Statistics::ImageToListAdaptor< TImage, ImageJointDomainTraits< TImage >::MeasurementVectorType >, itk::Statistics::ImageToListAdaptor< TImage, FixedArray< TImage::PixelType, 1 > >, itk::Statistics::ListSample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >, itk::Statistics::ListSample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >, itk::Statistics::ListSample< TPointSet::PointType >, itk::Statistics::ListSample< TPointSet::PointType >, itk::Statistics::ListSample< ImageJointDomainTraits< TImage >::MeasurementVectorType >, itk::Statistics::ListSample< ImageJointDomainTraits< TImage >::MeasurementVectorType >, itk::Statistics::ListSampleBase< FixedArray< TImage::PixelType, 2 > >, itk::Statistics::ListSampleBase< ImageJointDomainTraits< TImage >::MeasurementVectorType >, itk::Statistics::ListSampleBase< TPointSet::PointType >, itk::Statistics::ListSampleBase< FixedArray< TImage::PixelType, 1 > >, itk::Statistics::MembershipFunctionBase< TMeasurementVector >, itk::Statistics::MembershipFunctionBase< TMeasurementVector >, itk::Statistics::Sample< TPointSet::PointType >, itk::Statistics::Sample< TPointSet::PointType >, itk::Statistics::Sample< FixedArray< TImage::PixelType, 2 > >, itk::Statistics::Sample< FixedArray< TImage::PixelType, 2 > >, itk::Statistics::Sample< FixedArray< TMeasurement, VMeasurementVectorSize > >, itk::Statistics::Sample< FixedArray< TMeasurement, VMeasurementVectorSize > >, itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >, itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >, itk::Statistics::Sample< Array< TMeasurement > >, itk::Statistics::Sample< Array< TMeasurement > >, itk::Statistics::Sample< ImageJointDomainTraits< TImage >::MeasurementVectorType >, itk::Statistics::Sample< ImageJointDomainTraits< TImage >::MeasurementVectorType >, itk::Statistics::Sample< TSample::MeasurementVectorType >, itk::Statistics::Sample< TSample::MeasurementVectorType >, itk::Statistics::Sample< FixedArray< TImage::PixelType, 1 > >, itk::Statistics::Sample< FixedArray< TImage::PixelType, 1 > >, itk::Statistics::SampleAlgorithmBase< TSample >, itk::Statistics::SampleAlgorithmBase< TInputHistogram >, itk::SimpleFuzzyConnectednessImageFilterBase< TInputImage, TOutputImage >, itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::greater< TImage::PixelType >, std::greater_equal< TImage::PixelType > >, itk::AnchorErodeDilateImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::less_equal< TImage::PixelType > >, itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::greater< TImage::PixelType >, std::less< TImage::PixelType >, std::greater_equal< TImage::PixelType >, std::less_equal< TImage::PixelType > >, itk::AnchorOpenCloseImageFilter< TImage, TKernel, std::less< TImage::PixelType >, std::greater< TImage::PixelType >, std::less_equal< TImage::PixelType >, std::greater_equal< TImage::PixelType > >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::less< TInputImage::PixelType > >, itk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, std::greater< TInputImage::PixelType > >, itk::BoxImageFilter< TInputImage, TOutputImage >, itk::BoxImageFilter< TImageType, TImageType >, itk::ChangeRegionLabelMapFilter< TInputImage >, itk::Functor::ColormapFunctor< TScalar, TRGBPixel >, itk::ImageToPathFilter< TInputImage, PolyLineParametricPath< 2 > >, itk::InPlaceLabelMapFilter< TImage >, itk::InPlaceLabelMapFilter< TInputImage >, itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >, itk::MaskedMovingHistogramImageFilter< TInputImage, TMaskImage, TOutputImage, TKernel, MaskedRankHistogram< TInputImage::PixelType > >, itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::greater< TInputImage::PixelType > > >, itk::MovingHistogramMorphologyImageFilter< TInputImage, TOutputImage, TKernel, Function::MorphologyHistogram< TInputImage::PixelType, std::less< TInputImage::PixelType > > >, itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >, itk::MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, unsigned int >, itk::ShapeKeepNObjectsLabelMapFilter< TImage >, itk::ShapeLabelMapFilter< TImage, Image< TImage::PixelType,::itk::GetImageDimension< TImage >::ImageDimension > >, itk::ShapeOpeningLabelMapFilter< TImage >, itk::ShapeRelabelLabelMapFilter< TImage >, itk::ShapeUniqueLabelMapFilter< TImage >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >, itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< TImage::PixelType > >, itk::VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MinFunctor< TImage::PixelType > >, itk::VTKPolyDataWriter< TMesh >, itk::BlobSpatialObject< TDimension >, itk::GroupSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::SpatialObject< 3 >, itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >, itk::TubeSpatialObject< TDimension, VesselTubeSpatialObjectPoint< TDimension > >, and itk::TubeSpatialObject< TDimension, DTITubeSpatialObjectPoint< TDimension > >.

virtual void itk::LightObject::PrintTrailer ( std::ostream &  os,
Indent  indent 
) const [protected, virtual, inherited]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

virtual void itk::LightObject::Register (  )  const [virtual, inherited]

Increase the reference count (mark as used by another object).

Reimplemented in itk::Object.

template<class TInputImage , class TFeatureImage , class TSingleData >
void itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::SetFunctionCount ( const unsigned int &  n  )  [inline, inherited]

template<class TInputImage , class TFeatureImage , class TSingleData >
void itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::SetKdTree ( KdTreePointer  kdtree  )  [inline, inherited]

template<class TInputImage , class TFeatureImage , class TSingleData >
void itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::SetNumberOfNeighbors ( const unsigned int &  n  )  [inline, inherited]

virtual void itk::LightObject::SetReferenceCount ( int   )  [virtual, inherited]

Sets the reference count on this object. This is a dangerous method, use it with care.

Reimplemented in itk::Object.

virtual void itk::LightObject::UnRegister (  )  const [virtual, inherited]

Decrease the reference count (release by another object).

Reimplemented in itk::Object.


Member Data Documentation

template<class TInputImage , class TFeatureImage , class TSingleData >
unsigned int itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::m_FunctionCount [inherited]

template<class TInputImage , class TFeatureImage , class TSingleData >
KdTreePointer itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::m_KdTree [inherited]

template<class TInputImage , class TFeatureImage , class TSingleData >
LevelSetDataPointerVector itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::m_LevelSetDataPointerVector [inherited]

template<class TInputImage , class TFeatureImage , class TSingleData >
ListImagePointer itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::m_NearestNeighborListImage [inherited]

template<class TInputImage , class TFeatureImage , class TSingleData >
unsigned int itk::RegionBasedLevelSetFunctionSharedData< TInputImage, TFeatureImage, TSingleData >::m_NumberOfNeighbors [inherited]

Number of uses of this object by other objects.

Definition at line 144 of file itkLightObject.h.

Mutex lock to protect modification to the reference count

Definition at line 147 of file itkLightObject.h.


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

Generated at Tue Sep 15 14:09:11 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000