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

Deprecated List

Member itk::AffineTransform::BackTransform (const OutputPointType &point) const
Please use GetInverseTransform and then call the forward transform function

Member itk::AffineTransform::BackTransformPoint (const OutputPointType &point) const
Please use GetInverseTransform and then call the forward transform function

Member itk::Rigid3DTransform::BackTransform (const OutputPointType &point) const
Please use GetInverseTransform and then call the forward transform using the result.

Member itk::Rigid3DTransform::GetRotationMatrix ()
Use GetMatrix instead

Member itk::Rigid3DTransform::SetRotationMatrix (const MatrixType &matrix)
Use SetMatrix instead

Member itk::CovariantVector::Get_vnl_vector (void) const
Use GetVnlVector() instead.

Member itk::CovariantVector::Get_vnl_vector (void)
Use GetVnlVector() instead.

Member itk::CovariantVector::Set_vnl_vector (const vnl_vector< T > &)
Use SetVnlVector() instead.

Class itk::DicomImageIO

Member itk::DoubleThresholdImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used by the geodesic dilation to produce the current output. This method is scheduled for removal since the implementation now uses a noniterative solution.

Member itk::KernelTransform::itkLegacyMacro (virtual const GMatrixType &ComputeG(const InputVectorType &landmarkVector) const )
in ITK 3.6, please use void ComputeG(vector,gmatrix) instead.

Member itk::ElasticBodyReciprocalSplineKernelTransform::itkLegacyMacro (virtual const GMatrixType &ComputeG(const InputVectorType &landmarkVector) const )
in ITK 3.6, please use void ComputeG(vector,gmatrix) instead.

Member itk::ElasticBodySplineKernelTransform::itkLegacyMacro (virtual const GMatrixType &ComputeG(const InputVectorType &landmarkVector) const )
in ITK 3.6, please use void ComputeG(vector,gmatrix) instead.

Class itk::FastIncrementalBinaryDilateImageFilter< TInputImage, TOutputImage, TKernel >

Member itk::GrayscaleConnectedClosingImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used to produce the current output. This method is scheduled for removal since the implementation now uses a noniterative solution.

Member itk::GrayscaleConnectedOpeningImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used to produce the current output. This method is scheduled for removal since the implementation now uses a noniterative solution.

Member itk::GrayscaleDilateImageFilter::GetBoundaryCondition ()
Get the current boundary condition.

Member itk::GrayscaleDilateImageFilter::OverrideBoundaryCondition (const DefaultBoundaryConditionType *i)
Allows a user to override the internal boundary condition. Care should be be taken to ensure that the overriding boundary condition is a persistent object during the time it is referenced. The overriding condition can be of a different type than the default type as long as it is a subclass of ImageBoundaryCondition.

Member itk::GrayscaleDilateImageFilter::ResetBoundaryCondition ()
Rest the boundary condition to the default

Member itk::GrayscaleErodeImageFilter::GetBoundaryCondition ()
Get the current boundary condition.

Member itk::GrayscaleErodeImageFilter::OverrideBoundaryCondition (const DefaultBoundaryConditionType *i)
Allows a user to override the internal boundary condition. Care should be be taken to ensure that the overriding boundary condition is a persistent object during the time it is referenced. The overriding condition can be of a different type than the default type as long as it is a subclass of ImageBoundaryCondition.

Member itk::GrayscaleErodeImageFilter::ResetBoundaryCondition ()
Rest the boundary condition to the default

Member itk::GrayscaleFillholeImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used to produce the current output. This method is scheduled for removal since the implementation now uses a noniterative solution.

Member itk::GrayscaleGrindPeakImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used to produce the current output. This method id scheduled for removal since the implementation now uses a noniterative solution.

Member itk::HConcaveImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used to produce the current output. This method is scheduled for removal since the implementation now uses a noniterative solution.

Member itk::HConvexImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used to produce the current output. This method is scheduled for removal since the implementation use a noniterative solution.

Member itk::Statistics::Histogram::GetIndex (const MeasurementVectorType &measurement) const
Use GetIndex(const MeasurementVectorType & measurement, IndexType & index ) const instead.

Member itk::Statistics::Histogram::GetIndex (const MeasurementVectorType &measurement) const
Use GetIndex(const MeasurementVectorType & measurement, IndexType & index ) const instead.

Member itk::HMaximaImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used to produce the current output. This method is scheduled for removal since the implementation now uses a noniterative solution.

Member itk::HMinimaImageFilter::GetNumberOfIterationsUsed ()
Get the number of iterations used to produce the current output. This method is scheduled for removal since the implementation now uses a noniterative solution.

Member itk::ImageConstIterator::Begin (void) const
Use GoToBegin() instead.

Member itk::ImageConstIterator::End (void) const
Use GoToEnd() instead.

Member itk::ImageConstIteratorWithIndex::Begin (void) const
Use GoToBegin() instead

Member itk::ImageConstIteratorWithIndex::End (void) const
Use GoToReverseBegin() instead

Member itk::ImageIterator::Begin (void) const
Use GoToBegin() instead

Member itk::ImageIterator::End (void) const
Use GoToEnd() instead

Member itk::ImageRegionConstIterator::Begin (void) const
Use GoToBegin() instead

Member itk::ImageRegionConstIterator::End (void) const
Use GoToEnd() instead

Member itk::ImageRegionIterator::Begin (void) const
Use GoToBegin() instead

Member itk::ImageRegionIterator::End (void) const
Use GoToEnd() instead

Member itk::ImageRegionReverseConstIterator::Begin (void) const
Use GoToBegin() instead

Member itk::ImageRegionReverseConstIterator::End (void) const
Use GoToEnd() instead

Member itk::ImageRegionReverseIterator::Begin (void) const
Use GoToBegin() instead

Member itk::ImageRegionReverseIterator::End (void) const
Use GoToEnd() instead

Member itk::ImageReverseConstIterator::Begin () const
Use GoToBegin() instead

Member itk::ImageReverseConstIterator::End () const
Use GoToEnd() instead

Member itk::IOCommon::itkLegacyMacro (static bool FileExists(const char *filename))
in ITK 3.8, please use itksys::SystemTools::FileExists(fileName) instead.

Member itk::IOCommon::itkLegacyMacro (static char *ExtractFileName(const char *fileName))
in ITK 3.8, please use itksys::SystemTools::GetFilenameName(fileName) instead.

Member itk::IOCommon::itkLegacyMacro (static char *ExtractFileExtension(const char *fileName))
in ITK 3.8, please use itksys::SystemTools::GetFilenameExtension(fileName) or itksys::SystemTools::GetFilenameLastExtension(fileName) instead.

Member itk::IOCommon::itkLegacyMacro (static char *ExtractFilePath(const char *fileName))
in ITK 3.8, please use itksys::SystemTools::GetFilenamePath(fileName) instead.

Member itk::LandmarkBasedTransformInitializer::SetFixedImage (const FixedImageType *image)
Set the fixed image. The method really doesn't do anything. The goal of this class is to compute the optimal transform, for the templated TransformType between the fixed and moving image grid, given a set of landmarks. Nothing is done with the images themselves. The method will therefore be deprecated and removed

Member itk::LandmarkBasedTransformInitializer::SetMovingImage (const MovingImageType *image)
Set the moving image. The method really doesn't do anything. The goal of this class is to compute the optimal transform, for the templated TransformType between the fixed and moving image grid, given a set of landmarks. Nothing is done with the images themselves. The method will therefore be deprecated and removed.

Member itk::MatrixOffsetTransformBase::GetInverseMatrix (void) const
Use GetInverse instead.

Member itk::Point::Get_vnl_vector (void) const
Use GetVnlVector() instead.

Member itk::Point::Get_vnl_vector (void)
Use GetVnlVector() instead.

Member itk::ResampleImageFilter::itkLegacyMacro (void SetOutputParametersFromConstImage(const ImageBaseType *image))
in ITK 3.14, Please use SetOutputParametersFromImage(). Helper method to set the output parameters based on this image.

Member itk::ScalableAffineTransform::GetMatrixComponent () const
use GetMatrix instead

Member itk::ScalableAffineTransform::GetOffsetComponent (void) const
use GetTranslation instead.

Member itk::ScalableAffineTransform::SetMatrixComponent (const MatrixType &matrix)
use SetMatrix instead

Member itk::ScalableAffineTransform::SetOffsetComponent (const OffsetType &offset)
use SetTranslation instead.

Member itk::ThinPlateR2LogRSplineKernelTransform::itkLegacyMacro (virtual const GMatrixType &ComputeG(const InputVectorType &landmarkVector) const )
in ITK 3.6, please use void ComputeG(vector,gmatrix) instead.

Member itk::ThinPlateSplineKernelTransform::itkLegacyMacro (virtual const GMatrixType &ComputeG(const InputVectorType &landmarkVector) const )
in ITK 3.6, please use void ComputeG(vector,gmatrix) instead.

Member itk::TimeProbe::GetMeanTime (void) const

Member itk::Vector::Get_vnl_vector (void) const
Use GetVnlVector() instead.

Member itk::Vector::Get_vnl_vector (void)
Use GetVnlVector() instead.

Member itk::Vector::Set_vnl_vector (const vnl_vector< T > &)
Use SetVnlVector() instead.

Member itk::VolumeSplineKernelTransform::itkLegacyMacro (virtual const GMatrixType &ComputeG(const InputVectorType &landmarkVector) const )
in ITK 3.6, please use void ComputeG(vector,gmatrix) instead.

Generated at Thu May 28 12:09:15 2009 for ITK by doxygen 1.5.5 written by Dimitri van Heesch, © 1997-2000