ITK  4.2.0
Insight Segmentation and Registration Toolkit
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456789101112]
oCitk::Functor::Abs< TInput, TOutput >Computes the absolute value of a pixel
oCitk::Functor::Abs< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::HessianToObjectnessMeasureImageFilter< TInputImage, TOutputImage >::AbsLessEqualCompareReturns ( abs(a) <= abs(b) )

 
oCitk::Functor::AbsoluteValueDifference2< TInput1, TInput2, TOutput >
oCitk::Functor::AbsoluteValueDifference2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Accessor::AbsPixelAccessor< TInternalType, TExternalType >Give access to the vcl_abs() function of a value
oCitk::Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::AccessorFunctor< TInput, TAccessor >Convert an accessor to a functor so that it can be used in a UnaryFunctorImageFilter
oCitk::Functor::AccessorFunctor< TInputImage::PixelType, TAccessor >
oCitk::Functor::Acos< TInput, TOutput >Computes the Acos of a pixel
oCitk::Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::AcosPixelAccessor< TInternalType, TExternalType >Give access to the vcl_acos() function of a value
oCitk::Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::Add1< TInput, TOutput >
oCitk::Functor::Add1< TInputImage::PixelType, TInputImage::PixelType >
oCitk::Functor::Add2< TInput1, TInput2, TOutput >
oCitk::Functor::Add2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::Add2< TInputImage::PixelType, Image< TConstant, TInputImage::ImageDimension >::PixelType, TOutputImage::PixelType >
oCitk::Functor::Add3< TInput1, TInput2, TInput3, TOutput >
oCitk::Functor::Add3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType >
oCitk::Concept::AdditiveAndAssignOperators< T1, T2 >
oCitk::Concept::AdditiveOperators< T1, T2, T3 >
oCitk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::AddMultConstFunctor
oCitk::Accessor::AddPixelAccessor< TPixel >Simulates the effect of adding a constant value to all pixels
oCitk::Accessor::AddPixelAccessor< TImage::PixelType >
oCitk::AnchorErodeDilateLine< TInputPix, TCompare >Class to implement erosions and dilations using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on. There is special code for cases where the structuring element is bigger than the image size that aren't particularly anchor related, but use the same data structures. Hopefully these sections occupy a very minor proportion of the time
oCitk::AnchorOpenCloseLine< TInputPix, TCompare >Class to implement openings and closings using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on
oCAnchorUtilitiesFunctionality in common for anchor openings/closings and erosions/dilation
oCitk::Functor::AND< TInput1, TInput2, TOutput >
oCitk::Functor::AND< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::Asin< TInput, TOutput >
oCitk::Functor::Asin< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::AsinPixelAccessor< TInternalType, TExternalType >Give access to the vcl_asin() function of a value
oCitk::Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Concept::Assignable< T >
oCitk::Functor::Atan< TInput, TOutput >
oCitk::Functor::Atan2< TInput1, TInput2, TOutput >
oCitk::Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::Atan< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::AtanPixelAccessor< TInternalType, TExternalType >Give access to the vcl_atan() function of a value
oCitk::Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::AttributeLabelObjectAccessor< TLabelObject >
oCitk::AutoPointer< TObjectType >Implements an Automatic Pointer to an object
oCitk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >Level set auxiliary variables type information
oCitk::BandNode< TIndexType, TDataType >
oCitk::BarycentricCombination< TPointContainer, TWeightContainer >Computes the barycentric combination of an array of N points
oCitk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >
oCitk::ImageToImageFilterDetail::BinaryBooleanDispatch< B1, B2 >Templated class to produce a unique type for a pairing of booleans
oCitk::BinaryImageToLevelSetImageAdaptor< TInputImage, TLevelSet >
oCitk::ImageToImageFilterDetail::BinaryIntDispatch< D1, D2 >Templated class to produce a unique type for a pairing of integers
oCitk::Functor::BinaryNot< TPixel >
oCitk::Functor::BinaryNot< TImage::PixelType >
oCitk::Functor::BinaryThreshold< TInput, TOutput >
oCitk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >
oCitk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput >Window function for sinc interpolation.

\[ w(x) = 0.42 + 0.5 cos(\frac{\pi x}{m}) + 0.08 cos(\frac{2 \pi x}{m}) \]

oCitk::BluePixelAccessor< T >Give access to the Blue component of a RGBPixel type
oCitk::ImageToImageFilterDetail::BooleanDispatch< bool >Templated class to produce a unique type "true" and "false"
oCitk::Mesh< TPixelType, VDimension, TMeshTraits >::BoundaryAssignmentIdentifier
oCitk::Functor::BoundedReciprocal< TInput, TOutput >
oCitk::Functor::BoundedReciprocal< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::BoundingBoxLabelObjectAccessor< TLabelObject >
oCitk::Concept::BracketOperator< T1, T2, T3 >
oCitk::BresenhamLine< VDimension >
oCitk::BSplineDownsampleImageFilter< TInputImage, TOutputImage, ResamplerType >Down-samples an image by a factor of 2 using B-Spline filter interpolation
oCitk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >Uses B-Spline interpolation to upsample an image by a factor of 2. This class is the public interface for spline upsampling as defined by the ResamplerType
oCitk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage >Sets up itkNeighborhoodIterator output buffers
oCitk::VTKImageExportBase::CallbackTypeProxyProvide compatibility between VTK 4.4 and earlier versions.

oCitk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate
oCitk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVectorCandidate Vector

oCitk::CannyEdgeDetectionImageFilter< TInputImage, TOutputImage >::CannyThreadStruct
oCitk::Functor::Cast< TInput, TOutput >
oCitk::Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::bio::CellBaseNon-templated Base class from which the templated Cell classes will be derived
oCitk::CellInterface< TPixelType, TCellTraits >An abstract interface for cells
oCitk::CellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer >A simple utility class to define the cell type inside a mesh type structure definition. This just makes a copy of existing type information that is needed for a cell type template parameter
oCitk::Functor::CenterOfGravityLabelObjectAccessor< TLabelObject >
oCitk::Functor::CentroidLabelObjectAccessor< TLabelObject >
oCitk::Functor::ChangeLabel< TInput, TOutput >
oCitk::Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::Clamp< TInput, TOutput >
oCitk::Functor::Clamp< TInputImage::PixelType, TOutputImage::PixelType >
oCclassname
oCitk::MultivariateLegendrePolynomial::CoefficientVectorSizeMismatchException object.

oCitk::Concept::Comparable< T1, T2 >
oCitk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor >::Comparator
oCitk::AttributeRelabelLabelMapFilter< TImage, TAttributeAccessor >::Comparator
oCitk::fem::CompareLandmarkDisplacementError
oCitk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, TFunction >::ComparePixStruct
oCitk::CompensatedSummation< TFloat >Perform more precise accumulation of floating point numbers
oCitk::Accessor::ComplexConjugatePixelAccessor< TComplexType >Provide access to the conjugate of a std::complex<> value
oCitk::Accessor::ComplexConjugatePixelAccessor< TImage::PixelType >
oCitk::Functor::ComplexToImaginary< TInput, TOutput >
oCitk::Functor::ComplexToImaginary< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::ComplexToImaginaryPixelAccessor< TInternalType, TExternalType >Give access to the Imaginary part of a std::complex<> value
oCitk::Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::ComplexToModulus< TInput, TOutput >
oCitk::Functor::ComplexToModulus< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::ComplexToModulusPixelAccessor< TInternalType, TExternalType >Give access to the Modulus of a std::complex<> value
oCitk::Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::ComplexToPhase< TInput, TOutput >
oCitk::Functor::ComplexToPhase< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::ComplexToPhasePixelAccessor< TInternalType, TExternalType >Give access to the Phase part of a std::complex<> value
oCitk::Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::ComplexToReal< TInput, TOutput >
oCitk::Functor::ComplexToReal< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::ComplexToRealPixelAccessor< TInternalType, TExternalType >Give access to the Real part of a std::complex<> value
oCitk::Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::Compose2DCovariantVector< TInput >
oCitk::Functor::Compose2DCovariantVector< TInputImage::PixelType >
oCitk::Functor::Compose2DVector< TInput >
oCitk::Functor::Compose2DVector< TInputImage::PixelType >
oCitk::Functor::Compose3DCovariantVector< TInput >
oCitk::Functor::Compose3DCovariantVector< TInputImage::PixelType >
oCitk::Functor::Compose3DVector< TInput >
oCitk::Functor::Compose3DVector< TInputImage::PixelType >
oCitk::Functor::ComposeRGB< TInput >
oCitk::Functor::ComposeRGB< TInputImage::PixelType >
oCitk::CompositeTransformIOHelperAn adapter that adapts CompositeTransform into the TransformReader/Writer
oCitk::ConditionalConstIterator< TImage >A base class for other iterators where membership in the set of output pixels is conditional upon some property, calculation, etc. For example, a threshold iterator might walk a region and return only those pixels which meet a minimum intensity condition
oCitk::ConditionVariableType
oCitk::watershed::Segmenter< TInputImage >::connectivity_t
oCitk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator
oCitk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstIterator
oCitk::LevelSetEquationContainer< TTermContainer >::ConstIterator
oCitk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstIterator
oCitk::VectorContainer< TElementIdentifier, TElement >::ConstIterator
oCitk::LabelMap< TLabelObject >::ConstIteratorA forward iterator over the LabelObjects of a LabelMap

oCitk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::ConstIteratorClass that walks through the elements of the histogram.

oCitk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIteratorConst Iterator

oCitk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ConstIteratorConst Iterator

oCitk::Statistics::JointDomainImageToListSampleAdaptor< TImage >::ConstIteratorConst Iterator

oCitk::Statistics::ListSample< TMeasurementVector >::ConstIteratorConst Iterator

oCitk::Statistics::MembershipSample< TSample >::ConstIterator
oCitk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator
oCitk::IndexedContainerInterface< TElementIdentifier, TElement >::ConstIteratorSupport const iteration operations through a container. Dereferencing the iterator must provide an object with the following methods: ElementIdentifier Index(void) const; const Element& Value(void) const;
oCitk::Statistics::Subsample< TSample >::ConstIterator
oCitk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::ConstIterator
oCitk::MapContainer< TElementIdentifier, TElement >::ConstIteratorThe const iterator type for the map.

oCitk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator
oCitk::LabelObject< TLabel, VImageDimension >::ConstLineIteratorA forward iterator over the lines of a LabelObject

oCitk::Functor::ConstrainedValueAddition< TInput1, TInput2, TOutput >
oCitk::Functor::ConstrainedValueAddition< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::ConstrainedValueDifference< TInput1, TInput2, TOutput >
oCitk::Functor::ConstrainedValueDifference< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Concept::DefaultConstructible< T >::Constraints
oCitk::Concept::CopyConstructible< T >::Constraints
oCitk::Concept::Convertible< T1, T2 >::Constraints
oCitk::Concept::Assignable< T >::Constraints
oCitk::Concept::LessThanComparable< T1, T2 >::Constraints
oCitk::Concept::GreaterThanComparable< T1, T2 >::Constraints
oCitk::Concept::EqualityComparable< T1, T2 >::Constraints
oCitk::Concept::Comparable< T1, T2 >::Constraints
oCitk::Concept::AdditiveOperators< T1, T2, T3 >::Constraints
oCitk::Concept::AdditiveAndAssignOperators< T1, T2 >::Constraints
oCitk::Concept::MultiplyOperator< T1, T2, T3 >::Constraints
oCitk::Concept::MultiplyAndAssignOperator< T1, T2 >::Constraints
oCitk::Concept::DivisionOperators< T1, T2, T3 >::Constraints
oCitk::Concept::DivisionAndAssignOperators< T1, T2 >::Constraints
oCitk::Concept::LogicalOperators< T1, T2, T3 >::Constraints
oCitk::Concept::BracketOperator< T1, T2, T3 >::Constraints
oCitk::Concept::NotOperator< T >::Constraints
oCitk::Concept::OStreamWritable< T >::Constraints
oCitk::Concept::IncrementDecrementOperators< T >::Constraints
oCitk::Concept::Signed< T >::Constraints
oCitk::Concept::SameType< T1, T2 >::Constraints
oCitk::Concept::SameDimension< D1, D2 >::Constraints
oCitk::Concept::HasNumericTraits< T >::Constraints
oCitk::Concept::HasPixelTraits< T >::Constraints
oCitk::Concept::HasValueType< T >::Constraints
oCitk::Concept::HasZero< T >::Constraints
oCitk::Concept::HasJoinTraits< T1, T2 >::Constraints
oCitk::Concept::SameDimensionOrMinusOne< D1, D2 >::Constraints
oCitk::Concept::SameDimensionOrMinusOneOrTwo< D1, D2 >::Constraints
oCitk::Concept::IsInteger< T >::Constraints
oCitk::Concept::IsNonInteger< T >::Constraints
oCitk::Concept::IsFloatingPoint< T >::Constraints
oCitk::Concept::IsFixedPoint< T >::Constraints
oCitk::FixedArray< TValueType, VLength >::ConstReverseIteratorA const reverse iterator through an array.

oCitk::ConstSliceIterator< TPixel, TContainer >A flexible iterator for ITK containers(i.e. itk::Neighborhood) that support pixel access through operator[]
oCitk::ConstSparseFieldLayerIterator< TNodeType >Used to iterate through an itkSparseFieldLayer
oCitk::ContourExtractor2DImageFilter< TInputImage >::ContourType
oCitk::bio::Gene::ControlDomainType
oCitk::Concept::Convertible< T1, T2 >
oCitk::ConvertPixelBuffer< InputPixelType, OutputPixelType, OutputConvertTraits >Class to convert blocks of data from one type to another
oCitk::ConvertPixelBuffer< InputPixelType, Array< T >, OutputConvertTraits >
oCitk::ConvertPixelBuffer< InputPixelType, VariableLengthVector< T >, OutputConvertTraits >
oCitk::Functor::JoinFunctor< TPixel1, TPixel2 >::CopierDispatchBase
oCitk::Concept::CopyConstructible< T >
oCitk::CorrespondenceDataStructureIterator< TStructureType >An iterator designed to easily traverse an CorrespondenceDataStructure
oCitk::Functor::Cos< TInput, TOutput >
oCitk::Functor::Cos< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Function::CosineWindowFunction< VRadius, TInput, TOutput >Window function for sinc interpolation.

\[ w(x) = cos(\frac{\pi x}{2 m} ) \]

oCitk::Accessor::CosPixelAccessor< TInternalType, TExternalType >Give access to the vcl_cos() function of a value
oCitk::Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType >
oCCrossCompute the cross product of two vectors of dimension 3, independently of the type of the values of vector's elements
oCitk::CrossHelper< TVector >
oCitk::DataObjectConstIteratorA forward iterator over the DataObject of a ProcessObject
oCitk::DataObjectIteratorA forward iterator over the DataObject of a ProcessObject
oCitk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >Internal class used for one computed characteritic
oCitk::Concept::DefaultConstructible< T >
oCitk::DefaultConvertPixelTraits< PixelType >Traits class used to by ConvertPixels to convert blocks of pixels
oCitk::DefaultConvertPixelTraits< ::std::complex< TComponent > >
oCitk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >
oCitk::DefaultConvertPixelTraits< Offset< VDimension > >
oCitk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >
oCitk::DefaultDynamicMeshTraits< TPixelType, VPointDimension, VMaxTopologicalDimension, TCoordRep, TInterpolationWeight, TCellPixelType >A simple structure that holds type information for a mesh and its cells
oCitk::DefaultImageTraits< TPixelType, VImageDimension, TPixelContainer >Default ImageTraits for any PixelType
oCitk::DefaultPixelAccessor< TType >Give access to partial aspects a type
oCitk::DefaultPixelAccessorFunctor< TImageType >Provides a common API for pixel accessors for Image and VectorImage
oCitk::DefaultStaticMeshTraits< TPixelType, VPointDimension, VMaxTopologicalDimension, TCoordRep, TInterpolationWeight, TCellPixelType >
oCitk::DefaultVectorPixelAccessor< TType >Give access to partial aspects of a type
oCitk::DefaultVectorPixelAccessor< TPixelType >
oCitk::DefaultVectorPixelAccessorFunctor< TImageType >This class provides a common API for pixel accessors for Image and VectorImage. (between the DefaultVectorPixelAccessor and DefaultPixelAccessor)
oCDeformableMesh3DThe DeformableMesh3DFilter is used to deform a mesh (deformable model) under a potential force in 2D or 3D. The potential force is derived from the gradient information in the medical image and it will make the model deform to fit to the boundary features
oCitk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >::DenseFDThreadStruct
oCitk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >::DirectionCost
oCitk::DisableIfC< V, T >
oCitk::BSplineDerivativeKernelFunction< VSplineOrder, TRealValueType >::DispatchBase
oCitk::BSplineKernelFunction< VSplineOrder, TRealValueType >::DispatchBase
oCitk::MinMaxCurvatureFlowFunction< TImage >::DispatchBase
oCitk::ImageToImageFilterDetail::DispatchBaseBase class for a class used to dispatch to dimension specific implementations
oCitk::LinearInterpolateImageFunction< TInputImage, TCoordRep >::DispatchBase
oCitk::Functor::Div< TInput1, TInput2, TOutput >
oCitk::Functor::Div< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::Div< TInputImage::PixelType, Image< TConstant, TInputImage::ImageDimension >::PixelType, TOutputImage::PixelType >
oCitk::Functor::DivideOrZeroOut< TNumerator, TDenominator, TOutput >
oCitk::Functor::DivideOrZeroOut< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Concept::DivisionAndAssignOperators< T1, T2 >
oCitk::Concept::DivisionOperators< T1, T2, T3 >
oCitk::watershed::SegmentTable< TScalarType >::edge_pair_t
oCitk::Functor::EdgePotential< TInput, TOutput >
oCitk::Functor::EdgePotential< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::fem::Element1DStress< TBaseClass >Class that is used to define linear elasticity problem in 1D space
oCitk::fem::Element2DMembrane< TBaseClass >Class that is used to define a membrane energy problem in 2D space
oCitk::fem::Element2DStrain< TBaseClass >Class that is used to define linear elasticity problem in 2D space
oCitk::fem::Element2DStress< TBaseClass >Class that is used to define linear elasticity problem in 2D space
oCitk::fem::Element3DMembrane< TBaseClass >Class that is used to define a membrane energy problem in 3D space
oCitk::fem::Element3DMembrane1DOF< TBaseClass >Class that is used to define a membrane energy problem in 3D space
oCitk::fem::Element3DStrain< TBaseClass >Class that is used to define linear elasticity problem in 3D space
oCitk::fem::ElementStd< VNumberOfNodes, VNumberOfSpatialDimensions, TBaseClass >Implements standard node management in the element classes
oCitk::ElementWrapperInterface< TElement, TElementIdentifier >
oCitk::ElementWrapperInterface< MinPriorityQueueElementWrapper< TElement, TElementPriority, TElementIdentifier >, TElementIdentifier >
oCitk::ElementWrapperPointerInterface< TElementWrapperPointer, TElementIdentifier >
oCitk::Functor::ElongationLabelObjectAccessor< TLabelObject >
oCitk::EnableIfC< V, T >
oCitk::Concept::EqualityComparable< T1, T2 >
oCitk::Functor::EquivalentEllipsoidDiameterLabelObjectAccessor< TLabelObject >
oCitk::Functor::EquivalentSphericalPerimeterLabelObjectAccessor< TLabelObject >
oCitk::Functor::EquivalentSphericalRadiusLabelObjectAccessor< TLabelObject >
oCitk::EventObjectAbstraction of the Events used to communicating among filters and with GUIs
oCitk::ExceptionObjectStandard exception handling object
oCitk::Functor::Exp< TInput, TOutput >
oCitk::Functor::Exp< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::ExpNegative< TInput, TOutput >
oCitk::Functor::ExpNegative< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::ExpNegativePixelAccessor< TInternalType, TExternalType >Give access to the vcl_exp() function of a value
oCitk::Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Accessor::ExpPixelAccessor< TInternalType, TExternalType >Give access to the vcl_exp() function of a value
oCitk::Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::watershed::Boundary< TScalarType, TDimension >::face_pixel_t
oCitk::FancyStringA special string type that is used to aid I/O operations in DOM-based object readers/writers
oCitk::FastMarchingBase< TInput, TOutput >Abstract class to solve an Eikonal based-equation using Fast Marching Method
oCitk::FastMarchingTraits< TInput, TOutput >Base class traits to be used by the FastMarchingBase
oCitk::FastMarchingTraitsBase< TInputDomain, TNode, TOutputDomain, TSuperclass >
oCitk::FastMarchingTraitsBase< Image< TInputPixel, VDimension >, Index< VDimension >, Image< TOutputPixel, VDimension >, ImageToImageFilter< Image< TInputPixel, VDimension >, Image< TOutputPixel, VDimension > > >
oCitk::FastMarchingTraitsBase< QuadEdgeMesh< TInputPixel, VDimension, TInputMeshTraits >, TInputMeshTraits::PointIdentifier, QuadEdgeMesh< TOutputPixel, VDimension, TOutputMeshTraits >, QuadEdgeMeshToQuadEdgeMeshFilter< QuadEdgeMesh< TInputPixel, VDimension, TInputMeshTraits >, QuadEdgeMesh< TOutputPixel, VDimension, TOutputMeshTraits > > >
oCitk::FiniteDifferenceSparseImageFilter< TInputImageType, TSparseOutputImageType >::FDThreadStruct
oCitk::MRCHeaderObject::FeiExtendedHeader
oCitk::fem::FEMP< T >Pointer used to store polymorphic elements in STL arrays
oCitk::fem::FEMPArray< T >Array for FEMP objects
oCFEMRobustSolverA FEM solver characterized by accommodating outliers or noises in landmarks and advancing approximation to interpolation. This solver takes a FEMObject as input and outputs a deformed FEMObject
oCitk::Functor::FeretDiameterLabelObjectAccessor< TLabelObject >
oCitk::FileToolsThis is a helper class to provide file/directory manipulations such as file creation, directory creation, etc
oCitk::ProgressAccumulator::FilterRecord
oCFilterWatcher
oCitk::FixedArray< TValueType, VLength >Simulate a standard C array with copy semnatics
oCitk::FixedArray< float, NPointDimension >
oCitk::FixedArray< PointValueType, NPointDimension >
oCitk::FixedArray< SpacingValueType, NVectorDimension >
oCitk::FixedArray< T, NVectorDimension >
oCitk::FixedArray< TComponent, 3 >
oCitk::FixedArray< TComponent, 4 >
oCitk::FixedArray< TComponent, NDimension *(NDimension+1)/2 >
oCitk::FixedArray< TCoordRep, NPointDimension >
oCitk::FixedArray< TOutput, NPointDimension >
oCitk::FixedArray< TScalarType, NPointDimension >
oCitk::FixedArray< TScalarType, NVectorDimension >
oCitk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSamplePoint
oCitk::watershed::Boundary< TScalarType, TDimension >::flat_region_t
oCitk::watershed::Segmenter< TInputImage >::flat_region_t
oCitk::Functor::FlatnessLabelObjectAccessor< TLabelObject >
oCitk::Math::Detail::FloatIEEE< T >
oCitk::Math::Detail::FloatIEEETraits< double >
oCitk::Math::Detail::FloatIEEETraits< float >
oCitk::FloatingPointExceptions
oCitk::Concept::FloatOrDouble< double >
oCitk::Concept::FloatOrDouble< float >
oCitk::VoronoiDiagram2DGenerator< TCoordType >::FortuneEdge
oCitk::VoronoiDiagram2DGenerator< TCoordType >::FortuneHalfEdge
oCitk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite
oCitk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >::FrontAtomAtomic information associated to each edge of the front
oCitk::fem::GaussIntegrateUse the Gauss-Legendre formula to perform integration
oCGE_5x_ImgHdr
oCGEImageHeader
oCitk::bio::GeneThis class implements the abstraction of a biological gene
oCitk::bio::GeneNetworkThis class implements the abstraction of a biological gene network
oCitk::bio::GenomeThis class implements the abstraction of a biological genome
oCitk::GeometryUtilitiesGroups some utility functions related to geometry
oCitk::GetDimension< T >
oCitk::Statistics::GetHistogramDimension< THistogram >
oCitk::GetImageDimension< TImage >
oCitk::GetMeshDimension< TMesh >
oCitk::GetPointSetDimension< TPointSet >
oCitk::GetVectorDimension< TVector >
oCitk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct
oCitk::ESMDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
oCitk::RegionBasedLevelSetFunction< TInput, TFeature, TSharedData >::GlobalDataStruct
oCitk::LevelSetFunction< TImageType >::GlobalDataStruct
oCitk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
oCitk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
oCitk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
oCitk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
oCitk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
oCitk::MIRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
oCitk::NCCRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct
oCGPUContextManagerClass to store the GPU context
oCitk::Functor::GPUFunctorBaseBase functor class for GPU functor image filters
oCitk::GPUImageOpsProvides the kernels for some basic GPU Image Operations
oCitk::GPUTraits< T >
oCitk::GPUTraits< Image< TPixelType, NDimension > >
oCitk::Concept::GreaterThanComparable< T1, T2 >
oCitk::GreenPixelAccessor< T >Give access to the Green component of a RGBPixel type
oCitk::AttributeMorphologyBaseImageFilter< TInputImage, TOutputImage, TAttribute, TFunction >::GreyAndPos
oCitk::Function::HammingWindowFunction< VRadius, TInput, TOutput >Window function for sinc interpolation.

\[ w(x) = 0.54 + 0.46 cos(\frac{\pi x}{m} ) \]

oCitk::Concept::HasJoinTraits< T1, T2 >
oCitk::Concept::HasNumericTraits< T >
oCitk::Concept::HasPixelTraits< T >
oCitk::Concept::HasValueType< T >
oCitk::Concept::HasZero< T >
oCitk::MRCHeaderObject::Header
oCitk::HexahedronCellTopologyHolds data defining the topological connections of the vertices and edges of a HexahedronCell
oCitk::Function::HistogramEntropyFunction< TInput, TOutput >
oCitk::Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType >
oCitk::Function::HistogramIntensityFunction< TInput, TOutput >
oCitk::Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType >
oCitk::Functor::HistogramLabelObjectAccessor< TLabelObject >
oCitk::Function::HistogramLogProbabilityFunction< TInput, TOutput >
oCitk::Function::HistogramLogProbabilityFunction< SizeValueType, TImage::PixelType >
oCitk::Function::HistogramProbabilityFunction< TInput, TOutput >
oCitk::Function::HistogramProbabilityFunction< SizeValueType, TImage::PixelType >
oCitk::AutomaticTopologyMeshSource< TOutputMesh >::IdentifierArrayEqualsFunction
oCitk::AutomaticTopologyMeshSource< TOutputMesh >::IdentifierArrayHashFunction
oCitk::ImageAlgorithmA container of static functions which can operate on Images with Iterators
oCitk::ImageBoundaryCondition< TInputImage, TOutputImage >A virtual base object that defines an interface to a class of boundary condition objects for use by neighborhood iterators
oCitk::ImageBoundaryCondition< ImageType >
oCitk::ImageBoundaryCondition< TDeformationField, TDeformationField >
oCitk::ImageBoundaryCondition< TDisplacementField, TDisplacementField >
oCitk::ImageBoundaryCondition< TImage, TImage >
oCitk::ImageBoundaryCondition< TInput, TInput >
oCitk::ImageBoundaryCondition< TInputImage, TInputImage >
oCitk::ImageBoundaryCondition< TSparseImageType, TSparseImageType >
oCitk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >Splits an image into a main region and several "face" regions which are used to handle computations on the boundary of an image
oCitk::ImageConstIterator< TImage >A multi-dimensional image iterator templated over image type
oCitk::ImageConstIteratorWithIndex< TImage >A base class for multi-dimensional iterators templated over image type that are designed to efficiently keep track of the iterator position
oCitk::ImageConstIteratorWithIndex< TImageType >
oCitk::ImageHelper< NImageDimension, NLoop >Fast Index/Offset computation
oCitk::ImageIORegionAdaptor< VDimension >Helper class for converting ImageRegions into ImageIORegions and back
oCitk::Statistics::ImageJointDomainTraits< TImage >This class provides the type definition for the measurement vector in the joint domain (range domain – pixel values + spatial domain – pixel's physical coordinates)
oCitk::ImageToImageFilterDetail::ImageRegionCopier< D1, D2 >A Function object used to dispatching to a routine to copy a region (start index and size)
oCitk::ImageToImageFilterDetail::ImageRegionCopier< T1, T2 >
oCitk::ImageReverseConstIterator< TImage >Multi-dimensional image iterator
oCitk::ImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetricv4 >Provides threading for ImageToImageMetricv4::GetValueAndDerivative
oCitk::ImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric >
oCitk::ImageToImageMetricv4GetValueAndDerivativeThreader< ThreadedImageRegionPartitioner< TImageToImageMetric::VirtualImageDimension >, TImageToImageMetric >
oCitk::ImageTransformHelper< NImageDimension, R, C >Fast index/physical index computation
oCitk::ImageVoxel
oCitk::Concept::IncrementDecrementOperators< T >
oCitk::IndentControl indentation during Print() invocation
oCitk::Index< VIndexDimension >Represent a n-dimensional index in a n-dimensional image
oCitk::Index< itkGetStaticConstMacro(Dimension) >
oCitk::Index< itkGetStaticConstMacro(ImageDimension) >
oCitk::Index< VDimension >
oCitk::Functor::IndexLexicographicCompare< VIndexDimension >Order Index instances lexicographically
oCitk::Functor::IntensityLinearTransform< TInput, TOutput >
oCitk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::IntensityWindowingTransform< TInput, TOutput >
oCitk::Functor::IntensityWindowingTransform< TInputImage::PixelType, TOutputImage::PixelType >
oCInterfaceWrapper for FFTW API
oCitk::CorrelationImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric, TCorrelationMetric >::InternalCumSumType
oCInvalidRequestRegionError
oCitk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >
oCitk::Functor::InvertIntensityFunctor< InputPixelType >
oCitk::Functor::InvertIntensityTransform< TInput, TOutput >
oCitk::Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::IOCommonCentralized funtionality for IO classes
oCitk::IOTestHelper
oCitk::Concept::IsFixedPoint< T >
oCitk::Concept::IsFloatingPoint< T >
oCitk::Concept::IsInteger< T >
oCitk::Concept::IsNonInteger< T >
oCitk::IterationReporterImplements iterations tracking for a filter
oCitk::IndexedContainerInterface< TElementIdentifier, TElement >::IteratorSupport iteration operations through a container. Dereferencing the iterator must provide an object with the following methods: ElementIdentifier Index(void) const; Element& Value(void);
oCitk::LevelSetContainerBase< TIdentifier, TLevelSet >::Iterator
oCitk::LevelSetEquationContainer< TTermContainer >::Iterator
oCitk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Iterator
oCitk::VectorContainer< TElementIdentifier, TElement >::Iterator
oCitk::LabelMap< TLabelObject >::IteratorA forward iterator over the LabelObjects of a LabelMap

oCitk::MapContainer< TElementIdentifier, TElement >::IteratorThe non-const iterator type for the map.

oCitkBSplineCenteredL2ResampleImageFilterBaseUses the "Centered L2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image by a factor of 2
oCitkFEMLoadNoisyLandmarkThis landmark is derived from the motion of a specific landmark, but allows the existance of noise or outliers
oCitkFloatingPointExceptions
oCitkTreeIteratorCloneItkTreeIteratorClone class
oCitk::fem::ItpackSparseMatrixCompressed row sparse matrix representation that makes use of itpack to dynamically assemble the matrix
oCitk::Functor::JoinFunctor< TPixel1, TPixel2 >Join the components of two pixel types into a single pixel type
oCitk::JointHistogramMutualInformationComputeJointPDFThreader< TDomainPartitioner, TJointHistogramMetric >Provide a threaded computation of the joint PDF for JointHistogramMutualInformationImageToImageMetricv4
oCJointHistogramMutualInformationImageToImageMetricComputes the mutual information between two images to be registered using the method of Mattes et al
oCitk::JoinTraits< TValueType1, TValueType2 >Trait to determine what datatype is needed if the specified pixel types are "joined" into a single vector
oCitk::KalmanLinearEstimator< T, VEstimatorDimension >Implement a linear recursive estimator
oCitk::Statistics::KdTreeNode< TSample >This class defines the interface of its derived classes
oCitk::GPUKernelManager::KernelArgumentList
oCitk::KLMDynamicBorderArray< TBorder >Object maintaining a reference to a list of borders associated with a region
oCitk::Functor::KurtosisLabelObjectAccessor< TLabelObject >
oCitk::LabelGeometryImageFilter< TLabelImage, TIntensityImage >::LabelGeometryGeometry stored per label

oCitk::Functor::LabelLabelObjectAccessor< TLabelObject >
oCitk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >
oCitk::LabelObjectLine< VImageDimension >
oCLabelObjectLineComparatorPerforms a comparison of l1 < l2. Returns true if l1 is strictly less than l2
oCitk::Functor::LabelObjectLineComparator< TLabelObjectLine >
oCitk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >
oCitk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >Functor for applying a colormap to a label image and combine it with a grayscale image
oCitk::Functor::LabelOverlayFunctor< TInputImage::PixelType, TLabelImage::PixelType, TOutputImage::PixelType >
oCitk::LabelOverlapMeasuresImageFilter< TLabelImage >::LabelSetMeasuresMetrics stored per label

oCitk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatisticsStatistics stored per label

oCitk::Functor::LabelToRGBFunctor< TLabel, TRGBPixel >Functor for converting labels into RGB triplets
oCitk::Functor::LabelToRGBFunctor< TLabelImage::PixelType, TOutputImage::PixelType >
oCitk::Function::LanczosWindowFunction< VRadius, TInput, TOutput >Window function for sinc interpolation.

\[ w(x) = \textrm{sinc} ( \frac{x}{m} ) \]

Note: Paper referenced in WindowedSincInterpolateImageFunction gives an incorrect definition of this window function

oCitk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >Functor class for computing a Landweber iteration
oCLBFGSBOptimizerHelperWrapper helper around vnl_lbfgsb
oCitk::Concept::LessThanComparable< T1, T2 >
oCitk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::LevelSetDataTypeConvenient data structure to cache computed characteristics

oCitk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomainSpecifies an image region where an unique std::list of level sets Id's are defined
oCitk::LevelSetEvolution< TEquationContainer, TLevelSet >Class for iterating and evolving the level-set function
oCitk::LevelSetEvolutionComputeIterationThreader< TLevelSet, TDomainPartitioner, TLevelSetEvolution >Thread the ComputeIteration method
oCitk::LevelSetEvolutionUpdateLevelSetsThreader< TLevelSet, TDomainPartitioner, TLevelSetEvolution >Threade the UpdateLevelSets method
oCitk::LevelSetNode< TPixel, VSetDimension >Represent a node in a level set
oCitk::LevelSetTypeDefault< TLevelSet >Level set type information
oCitk::LightObjectLight weight base class for most itk classes
oCitk::LineCell< TCellInterface >Represents a line segment for a Mesh
oCitk::LineConstIterator< TImage >An iterator that walks a Bresenham line through an ND image with read-only access to pixels
oCitk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObject
oCitk::ShapeUniqueLabelMapFilter< TImage >::LineOfLabelObject
oCitk::ShapeUniqueLabelMapFilter< TImage >::LineOfLabelObjectComparator
oCitk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObjectComparator
oCitk::NeuralNetworkFileReader< TNetwork >::LineType
oCitk::ListNode< TValueType >
oCitk::Functor::Log< TInput, TOutput >
oCitk::Functor::Log10< TInput, TOutput >
oCitk::Functor::Log10< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::Log10PixelAccessor< TInternalType, TExternalType >Give access to the vcl_log10() function of a value
oCitk::Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::Log< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::LoggerThreadWrapper< SimpleLoggerType >Used for providing logging service as a separate thread
oCitk::Concept::LogicalOperators< T1, T2, T3 >
oCitk::Accessor::LogPixelAccessor< TInternalType, TExternalType >Give access to the vcl_log() function of a value
oCitk::Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >
oCitk::Functor::MagnitudeAndPhaseToComplex< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType::value_type >
oCitk::Functor::MakeJoin< TImage1, TImage2 >
oCitk::Functor::MakeJoin< TInputImage1, TInputImage2 >
oCMallinfoMemoryUsageObserver
oCMallinfoMemoryUsageObserver
oCitk::MeshIOBase::MapComponentType< T >
oCitk::MapDataBase class for map data containers
oCitk::MapFileParser< TMapData >TODO
oCitk::MapFileParser< TSmapsDataType >
oCitk::MapFileParser< TVMMapDataType >
oCitk::ImageIOBase::MapPixelType< TPixel >
oCitk::MapRecordMapRecord class
oCitk::Functor::MaskInput< TInput, TMask, TOutput >
oCitk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::MaskNegatedInput< TInput, TMask, TOutput >
oCitk::Functor::MaskNegatedInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >
oCitk::Matrix< T, NRows, NColumns >A templated class holding a M x N size Matrix
oCitk::Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)>
oCitk::Matrix< double, VImageDimension, VImageDimension >
oCitk::Matrix< TScalarType, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension)>
oCitk::Matrix< TScalarType, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)>
oCitk::MatrixCoefficients< TInputMesh >Superclass for all the matrix coefficients computation classes
oCitk::Functor::MatrixIndexSelection< TInput, TOutput >
oCitk::Functor::MatrixIndexSelection< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::MaxFunctor< TPixel >
oCitk::Functor::Maximum< TInput1, TInput2, TOutput >
oCitk::Functor::Maximum1< TInput, TOutput >
oCitk::Functor::Maximum1< TInputImage::PixelType, TInputImage::PixelType >
oCitk::Functor::Maximum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::MaximumAccumulator< TInputPixel >
oCitk::Functor::MaximumIndexLabelObjectAccessor< TLabelObject >
oCitk::Functor::MaximumLabelObjectAccessor< TLabelObject >
oCitk::Functor::MeanAccumulator< TInputPixel, TAccumulate >
oCitk::Functor::MeanLabelObjectAccessor< TLabelObject >
oCMeanSquaredErrorFunction_This is the itkMeanSquaredErrorFunction_ class
oCitk::Statistics::MeasurementVectorPixelTraits< TPixelType >
oCitk::Statistics::MeasurementVectorTraits
oCitk::Statistics::MeasurementVectorTraitsTypes< TMeasurementVector >
oCitk::Statistics::MeasurementVectorTraitsTypes< std::vector< T > >
oCitk::Functor::MedianAccumulator< TInputPixel >
oCitk::Functor::MedianLabelObjectAccessor< TLabelObject >
oCitk::ObjectStore< TObjectType >::MemoryBlock
oCMemoryUsageObserverProvides the memory usage of the process
oCMemoryUsageObserver
oCitk::MemoryUsageObserverBase
oCitk::watershed::SegmentTree< TScalarType >::merge_comp
oCitk::watershed::SegmentTree< TScalarType >::merge_t
oCitk::MeshConvertPixelTraits< PixelType >Traits class used to by ConvertPixels to convert blocks of pixels
oCMeshFunctionBaseBase class for mesh function object modifiers
oCitk::MetaDataDictionaryProvides a mechanism for storing a collection of arbitrary data types
oCitk::MetaDataDictionary::MetaDataDictionaryMapType
oCitk::MetaEventEvent abstract class
oCitk::MetaSceneConverter< NDimensions, PixelType, TMeshTraits >Converts between MetaObject and SpaitalObject scenes
oCMetaVesselTubeConverterConverts between MetaObject<->SpatialObject
oCitk::fem::LoadBCMFC::MFCTermClass that holds information about one term in MFC constraint equation
oCitk::MinFunctor< TPixel >
oCitk::Functor::Minimum< TInput1, TInput2, TOutput >
oCitk::Functor::Minimum< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::MinimumAccumulator< TInputPixel >
oCitk::Functor::MinimumIndexLabelObjectAccessor< TLabelObject >
oCitk::Functor::MinimumLabelObjectAccessor< TLabelObject >
oCitk::Functor::Modulus2< TInput1, TInput2, TOutput >
oCitk::Functor::Modulus2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::Modulus3< TInput1, TInput2, TInput3, TOutput >
oCitk::Functor::Modulus3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType >
oCitk::Functor::ModulusSquare3< TInput1, TInput2, TInput3, TOutput >
oCitk::Functor::ModulusSquare3< TInputImage1::PixelType, TInputImage2::PixelType, TInputImage3::PixelType, TOutputImage::PixelType >
oCitk::Functor::ModulusTransform< TInput, TOutput >
oCitk::Functor::ModulusTransform< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Function::MorphologicalGradientHistogram< TInputPixel >
oCitk::Function::MorphologyHistogram< TInputPixel, TCompare >
oCitk::Functor::Mult< TInput1, TInput2, TOutput >
oCitk::Functor::Mult< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::Mult< TInputImage::PixelType, Image< TConstant, TInputImage::ImageDimension >::PixelType, TOutputImage::PixelType >
oCitk::MultipleValuedVnlCostFunctionAdaptorThis class is an Adaptor that allows to pass itk::MultipleValuedCostFunctions to vnl_optimizers expecting a vnl_cost_function
oCitk::Concept::MultiplyAndAssignOperator< T1, T2 >
oCitk::Concept::MultiplyOperator< T1, T2, T3 >
oCitk::ImageToImageMetric< TFixedImage, TMovingImage >::MultiThreaderParameterType
oCitk::MultivariateLegendrePolynomial2D and 3D multivariate Legendre Polynomial
oCitk::MutexLockHolder< TMutex >A container to store a Mutex
oCitk::ProcessObject::NameComparator
oCitk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::NarrowBandImageFilterBaseThreadStruct
oCitk::Statistics::KdTree< TSample >::NearestNeighborsData structure for storing k-nearest neighbor search result (k number of Neighbors)
oCitk::Neighborhood< TPixel, VDimension, TAllocator >A light-weight container object for storing an N-dimensional neighborhood of values
oCitk::Neighborhood< bool, VDimension >
oCitk::Neighborhood< TDeformationField::InternalPixelType *, TDeformationField::ImageDimension >
oCitk::Neighborhood< TDisplacementField::InternalPixelType *, TDisplacementField::ImageDimension >
oCitk::Neighborhood< TImage::InternalPixelType *, TImage::ImageDimension >
oCitk::Neighborhood< TInput::InternalPixelType *, TInput::ImageDimension >
oCitk::Neighborhood< TInputImage::InternalPixelType *, TInputImage::ImageDimension >
oCitk::Neighborhood< TSparseImageType::InternalPixelType *, TSparseImageType::ImageDimension >
oCitk::NeighborhoodAccessorFunctor< TImage >Provides accessor interfaces to Get pixels and is meant to be used on pointers contained within Neighborhoods. A typical user should not need to use this class directly. This class is used by the neighborhood iterators to get pixels from pixel pointers or assign a pixel to an address
oCitk::NeighborhoodAllocator< TPixel >A memory allocator for use as the default allocator type in Neighborhood
oCitk::NeighborhoodAllocator< bool >
oCitk::NeighborhoodAllocator< TDeformationField::InternalPixelType * >
oCitk::NeighborhoodAllocator< TDisplacementField::InternalPixelType * >
oCitk::NeighborhoodAllocator< TImage::InternalPixelType * >
oCitk::NeighborhoodAllocator< TInput::InternalPixelType * >
oCitk::NeighborhoodAllocator< TInputImage::InternalPixelType * >
oCitk::NeighborhoodAllocator< TSparseImageType::InternalPixelType * >
oCitk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >Defines the inner product operation between an Neighborhood and a NeighborhoodOperator
oCitk::NodeOfPermutationA node to be used when computing permutations
oCitk::NodePair< TNode, TOutputPixel >Represents a Node and its associated value (front value)
oCitk::NormalBandNode< TImageType >This is a data storage class that can is used as the node type for the SparseImage class
oCitk::Functor::NOT< TInput, TOutput >
oCitk::Functor::NOT< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Concept::NotOperator< T >
oCitk::NthElementImageAdaptorHelper< TImage, TOutputPixelType >
oCitk::NthElementPixelAccessor< T, TContainer >Give access to the N-th of a Container type
oCitk::Functor::NumberOfLinesLabelObjectAccessor< TLabelObject >
oCitk::Functor::NumberOfPixelsLabelObjectAccessor< TLabelObject >
oCitk::Functor::NumberOfPixelsOnBorderLabelObjectAccessor< TLabelObject >
oCnumeric_limits
oCitk::NumericTraits< Array< T > >NumericTraits for Array
oCitk::NumericTraits< CovariantVector< T, D > >Define numeric traits for CovariantVector
oCitk::NumericTraits< DiffusionTensor3D< T > >Define numeric traits for DiffusionTensor3D
oCitk::NumericTraits< FixedArray< T, D > >Define numeric traits for FixedArray
oCitk::NumericTraits< Point< T, D > >NumericTraits for Point
oCitk::NumericTraits< RGBAPixel< T > >Define numeric traits for RGBAPixel
oCitk::NumericTraits< RGBPixel< T > >Define numeric traits for RGBPixel
oCitk::NumericTraits< std::vector< T > >Define numeric traits for std::vector
oCitk::NumericTraits< SymmetricSecondRankTensor< T, D > >Define numeric traits for SymmetricSecondRankTensor
oCitk::NumericTraits< VariableLengthVector< T > >Define numeric traits for VariableLengthVector
oCitk::NumericTraits< Vector< T, D > >NumericTraits for Vector
oCitk::OctreeNodeA data structure representing a node in an Octree
oCitk::OctreeNodeBranch
oCitk::Offset< VOffsetDimension >Represent the offset between two n-dimensional indexes in a n-dimensional image
oCitk::Offset< VDimension >
oCitk::Functor::OffsetLexicographicCompare< VOffsetDimension >Order Offset instances lexicographically
oCitk::OptimizerParametersHelper< TValueType >Basic helper class to manage parameter data as an Array type, the default type
oCitk::Functor::OR< TInput1, TInput2, TOutput >
oCitk::Functor::OR< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Concept::OStreamWritable< T >
oCitk::ObjectFactoryBase::OverrideInformationInternal implementation class for ObjectFactorBase.

oCitk::ParallelSparseFieldCityBlockNeighborList< TNeighborhoodType >A convenience class for storing indices which reference neighbor pixels within a neighborhood
oCitk::ParallelSparseFieldLevelSetNode< TNodeIndexType >
oCitk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::ParallelSparseFieldLevelSetThreadStruct
oCitk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionDifference< TPixel >
oCitk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >
oCitk::ParticleSwarmOptimizerBase::ParticleData
oCitk::PathConstIterator< TImage, TPath >PathConstIterator iterates (traces) over a path through an image
oCitk::Functor::PerimeterLabelObjectAccessor< TLabelObject >
oCitk::Functor::PerimeterOnBorderLabelObjectAccessor< TLabelObject >
oCitk::Functor::PerimeterOnBorderRatioLabelObjectAccessor< TLabelObject >
oCitk::Functor::PhysicalSizeLabelObjectAccessor< TLabelObject >
oCitk::PixelAccessor< TInternalType, TExternalType >Give access to partial aspects of a type
oCitk::ImageAlgorithm::PixelSize< TImageType >
oCitk::PixelTraits< TPixelType >Traits for a pixel that define the dimension and component type
oCitk::Point1D
oCitk::PolygonCell< TCellInterface >Represents a polygon in a Mesh
oCitk::Functor::Pow< TInput1, TInput2, TOutput >
oCitk::Functor::Pow< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::PrincipalAxesLabelObjectAccessor< TLabelObject >
oCitk::Functor::PrincipalMomentsLabelObjectAccessor< TLabelObject >
oCProcessedOutputType
oCitk::ProgressReporterImplements progress tracking for a filter
oCitk::ProjectedIterativeDeconvolutionImageFilter< TSuperclass >Mix-in class that adds a projection step after each iteration
oCitk::fftw::Proxy< TPixel >
oCitk::fftw::Proxy< double >
oCitk::fftw::Proxy< float >
oCitk::QuadEdgeBase class for the implementation of a quad-edge data structure as proposed in "Guibas and Stolfi 1985"
oCitk::QuadEdgeMeshBaseIterator< TQuadEdge >Base iterator class for QuadEdgeMesh
oCitk::QuadEdgeMeshBaseIterator< TGeometricalQuadEdge >
oCitk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >TODO explicit specification for VDimension=3!!!
oCitk::QuadEdgeMeshExtendedTraits< TPixelType, VPointDimension, VMaxTopologicalDimension, TCoordRep, TInterpolationWeightType, TCellPixelType, TPData, TDData >Extended traits for a QuadEdgeMesh
oCitk::QuadEdgeMeshFrontBaseIterator< TMesh, TQE >Front iterator on Mesh class
oCitk::QuadEdgeMeshLineCell< TCellInterface >Class that connects the QuadEdgeMesh with the Mesh
oCitk::QuadEdgeMeshPolygonCell< TCellInterface >
oCQuadEdgeMeshScalarDataVTKPolyDataThis class saves a QuadMesh into a VTK-legacy file format, including its scalar data associated with points
oCitk::QuadEdgeMeshTraits< TPixel, VPointDimension, TPData, TDData, TCoordRep, TInterpolationWeight >Class holding the traits of the QuadEdgeMesh
oCitk::QuadraticEdgeCell< TCellInterface >Represents a second order line segment for a Mesh
oCitk::QuadraticTriangleCellTopologyQuadraticTriangleCellTopology holds data defining the topological connections of the vertices and edges of a TriangleCell
oCitk::QuadrilateralCellTopologyHolds data defining the topological connections of the vertices and edges of a QuadrilateralCell
oCitk::QuaternionOrientationAdapter< VDimension >Converts QuaternionOrientation flags to/from direction cosines
oCitk::RandomPermutationProduce a random permutation of a collection
oCitk::Function::RankHistogram< TInputPixel >
oCitk::RealTimeIntervalA data structure for representing the time span between two RealTimeStamps, with similar high precision and a large dynamic range to what the RealTimeStamps offer
oCitk::RealTimeStampThe RealTimeStamp is a data structure for representing time with high precision and a large dynamic range
oCitk::DefaultPixelAccessorFunctor< TImageType >::Rebind< UImageType >
oCitk::ImageAdaptor< TImage, TAccessor >::Rebind< UPixelType, UImageDimension >
oCitk::DefaultVectorPixelAccessorFunctor< TImageType >::Rebind< UImageType >
oCitk::VectorImage< TPixel, VImageDimension >::Rebind< UPixelType, UImageDimension >A structure which enable changing any image class' pixel type to another
oCitk::Image< TPixel, VImageDimension >::Rebind< UPixelType, UImageDimension >
oCRedirectOutputParameters
oCitk::RedPixelAccessor< T >Give access to the red component of a RGBPixel type
oCitk::ExceptionObject::ReferenceCounterInterface
oCitk::RegionA region represents some portion or piece of data
oCitk::NarrowBand< NodeType >::RegionStruct
oCitk::SparseFieldLayer< TNodeType >::RegionType
oCRegressionTestParameters
oCitk::RelabelComponentImageFilter< TInputImage, TOutputImage >::RelabelComponentObjectType
oCitk::RelabelComponentImageFilter< TInputImage, TOutputImage >::RelabelComponentSizeInPixelsComparator
oCitk::ResourceProbe< ValueType, MeanType >Computes the change of a value between two points in code
oCitk::ResourceProbe< RealTimeClock::TimeStampType, RealTimeClock::TimeStampType >
oCitk::ResourceProbe< SizeValueType, double >
oCitk::ResourceProbesCollectorBase< TProbe >Aggregates a set of probes
oCitk::ResourceProbesCollectorBase< MemoryProbe >
oCitk::ResourceProbesCollectorBase< TimeProbe >
oCitk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor >::ReverseComparator
oCitk::AttributeRelabelLabelMapFilter< TImage, TAttributeAccessor >::ReverseComparator
oCitk::FixedArray< TValueType, VLength >::ReverseIteratorA reverse iterator through an array.

oCitk::Functor::RGBToLuminance< TInput, TOutput >
oCitk::Functor::RGBToLuminance< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::RGBToLuminancePixelAccessor< TInternalType, TExternalType >Give access to Luminance of a color pixel type
oCitk::Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Accessor::RGBToVectorPixelAccessor< T >Give access to a RGBPixel as if it were a Vector type
oCitk::Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType >
oCitk::Functor::Round< TInput, TOutput >
oCitk::Functor::Round< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::RoundnessLabelObjectAccessor< TLabelObject >
oCitk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >::runLength
oCitk::LabelContourImageFilter< TInputImage, TOutputImage >::RunLength
oCitk::BinaryImageToLabelMapFilter< TInputImage, TOutputImage >::runLength
oCitk::BinaryContourImageFilter< TInputImage, TOutputImage >::runLength
oCitk::Concept::SameDimension< D1, D2 >
oCitk::Concept::SameDimensionOrMinusOne< D1, D2 >
oCitk::Concept::SameDimensionOrMinusOneOrTwo< D1, D2 >
oCitk::Concept::SameType< T1, T2 >
oCitk::Functor::ScalarToRGBPixelFunctor< TScalar >A Function object which maps a scalar value into an RGB pixel value
oCitk::ScalarVector< TScalar, TVector, TVectorDimension >A templated class holding bot scalar and vector values and responding to the GetScalar() and GetVector() methods
oCitk::ANTSNeighborhoodCorrelationImageToImageMetricv4< TFixedImage, TMovingImage, TVirtualImage >::ScanMemType
oCitk::ANTSNeighborhoodCorrelationImageToImageMetricv4< TFixedImage, TMovingImage, TVirtualImage >::ScanParametersType
oCitk::watershed::SegmentTable< TScalarType >::segment_t
oCitk::Functor::Sigmoid< TInput, TOutput >
oCitk::Functor::Sigmoid< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Concept::Signed< T >
oCitk::Functor::SimilarPixelsFunctor< TInput >
oCitk::Functor::SimilarPixelsFunctor< TInputImage::ValueType >
oCitk::Functor::SimilarVectorsFunctor< TInput >A connected components filter that labels the objects in a vector image. Two vectors are pointing similar directions if one minus their dot product is less than a threshold. Vectors that are 180 degrees out of phase are similar. Assumes that vectors are normalized
oCitk::Functor::SimilarVectorsFunctor< TInputImage::ValueType >
oCitk::SimpleFastMutexLockCritical section locking class that can be allocated on the stack
oCitk::SimpleFilterWatcherSimple mechanism for monitoring the pipeline events of a filter and reporting these events to std::cout
oCitk::MultivariateLegendrePolynomial::SimpleForwardIteratorIterator which only supports forward iteration and Begin(), IsAtEnd(), and Get() method which work just like as SimpleImageRegionIterator
oCSimpleMultiResolutionImageRegistrationUI< TRegistrator >
oCSimpleMultiResolutionImageRegistrationUI< TRegistration >
oCitk::SimpleMutexLockSimple mutual exclusion locking class
oCitk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor
oCitk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor
oCitk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor
oCitk::SimplexMeshGeometryHandle geometric properties for vertices of a simplx mesh
oCitk::Functor::Sin< TInput, TOutput >
oCitk::Functor::Sin< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::SingleValuedVnlCostFunctionAdaptorThis class is an Adaptor that allows to pass itk::SingleValuedCostFunctions to vnl_optimizers expecting a vnl_cost_function
oCitk::Accessor::SinPixelAccessor< TInternalType, TExternalType >Give access to the vcl_sin() function of a value
oCitk::Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Size< VDimension >Represent the size (bounds) of a n-dimensional image
oCitk::Size< itkGetStaticConstMacro(ImageDimension) >
oCitk::Functor::SkewnessLabelObjectAccessor< TLabelObject >
oCitk::SliceIterator< TPixel, TContainer >A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through operator[]
oCitk::SmartPointer< TObjectType >Implements transparent reference counting
oCitk::SmartPointer< const Self >
oCitk::SmartPointer< Self >
oCitk::SmartPointerForwardReference< T >Implements transparent reference counting in situations where forward references / cyclic include dependencies are a problem
oCitk::fem::SolutionProvides functions to access the values of the solution vector
oCitk::watershed::SegmentTree< TScalarType >::sort_comp
oCitk::MultiphaseSparseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TIdCell >::SparseDataStruct
oCitk::SparseFieldCityBlockNeighborList< TNeighborhoodType >A convenience class for storing indices which reference neighbor pixels within a neighborhood
oCitk::SparseFieldCityBlockNeighborList< NeighborhoodIterator< OutputImageType > >
oCitk::SparseFieldLevelSetNode< TValueType >
oCitk::SpatialObjectPoint< TPointDimension >Point used for spatial objets
oCitk::SpatialOrientationAdapterConverts SpatialOrientation flags to/from direction cosines
oCitk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >::SpatialSample
oCitk::GradientMagnitudeRecursiveGaussianImageFilter< TInputImage, TOutputImage >::SqrSpacing
oCitk::Functor::Sqrt< TInput, TOutput >
oCitk::Functor::Sqrt< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::SqrtPixelAccessor< TInternalType, TExternalType >Give access to the vcl_sqrt() function of a value
oCitk::Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::Square< TInput, TOutput >
oCitk::Functor::Square< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::SquaredDifference2< TInput1, TInput2, TOutput >
oCitk::Functor::SquaredDifference2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::StandardDeviationAccumulator< TInputPixel, TAccumulate >
oCitk::Functor::StandardDeviationLabelObjectAccessor< TLabelObject >
oCitk::STLConstContainerAdaptor< TContainer >An adapter object that casts a [const itk::XxxContainer] into [const std::xxx] and enables access to the underlying data structure
oCitk::STLContainerAdaptor< TContainer >An adapter object that casts a itk::XxxContainer into std::xxx and enables access to the underlying data structure
oCitk::StringToolsA set of tools to manipulate a string
oCitk::StructHashFunction< TInput >Generic hash function for an arbitrary struct (or class)
oCitk::FlatStructuringElement< VDimension >::StructuringElementFacet< VDimension3 >
oCitk::Functor::Sub2< TInput1, TInput2, TOutput >
oCitk::Functor::Sub2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::Sub2< TInputImage::PixelType, Image< TConstant, TInputImage::ImageDimension >::PixelType, TOutputImage::PixelType >
oCitk::Statistics::Subsample< TSample >This class stores a subset of instance identifiers from another sample object. You can create a subsample out of another sample object or another subsample object. The class is useful when storing or extracting a portion of a sample object. Note that when the elements of a subsample are sorted, the instance identifiers of the subsample are sorted without changing the original source sample. Most Statistics algorithms (that derive from StatisticsAlgorithmBase accept Subsample objects as inputs)
oCitk::Functor::SumAccumulator< TInputPixel, TOuputPixel >
oCitk::Functor::SumLabelObjectAccessor< TLabelObject >
oCitk::SymmetricEigenAnalysis< TMatrix, TVector, TEigenMatrix >Find Eigen values of a real 2D symmetric matrix. It serves as a thread-safe alternative to the class: vnl_symmetric_eigensystem, which uses netlib routines
oCitk::SymmetricEigenAnalysis< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::SymmetricEigenAnalysisFunction< TInput, TOutput >
oCitk::Functor::SymmetricEigenAnalysisFunction< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::Tan< TInput, TOutput >
oCitk::Functor::Tan< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Accessor::TanPixelAccessor< TInternalType, TExternalType >Give access to the vcl_tan() function of a value
oCitk::Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType >
oCitk::Functor::TensorFractionalAnisotropyFunction< TInput >
oCitk::Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType >
oCitk::Functor::TensorRelativeAnisotropyFunction< TInput >
oCitk::Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType >
oCitk::TetrahedronCellTopologyTetrahedronCellTopology holds data defining the topological connections of the vertices and edges of a TetrahedronCell
oCitk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::ThreadData
oCitk::PatchBasedDenoisingImageFilter< TInputImage, TOutputImage >::ThreadDataStruct
oCThreadedIndexedContainerPartitionerPartitions an indexed container
oCitk::ThreadedIteratorRangePartitionerDomain< TIterator >Domain type for the ThreadedIteratorRangePartitioner
oCitk::PatchBasedDenoisingImageFilter< TInputImage, TOutputImage >::ThreadFilterStruct
oCitk::NarrowBandImageFilterBase< TInputImage, TOutputImage >::ThreadRegionType
oCitk::FiniteDifferenceSparseImageFilter< TInputImageType, TSparseOutputImageType >::ThreadRegionType
oCitk::ImageSource< TOutputImage >::ThreadStruct
oCitk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >::ThreadStruct
oCitk::BlockMatchingImageFilter< TFixedImage, TMovingImage, TFeatures, TDisplacements, TSimilarities >::ThreadStruct
oCitk::DomainThreader< TDomainPartitioner, TAssociate >::ThreadStruct
oCitk::VideoSource< TOutputVideoStream >::ThreadStruct
oCitk::ImageTransformer< TInputImage >::ThreadStruct
oCitk::Functor::ThresholdLabeler< TInput, TOutput >
oCitk::Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >
oCitk::TileImageFilter< TInputImage, TOutputImage >::TileInfo
oCitk::TimeStampGenerate a unique, increasing time value
oCTParentImageFilter
oCitk::TreeIteratorBase< TTreeType >This class provides the base implementation for tree iterators
oCitk::TreeIteratorClone< TObjectType >
oCitk::TriangleCellTopology
oCitk::TriangleHelper< TPoint >A convenience class for computation of various triangle elements in 2D or 3D
oCitk::Concept::Detail::UniqueType< T >
oCitk::Concept::Detail::UniqueType_bool< bool >
oCitk::Concept::Detail::UniqueType_int< int >
oCitk::Concept::Detail::UniqueType_unsigned_int< int >
oCitk::ImageIOBase::UnknownType
oCitk::MeshIOBase::UnknownType
oCVanHerkGilWermanUtilitiesFunctionality in common for anchor openings/closings and erosions/dilation
oCitk::VariableLengthVector< TValueType >Represents an array whose length can be defined at run-time
oCitk::VariableSizeMatrix< T >A templated class holding a M x N size Matrix
oCitk::Functor::VarianceLabelObjectAccessor< TLabelObject >
oCitk::Functor::VectorCast< TInput, TOutput >
oCitk::Functor::VectorCast< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::VectorImageNeighborhoodAccessorFunctor< TImage >Provides accessor interfaces to Access pixels and is meant to be used on pointers to pixels held by the Neighborhood class
oCitk::Functor::VectorIndexSelectionCast< TInput, TOutput >
oCitk::Functor::VectorIndexSelectionCast< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::VectorMagnitude< TInput, TOutput >
oCitk::Functor::VectorMagnitude< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Functor::VectorMagnitudeLinearTransform< TInput, TOutput >
oCitk::Functor::VectorMagnitudeLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >
oCitk::Function::VectorMorphologicalGradientHistogram< TInputPixel >
oCitk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >
oCitk::VectorNeighborhoodInnerProduct< TImage >Defines the inner product operation between an itk::Neighborhood and an itk::NeighborhoodOperator
oCitk::Function::VectorRankHistogram< TInputPixel >
oCitk::Accessor::VectorToRGBPixelAccessor< T >Give access to a Vector pixel type as if it were a RGBPixel type
oCitk::Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType >
oCitk::Versor< T >A templated class holding a unit quaternion
oCitk::VertexCell< TCellInterface >Represents a single vertex for a Mesh
oCitk::ContourExtractor2DImageFilter< TInputImage >::VertexHash
oCvnl_matrix
oCvnl_vector
oCitk::VnlFFTCommonCommon routines related to Vnl's FFT implementation
oCitk::VnlFFTCommon::VnlFFTTransform< TImage >
oCVNLIterativeSparseSolverTraits< T >Generic interface for iterative sparse linear solver
oCVNLSparseLUSolverTraits< T >Generic interface for sparse LU solver
oCitk::VoronoiDiagram2D< TCoordType >::VoronoiEdge
oCitk::WeakPointer< TObjectType >Implements a weak reference to an object
oCitk::Functor::WeightedAdd2< TInput1, TInput2, TOutput >
oCitk::Functor::WeightedAdd2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >
oCitk::Functor::WeightedElongationLabelObjectAccessor< TLabelObject >
oCitk::Functor::WeightedFlatnessLabelObjectAccessor< TLabelObject >
oCitk::Functor::WeightedPrincipalAxesLabelObjectAccessor< TLabelObject >
oCitk::Functor::WeightedPrincipalMomentsLabelObjectAccessor< TLabelObject >
oCitk::Function::WelchWindowFunction< VRadius, TInput, TOutput >Window function for sinc interpolation.

\[ w(x) = 1 - ( \frac{x^2}{m^2} ) \]

oCitk::Functor::WienerDeconvolutionFunctor< TPixel >
oCitk::WisdomFilenameGeneratorBase
oCitk::Functor::XOR< TInput1, TInput2, TOutput >
\Citk::Functor::XOR< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >