ITK
4.3.0
Insight Segmentation and Registration Toolkit
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
Deprecated List
Class
itk::Accessor::VectorImageToImagePixelAccessor< TType >
Please use the more generic NthElementImageAdaptor.
Class
itk::AddConstantToImageFilter< TInputImage, TConstant, TOutputImage >
Member
itk::AffineTransform< TScalarType, NDimensions >::itkLegacyMacro
(InputPointType BackTransform(const OutputPointType &point) const)
Please use GetInverseTransform and then call the forward transform function
Member
itk::AffineTransform< TScalarType, NDimensions >::itkLegacyMacro
(InputPointType BackTransformPoint(const OutputPointType &point) const)
Please use GetInverseTransform and then call the forward transform function
Member
itk::CovariantVector< T, NVectorDimension >::itkLegacyMacro
(void Set_vnl_vector(const vnl_vector< T > &))
Use SetVnlVector() instead.
Member
itk::CovariantVector< T, NVectorDimension >::itkLegacyMacro
(vnl_vector_ref< T > Get_vnl_vector(void))
Use GetVnlVector() instead.
Member
itk::CovariantVector< T, NVectorDimension >::itkLegacyMacro
(vnl_vector< T > Get_vnl_vector(void) const)
Use GetVnlVector() instead.
Class
itk::DeformationFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >
Class
itk::DeformationFieldSource< TOutputImage >
Class
itk::DivideByConstantImageFilter< TInputImage, TConstant, TOutputImage >
Class
itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >
Class
itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >
Class
itk::Functor::ModulusTransform< TInput, TOutput >
The two template parametered ModulusTransform functor is depricated. Please use the version with 3 template parameters.
Class
itk::GradientToMagnitudeImageFilter< TInputImage, TOutputImage >
Member
itk::ImageConstIterator< TImage >::itkLegacyMacro
(Self Begin(void) const)
Use GoToBegin() instead.
Member
itk::ImageConstIterator< TImage >::itkLegacyMacro
(Self End(void) const)
Use GoToEnd() instead.
Member
itk::ImageConstIteratorWithIndex< TImage >::itkLegacyMacro
(Self Begin(void) const)
Use GoToBegin() instead
Member
itk::ImageConstIteratorWithIndex< TImage >::itkLegacyMacro
(Self End(void) const)
Use GoToReverseBegin() instead
Member
itk::ImageConstIteratorWithOnlyIndex< TImage >::itkLegacyMacro
(Self Begin(void) const)
Use GoToBegin() instead
Member
itk::ImageConstIteratorWithOnlyIndex< TImage >::itkLegacyMacro
(Self End(void) const)
Use GoToReverseBegin() instead
Member
itk::ImageIterator< TImage >::itkLegacyMacro
(Self Begin(void) const)
Use GoToBegin() instead
Member
itk::ImageIterator< TImage >::itkLegacyMacro
(Self End(void) const)
Use GoToEnd() instead
Member
itk::ImageRegionConstIterator< TImage >::itkLegacyMacro
(Self Begin(void) const)
Use GoToBegin() instead
Member
itk::ImageRegionConstIterator< TImage >::itkLegacyMacro
(Self End(void) const)
Use GoToEnd() instead
Member
itk::ImageRegionIterator< TImage >::itkLegacyMacro
(Self Begin(void) const)
Use GoToBegin() instead
Member
itk::ImageRegionIterator< TImage >::itkLegacyMacro
(Self End(void) const)
Use GoToEnd() instead
Member
itk::ImageRegionReverseConstIterator< TImage >::itkLegacyMacro
(Self Begin(void) const)
Use GoToBegin() instead
Member
itk::ImageRegionReverseConstIterator< TImage >::itkLegacyMacro
(Self End(void) const)
Use GoToEnd() instead
Member
itk::ImageRegionReverseIterator< TImage >::itkLegacyMacro
(Self Begin(void) const)
Use GoToBegin() instead
Member
itk::ImageRegionReverseIterator< TImage >::itkLegacyMacro
(Self End(void) const)
Use GoToEnd() instead
Member
itk::ImageReverseConstIterator< TImage >::itkLegacyMacro
(Self End() const)
Use GoToEnd() instead
Member
itk::ImageReverseConstIterator< TImage >::itkLegacyMacro
(Self Begin() const)
Use GoToBegin() instead
Class
itk::ImageToVectorImageFilter< TInputImage >
Class
itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >
Class
itk::IterativeInverseDeformationFieldImageFilter< TInputImage, TOutputImage >
Class
itk::KernelFunction
Member
itk::MatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >::GetInverseMatrix
(void) const
Use GetInverse for public API instead. Method will eventually be made a protected member function
Class
itk::MultiplyByConstantImageFilter< TInputImage, TConstant, TOutputImage >
Class
itk::OtsuThresholdImageCalculator< TInputImage >
Member
itk::Point< TCoordRep, NPointDimension >::itkLegacyMacro
(vnl_vector< TCoordRep > Get_vnl_vector(void) const)
Use GetVnlVector() instead.
Member
itk::Point< TCoordRep, NPointDimension >::itkLegacyMacro
(vnl_vector_ref< TCoordRep > Get_vnl_vector(void))
Use GetVnlVector() instead.
Member
itk::ProcessObject::itkLegacyMacro
(virtual void RemoveInput(DataObject *input))
use RemoveInput(unsigned int) instead
Member
itk::ProcessObject::itkLegacyMacro
(void SetNumberOfInputs(DataObjectPointerArraySizeType num))
use SetNumberOfIndexedInputs() instead
Member
itk::ProcessObject::itkLegacyMacro
(virtual void RemoveOutput(DataObject *output))
use RemoveOutput(unsigned int) instead
Member
itk::ProcessObject::itkLegacyMacro
(void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
use SetNumberOfIndexedInputs() instead
Member
itk::Rigid3DTransform< TScalarType >::itkLegacyMacro
(InputPointType BackTransform(const OutputPointType &point) const)
Please use GetInverseTransform and then call the forward transform using the result.
Member
itk::ScalableAffineTransform< TScalarType, NDimensions >::itkLegacyMacro
(void SetMatrixComponent(const MatrixType &matrix))
use SetMatrix instead
Member
itk::ScalableAffineTransform< TScalarType, NDimensions >::itkLegacyMacro
(const MatrixType &GetMatrixComponent() const)
use GetMatrix instead
Member
itk::ScalableAffineTransform< TScalarType, NDimensions >::itkLegacyMacro
(const OffsetType &GetOffsetComponent(void) const )
use GetTranslation instead.
Member
itk::ScalableAffineTransform< TScalarType, NDimensions >::itkLegacyMacro
(void SetOffsetComponent(const OffsetType &offset))
use SetTranslation instead.
Member
itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::itkLegacyMacro
(const IndexType &GetIndex(const MeasurementVectorType &measurement) const)
Use GetIndex(const MeasurementVectorType & measurement, IndexType & index ) const instead.
Class
itk::SubtractConstantFromImageFilter< TInputImage, TConstant, TOutputImage >
Member
itk::TimeProbe::itkLegacyMacro
(TimeStampType GetMeanTime(void) const)
Class
itk::TransformToDeformationFieldSource< TOutputImage, TTransformPrecisionType >
Member
itk::Vector< T, NVectorDimension >::itkLegacyMacro
(vnl_vector< T > Get_vnl_vector(void) const)
Use GetVnlVector() instead.
Member
itk::Vector< T, NVectorDimension >::itkLegacyMacro
(void Set_vnl_vector(const vnl_vector< T > &))
Use SetVnlVector() instead.
Member
itk::Vector< T, NVectorDimension >::itkLegacyMacro
(vnl_vector_ref< T > Get_vnl_vector(void))
Use GetVnlVector() instead.
Generated on Sun Dec 9 2012 01:32:32 for ITK by
1.8.2