ITK/Release 2.6: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2,932: | Line 2,932: | ||
Utilities/zlib/zlib.def | Utilities/zlib/zlib.def | ||
ENH: Fix name | ENH: Fix name | ||
</pre> | |||
== Changes in this Release == | |||
<pre> | |||
CMakeLists.txt | |||
ENH: Updating the MINOR VERSION Number in preparation for release of ITK 2.8. | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
ENH: Borland compiler flags must now be set to prevent too many warnings. Ths is due to a CMake change in default flags for Borland. | |||
BUG: No quotes | |||
ENH: Forcing Concept checking to be always disabled for the Borland compiler. | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
ENH: Moving minor number to "7" after tagging for release ITK 2.6. | |||
ITKConfig.cmake.in | |||
ENH: Specify ITK_GDCM_DIR and ITK_USE_SYSTEM_GDCM in the export configuration so that projects using ITK know about it | |||
UseITK.cmake.in | |||
ENH: Allow ITK to be built against an installed version of GDCM with the ITK_USE_SYSTEM_GDCM option | |||
itkConfigure.h.in | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used | |||
itkGenerateITKConfig.cmake | |||
ENH: Allow ITK to be built against an installed version of GDCM with the ITK_USE_SYSTEM_GDCM option | |||
itkIncludeDirectories.cmake | |||
ENH: Do not add GDCM to the build tree if its ITK_USE_SYSTEM_GDCM is on | |||
CMake/CheckCPPDirective.cmake | |||
ENH: Allow ITK to be built against an installed version of GDCM with the ITK_USE_SYSTEM_GDCM option | |||
CMake/Attic/FindGDCM.cmake | |||
ENH: Remove confusing script that was written at the time where GDCM was build using autotools... | |||
Code/CMakeLists.txt | |||
Code/Algorithms/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Code/Algorithms/itkAntiAliasBinaryImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkBalloonForceFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkBayesianClassifierImageFilter | |||
Code/Algorithms/itkBayesianClassifierInitializationImageFilter | |||
Code/Algorithms/itkBinaryMask3DMeshSource | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkBinaryMedialNodeMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkBinaryMinMaxCurvatureFlowImageFilter | |||
ENH: adding concept-checking | |||
Code/Algorithms/itkBinaryPruningImageFilter | |||
STYLE: Updated filter description | |||
ENH: adding concept-checking | |||
Code/Algorithms/itkBinaryThinningImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkBioCell | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkBioGenome | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkCannySegmentationLevelSetFunction | |||
Code/Algorithms/itkCannySegmentationLevelSetImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkCollidingFrontsImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkCorrelationCoefficientHistogramImageToImageMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkCurvatureFlowImageFilter | |||
ENH: adding concept-checking | |||
Code/Algorithms/itkCurvatureRegistrationFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkCurvesLevelSetImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkDeformableMesh3DFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkDeformableSimplexMesh3DBalloonForceFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkDeformableSimplexMesh3DFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkDeformableSimplexMesh3DGradientConstraintForceFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkEuclideanDistancePointMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkExtensionVelocitiesImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkFEMFiniteDifferenceFunctionLoad | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkFEMRegistrationFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkFastChamferDistanceImageFilter | |||
COMP: fixing a compile error | |||
Code/Algorithms/itkFastChamferDistanceImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkFastMarchingExtensionImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkFastMarchingImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkFastMarchingUpwindGradientImageFilter | |||
BUG: Fixed the TargetReached modes of the algorithm | |||
Code/Algorithms/itkFastMarchingUpwindGradientImageFilter | |||
BUG: Fixed the TargetReached modes of the algorithm | |||
Code/Algorithms/itkGradientVectorFlowImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkHistogramMatchingImageFilter | |||
ENH: adding concept-checking | |||
Code/Algorithms/itkImageKmeansModelEstimator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkImageToSpatialObjectMetric | |||
Code/Algorithms/itkImageToSpatialObjectMetr | |||
Code/Algorithms/itkImageToSpatialObjectRegistrationMethod | |||
Code/Algorithms/itkImageToSpatialObjectRegistrationMethod | |||
Code/Algorithms/itkIsoContourDistanceImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkIsoContourDistanceImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkIsolatedWatershedImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkKLMRegionGrowImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkKullbackLeiblerCompareHistogramImageToImageMetric | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkKullbackLeiblerCompareHistogramImageToImageMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkLabelVotingImageFilter | |||
BUG: missing InputImageDimension. | |||
Code/Algorithms/itkMIRegistrationFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMRFImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkMRIBiasFieldCorrectionFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMRIBiasFieldCorrectionFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMattesMutualInformationImageToImageMetr | |||
BUG: Stop looking for points if using an image mask if we try 10 times more than the requested number (helps with mistakes using empty mask images) | |||
Code/Algorithms/itkMeanReciprocalSquareDifferencePointSetToImageMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMeanSquareRegistrationFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMeanSquaresImageToImageMetric | |||
ENH: adding concept checking to a metric as an example | |||
Code/Algorithms/itkMinMaxCurvatureFlowFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMinMaxCurvatureFlowImageFilter | |||
Code/Algorithms/itkMultiResolutionImageRegistrationMethod | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMultiResolutionPyramidImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkMultiResolutionPyramidImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMutualInformationHistogramImageToImageMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkMutualInformationImageToImageMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkNCCRegistrationFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkNarrowBandCurvesLevelSetImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkNarrowBandLevelSetImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkNarrowBandThresholdSegmentationLevelSetImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkNormalizedCorrelationImageToImageMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkNormalizedCorrelationPointSetToImageMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkNormalizedMutualInformationHistogramImageToImageMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkOtsuMultipleThresholdsImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkOtsuMultipleThresholdsImageFilter | |||
BUG: 2786. Adding types for managing thresholds expressed in RealType. | |||
Code/Algorithms/itkOtsuThresholdImageCalculator | |||
ENH: Added Region to calculator. | |||
Code/Algorithms/itkOtsuThresholdImageCalculator | |||
ENH: Added Region to calculator. | |||
Code/Algorithms/itkOtsuThresholdImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkRayCastInterpolateImageFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkRecursiveMultiResolutionPyramidImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkReinitializeLevelSetImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkSTAPLEImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkScalarImageKmeansImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkSegmentationLevelSetImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkSimplexMeshVolumeCalculator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkThresholdMaximumConnectedComponentsImageFilter | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Code/Algorithms/itkThresholdMaximumConnectedComponentsImageFilter | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Code/Algorithms/itkThresholdSegmentationLevelSetFunction | |||
STYLE: Cleaned up comments | |||
Code/Algorithms/itkUnaryMedialNodeMetr | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkVectorThresholdSegmentationLevelSetFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkVnlFFTComplexConjugateToRealImageFilter | |||
Code/Algorithms/itkVoronoiDiagram2DGenerator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkVoronoiPartitioningImageFilter | |||
ENH: adding concept checking | |||
Code/Algorithms/itkVoronoiPartitioningImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkVoronoiSegmentationImageFilter | |||
COMP: fixing compiler warnings | |||
Code/Algorithms/itkVoronoiSegmentationImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkVoronoiSegmentationImageFilterBase | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkVoronoiSegmentationRGBImageFilter | |||
COMP: fixing compiler warnings | |||
Code/Algorithms/itkVoronoiSegmentationRGBImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Algorithms/itkWatershedImageFilter | |||
Code/Algorithms/itkWatershedSegmenter | |||
STYLE: Equations specified incorrectly | |||
Code/BasicFilters/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Code/BasicFilters/itkAbsImageFilter | |||
BUG: Signed concept is not required for AbsImageFilter | |||
ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used | |||
Code/BasicFilters/itkAbsoluteValueDifferenceImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkAccumulateImageFilter | |||
ENH: adding concept-checking | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkAcosImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkAdaptImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkAdaptiveHistogramEqualizationImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkAddImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkAndImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkAnisotropicDiffusionImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkApproximateSignedDistanceMapImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkAsinImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkAtan2ImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkAtanImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBSplineCenteredResampleImageFilterBase | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBSplineDecompositionImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkBSplineDecompositionImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBSplineDownsampleImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkBSplineDownsampleImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBSplineInterpolateImageFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBSplineUpsampleImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkBSplineUpsampleImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBilateralImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkBilateralImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBinaryFunctorImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkBinaryMagnitudeImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBinaryMaskToNarrowBandPointSetFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBinaryMedianImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkBinaryMorphologyImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkBinaryThresholdImageFilter | |||
ENH: More verbose documentation | |||
ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used | |||
Code/BasicFilters/itkBinomialBlurImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkBloxBoundaryPointImageToBloxBoundaryProfileImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkBloxBoundaryPointImageToBloxBoundaryProfileImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter | |||
ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter | |||
Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkBoundedReciprocalImageFilter | |||
ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used | |||
Code/BasicFilters/itkCannyEdgeDetectionImageFilter | |||
ENH: checking for SameDimension and IsFloatingPoint concepts | |||
Code/BasicFilters/itkCastImageFilter | |||
ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used | |||
Code/BasicFilters/itkChangeLabelImageFilter | |||
ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used | |||
Code/BasicFilters/itkClosingByReconstructionImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkComplexToImaginaryImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkComplexToModulusImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkComplexToPhaseImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkComplexToRealImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkCompose2DCovariantVectorImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkCompose2DVectorImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkCompose3DCovariantVectorImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkCompose3DVectorImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkConfidenceConnectedImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkConfidenceConnectedImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkConnectedComponentFunctorImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkConnectedThresholdImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkConstantPadImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkConstrainedValueAdditionImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkConstrainedValueDifferenceImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkContourDirectedMeanDistanceImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkContourMeanDistanceImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkCosImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkCropImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkCurvatureAnisotropicDiffusionImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkDanielssonDistanceMapImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkDerivativeImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkDifferenceOfGaussiansGradientImageFilter | |||
COMP: fixing compiler errors shown on cygwin | |||
Code/BasicFilters/itkDiffusionTensor3DReconstructionImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkDilateObjectMorphologyImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkDirectedHausdorffDistanceImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkDiscreteGaussianImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkDivideImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkDoubleThresholdImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkEdgePotentialImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkEigenAnalysis2DImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkEigenAnalysis2DImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkErodeObjectMorphologyImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkExpImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkExpNegativeImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkExpandImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkExpandImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkExtractImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGradientAnisotropicDiffusionImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGradientImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGradientImageToBloxBoundaryPointImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkGradientMagnitudeImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGradientMagnitudeRecursiveGaussianImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGradientNDAnisotropicDiffusionFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkGradientRecursiveGaussianImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGradientToMagnitudeImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleConnectedClosingImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleConnectedOpeningImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleDilateImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleErodeImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleFillholeImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleFunctionDilateImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleFunctionErodeImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleGeodesicDilateImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleGeodesicErodeImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleGrindPeakImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleMorphologicalClosingImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkGrayscaleMorphologicalOpeningImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkHConcaveImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkHConvexImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkHMaximaImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkHMinimaImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkHardConnectedComponentImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkHausdorffDistanceImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkHessian3DToVesselnessMeasureImageFilter | |||
COMP: need StaticConstMacro for Borland. | |||
Code/BasicFilters/itkHessian3DToVesselnessMeasureImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkHessianRecursiveGaussianImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkHoughTransform2DCirclesImageFilter | |||
COMP: fixing compiler errors shown on cygwin | |||
Code/BasicFilters/itkHoughTransform2DCirclesImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkHoughTransform2DLinesImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkHoughTransform2DLinesImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkIntensityWindowingImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkInterpolateImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkInterpolateImagePointsFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkInverseDeformationFieldImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkInvertIntensityImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkIsolatedConnectedImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkIsolatedConnectedImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkIterativeInverseDeformationFieldImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkIterativeInverseDeformationFieldImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkJoinImageFilter | |||
COMP: missing typenames. | |||
Code/BasicFilters/itkJoinSeriesImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkLabelStatisticsImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkLabelStatisticsImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkLaplacianImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkLog10ImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkLogImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkMaskImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkMaskNegatedImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkMaskNeighborhoodOperatorImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkMatrixIndexSelectionImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkMaximumImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkMeanImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkMedianImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkMinimumImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkMinimumMaximumImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkMirrorPadImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkModulusImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkMorphologicalGradientImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkMultiplyImageFilter | |||
Code/BasicFilters/itkNaryAddImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkNaryFunctorImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkNaryMaximumImageFilter | |||
ENH: adding more concept checking | |||
Code/BasicFilters/itkNeighborhoodConnectedImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkNeighborhoodOperatorImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkNoiseImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkNonThreadedShrinkImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkNonThreadedShrinkImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkNormalizedCorrelationImageFilter | |||
COMP: fixing compilation error | |||
Code/BasicFilters/itkNormalizedCorrelationImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkNotImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkObjectMorphologyImageFilter | |||
COMP: fixing a typo that was causing a compiler error on the dashboard | |||
Code/BasicFilters/itkObjectMorphologyImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkOpeningByReconstructionImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkOrImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkOrientImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkParallelSparseFieldLevelSetImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkPolylineMask2DImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkPolylineMaskImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkRGBToLuminanceImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkReconstructionByDilationImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkReconstructionByErosionImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkRecursiveGaussianImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkReflectImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkRegionOfInterestImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkRelabelComponentImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkResampleImageFilter | |||
BUG: #2672 fixed. m_OutputOrigin type was incorrect. | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkResampleImageFilter | |||
Code/BasicFilters/itkRescaleIntensityImageFilter | |||
Code/BasicFilters/itkScalarConnectedComponentImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkScalarToArrayCastImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkShiftScaleImageFilter | |||
Code/BasicFilters/itkShiftScaleInPlaceImageFilter | |||
Code/BasicFilters/itkShrinkImageFilter | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkShrinkImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkSigmoidImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkSignedDanielssonDistanceMapImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkSignedMaurerDistanceMapImageFilter | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Code/BasicFilters/itkSignedMaurerDistanceMapImageFilter | |||
BUG: renamed functor to avoid conflict. | |||
Code/BasicFilters/itkSimilarityIndexImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkSimpleContourExtractorImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkSinImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkSmoothingRecursiveGaussianImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkSobelEdgeDetectionImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkSparseFieldFourthOrderLevelSetImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkSparseFieldLevelSetImageFilter | |||
STYLE: Cleaned up comments | |||
ENH: adding more concept-checking | |||
Code/BasicFilters/itkSparseFieldLevelSetImageFilter | |||
STYLE: Cleaned up comments | |||
Code/BasicFilters/itkSqrtImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkSquareImageFilter | |||
Code/BasicFilters/itkSquaredDifferenceImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkStatisticsImageFilter | |||
ENH: more concept-checking | |||
Code/BasicFilters/itkStatisticsImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkStreamingImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkSubtractImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkSymmetricEigenAnalysisImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkTanImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkTensorFractionalAnisotropyImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkTensorRelativeAnisotropyImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkTernaryFunctorImageFilter | |||
COMP: fixing a typo that was causing a compiler error on the dashboard | |||
Code/BasicFilters/itkTernaryMagnitudeImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkThresholdImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkThresholdLabelerImageFilter | |||
ENH: adding concept checking | |||
ENH: adding concept-checking | |||
BUG: 2786. Adding types for managing thresholds expressed in RealType. | |||
Code/BasicFilters/itkThresholdLabelerImageFilter | |||
BUG: 2786. Adding types for managing thresholds expressed in RealType. | |||
Code/BasicFilters/itkTileImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkTobogganImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkTwoOutputExampleImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorCastImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorConfidenceConnectedImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorConnectedComponentImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorCurvatureAnisotropicDiffusionImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorExpandImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorExpandImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkVectorGradientAnisotropicDiffusionImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorGradientMagnitudeImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorGradientMagnitudeImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkVectorIndexSelectionCastImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorNeighborhoodOperatorImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorResampleImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorResampleImageFilter | |||
COMP: Set threads to 1 if Borland. | |||
Code/BasicFilters/itkVectorRescaleIntensityImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVectorRescaleIntensityImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/BasicFilters/itkVotingBinaryHoleFillingImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkVotingBinaryImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkVotingBinaryIterativeHoleFillingImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkWarpImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkWarpVectorImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkWeightedAddImageFilter | |||
Code/BasicFilters/itkWhiteTopHatImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkWrapPadImageFilter | |||
ENH: adding concept-checking | |||
Code/BasicFilters/itkXorImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkZeroCrossingBasedEdgeDetectionImageFilter | |||
ENH: adding concept checking | |||
Code/BasicFilters/itkZeroCrossingImageFilter | |||
ENH: adding concept checking | |||
Code/Common/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkAbsImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
STYLE: fixed style | |||
Code/Common/itkAcosImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkAddImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkAddPixelAccessor | |||
STYLE: fixed style | |||
Code/Common/itkAffineTransform | |||
ENH: Explicit Instantiation Support | |||
STYLE: Fixed style | |||
STYLE: fixed style | |||
Code/Common/itkAffineTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkAnnulusOperator | |||
STYLE: Fixed style | |||
Code/Common/itkAnnulusOperator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkArray | |||
STYLE: fixed style | |||
Code/Common/itkArray | |||
STYLE: fixed style | |||
Code/Common/itkArray2D | |||
STYLE: fixed style | |||
Code/Common/itkAsinImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkAtanImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkAutoPointer | |||
STYLE: Fixed style | |||
Code/Common/itkAutoPointerDataObjectDecorator | |||
STYLE: fixed style | |||
Code/Common/itkAutoPointerDataObjectDecorator | |||
STYLE: fixed style | |||
Code/Common/itkAzimuthElevationToCartesianTransform | |||
STYLE: indentation. | |||
STYLE: Fixed style | |||
Code/Common/itkAzimuthElevationToCartesianTransform | |||
STYLE: Fixed style | |||
STYLE: fixed style | |||
Code/Common/itkBSplineDeformableTransform | |||
STYLE: Fixed style | |||
Code/Common/itkBSplineDeformableTransform | |||
STYLE: line length and indentation. | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkBSplineDerivativeKernelFunction | |||
STYLE: Fixed style | |||
Code/Common/itkBSplineInterpolationWeightFunction | |||
STYLE: Fixed style | |||
Code/Common/itkBSplineInterpolationWeightFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkBSplineKernelFunction | |||
STYLE: Fixed style | |||
Code/Common/itkBackwardDifferenceOperator | |||
STYLE: Fixed style | |||
Code/Common/itkBackwardDifferenceOperator | |||
STYLE: Fixed style | |||
Code/Common/itkBarrier | |||
STYLE: Fixed style | |||
Code/Common/itkBarrier | |||
STYLE: Fixed style | |||
Code/Common/itkBinaryBallStructuringElement | |||
STYLE: Fixed style | |||
Code/Common/itkBinaryBallStructuringElement | |||
STYLE: Fixed style | |||
Code/Common/itkBinaryCrossStructuringElement | |||
STYLE: Fixed style | |||
Code/Common/itkBinaryCrossStructuringElement | |||
STYLE: Fixed style | |||
Code/Common/itkBinaryThresholdImageFunction | |||
STYLE: Fixed style | |||
Code/Common/itkBinaryThresholdSpatialFunction | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryPointImage | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryPointImage | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryPointItem | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryPointItem | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryPointPixel | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryProfileImage | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryProfileImage | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryProfileItem | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryProfileItem | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryProfilePixel | |||
STYLE: Fixed style | |||
Code/Common/itkBloxBoundaryProfilePixel | |||
STYLE: Fixed style | |||
Code/Common/itkBloxCoreAtomImage | |||
COMP: Fixing template parameter | |||
Code/Common/itkBloxCoreAtomImage | |||
COMP: Fixing template parameter | |||
STYLE: Fixed style | |||
Code/Common/itkBloxCoreAtomPixel | |||
STYLE: Fixed style | |||
Code/Common/itkBloxCoreAtomPixel | |||
STYLE: Fixed style | |||
Code/Common/itkBloxImage | |||
STYLE: Fixed style | |||
Code/Common/itkBloxItem | |||
STYLE: Fixed style | |||
Code/Common/itkBloxPixel | |||
STYLE: Fixed style | |||
Code/Common/itkBluePixelAccessor | |||
STYLE: Fixed style | |||
Code/Common/itkBoundingBox | |||
STYLE: Fixed style | |||
Code/Common/itkBoundingBox | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkByteSwapper | |||
STYLE: Fixed style | |||
Code/Common/itkByteSwapper | |||
STYLE: Fixed style | |||
Code/Common/itkCellInterface | |||
STYLE: Fixed style | |||
Code/Common/itkCellInterface | |||
STYLE: Fixed style | |||
Code/Common/itkCellInterfaceVisitor | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredAffineTransform | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredAffineTransform | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredEuler3DTransform | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredEuler3DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkCenteredRigid2DTransform | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredRigid2DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkCenteredSimilarity2DTransform | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredSimilarity2DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkCenteredTransformInitializer | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredTransformInitializer | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredVersorTransformInitializer | |||
STYLE: Fixed style | |||
Code/Common/itkCenteredVersorTransformInitializer | |||
STYLE: Fixed style | |||
Code/Common/itkCentralDifferenceImageFunction | |||
STYLE: Fixed style | |||
Code/Common/itkCentralDifferenceImageFunction | |||
STYLE: Fixed style | |||
Code/Common/itkChainCodePath | |||
STYLE: Fixed style | |||
Code/Common/itkChainCodePa | |||
STYLE: Fixed style | |||
Code/Common/itkChainCodePath2D | |||
STYLE: Fixed style | |||
Code/Common/itkChainCodePath2D | |||
STYLE: Fixed style | |||
Code/Common/itkChildTreeIterator | |||
STYLE: Fixed style | |||
Code/Common/itkColorTable | |||
STYLE: Fixed style | |||
Code/Common/itkColorTable | |||
STYLE: Fixed style | |||
Code/Common/itkCommand | |||
STYLE: Fixed style | |||
Code/Common/itkComplexToImaginaryImageAdaptor | |||
STYLE: Fixed style | |||
Code/Common/itkComplexToModulusImageAdaptor | |||
STYLE: indentation. | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkComplexToPhaseImageAdaptor | |||
STYLE: Fixed style | |||
STYLE: Fixed style | |||
Code/Common/itkComplexToRealImageAdaptor | |||
STYLE: Fixed style | |||
Code/Common/itkConceptChecking | |||
COMP: fixing dashboard warnings about assignment between different types | |||
COMP: fixing typo | |||
ENH: adding a comment about why the argument to sizeof is not enclosed in ()'s | |||
COMP: #include for PixelTraits was missing. | |||
ENH: adding new concepts; modify some existing ones to accept multiple types | |||
Code/Common/itkConditionVariable | |||
STYLE: Fixed style | |||
Code/Common/itkConditionVariable | |||
STYLE: Fixed style | |||
Code/Common/itkConditionalConstIterator | |||
STYLE: Fixed style | |||
Code/Common/itkConditionalConstIterator | |||
STYLE: Fixed style | |||
Code/Common/itkConicShellInteriorExteriorSpatialFunction | |||
STYLE: Fixed style | |||
Code/Common/itkConicShellInteriorExteriorSpatialFunction | |||
STYLE: Fixed style | |||
Code/Common/itkConstNeighborhoodIterator | |||
STYLE: Fixed style | |||
Code/Common/itkConstNeighborhoodIterator | |||
STYLE: Fixed style | |||
Code/Common/itkConstShapedNeighborhoodIterator | |||
STYLE: Fixed style | |||
Code/Common/itkConstShapedNeighborhoodIterator | |||
STYLE: long lines. | |||
STYLE: Fixed style | |||
Code/Common/itkConstSliceIterator | |||
STYLE: Fixed style | |||
Code/Common/itkConstantBoundaryCondition | |||
BUG: #3151. Boundary conditions could access unactivated indices in shaped iterators." | |||
Code/Common/itkContinuousIndex | |||
STYLE: Fixed style | |||
Code/Common/itkCoreAtomImageToDistanceMatrixProcess | |||
STYLE: Fixed style | |||
Code/Common/itkCoreAtomImageToDistanceMatrixProcess | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkCorrespondenceDataStructure | |||
STYLE: Fixed style | |||
Code/Common/itkCorrespondenceDataStructureIterator | |||
STYLE: Fixed style | |||
Code/Common/itkCorrespondenceDataStructureIterator | |||
STYLE: Fixed style | |||
Code/Common/itkCorrespondingMedialNodeClique | |||
STYLE: Fixed style | |||
Code/Common/itkCosImageAdaptor | |||
STYLE: Fixed style | |||
Code/Common/itkCovariantVector | |||
BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. | |||
Code/Common/itkCovariantVector | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkCreateObjectFunction | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkDefaultDynamicMeshTraits | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkDenseFiniteDifferenceImageFilter | |||
STYLE: Cleaned up comments | |||
Code/Common/itkDifferenceImageFilter | |||
Code/Common/itkDifferenceImageFilter | |||
Code/Common/itkDiffusionTensor3D | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkDirectory | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style | |||
Code/Common/itkDirectory | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style | |||
Code/Common/itkDynamicLoader | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkElasticBodyReciprocalSplineKernelTransform | |||
BUG: incorrect type macro | |||
Code/Common/itkEllipsoidInteriorExteriorSpatialFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkEquivalencyTable | |||
STYLE: spacing. | |||
Code/Common/itkEquivalencyTable | |||
STYLE: spacing. | |||
Code/Common/itkEuler3DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkExpImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkExpNegativeImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/Attic/itkExplicitInstantiations | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkFastMutexLock | |||
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style | |||
Code/Common/itkFiniteCylinderSpatialFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkFixedArray | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/itkFixedArray | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkFloodFilledFunctionConditionalConstIterator | |||
STYLE: various. | |||
Code/Common/itkFloodFilledFunctionConditionalConstIterator | |||
STYLE: various. | |||
Code/Common/itkFloodFilledImageFunctionConditionalConstIterator | |||
STYLE: various. | |||
Code/Common/itkFloodFilledImageFunctionConditionalConstIterator | |||
STYLE: various. | |||
Code/Common/itkFloodFilledSpatialFunctionConditionalConstIterator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkFourierSeriesPa | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkFrustumSpatialFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkGaussianDerivativeSpatialFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkGaussianKernelFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkGaussianOperator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkGaussianSpatialFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkHexahedronCell | |||
Code/Common/itkHexahedronCell | |||
Code/Common/itkImage | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/itkImage | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkImageAdaptor | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkImageBase | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/itkImageBase | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkImageBoundaryCondition | |||
BUG: #3151. Boundary conditions could access unactivated indices in shaped iterators." | |||
Code/Common/itkImageFunction | |||
STYLE: spelling error. | |||
Code/Common/itkImageRegion | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/itkImageRegion | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkImageRegionMultidimensionalSplitter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkImageSource | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/itkImageToImageFilter | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkImportImageContainer | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/itkImportImageContainer | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkIndex | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkLandmarkBasedTransformInitializer | |||
ENH: Remove annoying warning macro. Not reason enough to throw a warning | |||
Code/Common/itkLevelSetFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkLightObject | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkLineConstIterator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkLinearInterpolateImageFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkLog10ImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkLogImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkMacro | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkMahalanobisDistanceThresholdImageFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkMapContainer | |||
Code/Common/itkMapContainer | |||
Code/Common/itkMetaDataDictionary | |||
PERF: switch to using itk_hash_map | |||
Code/Common/itkMetaDataDictionary | |||
BUG: switching to itk_hash_map results in an api change (no operator->()). unrolling change. | |||
Code/Common/itkMetaDataObject | |||
PERF: Bypass the factory mechanism for MetaDataObject | |||
Code/Common/itkNumericTraits | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkNumericTraitsRGBPixel | |||
COMP: WrapITK requires numeric traits for itk::RGB_Pixel<unsigned short> | |||
Code/Common/itkNumericTraitsRGBPixel | |||
COMP: WrapITK requires numeric traits for itk::RGB_Pixel<unsigned short> | |||
Code/Common/itkNumericTraitsVectorPixel | |||
BUG: typo | |||
Code/Common/itkObject | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkObject | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkObjectFactoryBase | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkObjectFactoryBase | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkOrientedImage | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkPeriodicBoundaryCondition | |||
STYLE: removed debug statements. | |||
Code/Common/itkPhasedArray3DSpecialCoordinatesImage | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkPoint | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkPointLocator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkQuaternionRigidTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkRGBPixel | |||
BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. | |||
Code/Common/itkRealTimeClock | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkRigid2DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkRigid3DPerspectiveTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkScaleLogarithmicTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkScaleSkewVersor3DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkSimilarity2DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkSimilarity3DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkSimpleFastMutexLock | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkSimpleFastMutexLock | |||
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style | |||
Code/Common/itkSimpleFilterWatcher | |||
ENH: allow new class access to private data. | |||
Code/Common/itkSimplexMeshGeometry | |||
STYLE: indentation. | |||
Code/Common/itkSinImageAdaptor | |||
STYLE: indentation. | |||
Code/Common/itkSize | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkSmartPointer | |||
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style | |||
Code/Common/itkSmartPointerForwardReference | |||
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style | |||
Code/Common/itkSmartPointerForwardReference | |||
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style | |||
Code/Common/itkSpecialCoordinatesImage | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkSqrtImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkSymmetricEllipsoidInteriorExteriorSpatialFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkSymmetricSecondRankTensor | |||
BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. | |||
Code/Common/itkTanImageAdaptor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkThinPlateR2LogRSplineKernelTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkThinPlateR2LogRSplineKernelTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkTimeProbesCollectorBase | |||
Code/Common/itkTimeProbesCollectorBase | |||
Code/Common/itkTorusInteriorExteriorSpatialFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkTriangleCell | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkVariableLengthVector | |||
BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. | |||
Code/Common/itkVariableLengthVector | |||
ENH: Add GetSquaredNorm method to class | |||
Code/Common/itkVector | |||
BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Code/Common/itkVector | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkVectorContainer | |||
Code/Common/itkVectorContainer | |||
Code/Common/itkVectorImage | |||
ENH: Make ImageBase the baseclass to avoid conflicting return types for the same function signature, with ImageBase | |||
BUG: Incorrect superclass typedef. Pointed out by Gaetan on the developers list. | |||
Code/Common/itkVectorImageToImageAdaptor | |||
BUG: The vector image returns a pixel created on the stack, not a reference to a pixel | |||
Code/Common/itkVectorLinearInterpolateImageFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/Attic/itkVectorNearestNeighborInterpolateImageFunction | |||
BUG: obsolete file. All code is on .h file. | |||
Code/Common/itkVersor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkVersor | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkVersorRigid3DTransform | |||
STYLE: Fixed style | |||
Code/Common/itkVersorRigid3DTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkVersorTransform | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
STYLE: Fixed style | |||
Code/Common/itkVersorTransform | |||
STYLE: Fixed style | |||
Code/Common/itkVertexCell | |||
STYLE: Fixed style | |||
Code/Common/itkVertexCell | |||
STYLE: Fixed style | |||
Code/Common/itkVolumeSplineKernelTransform | |||
STYLE: Fixed style | |||
Code/Common/itkVolumeSplineKernelTransform | |||
STYLE: Fixed style | |||
Code/Common/itkWeakPointer | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/Common/itkWin32Header | |||
STYLE: Fixed style | |||
Code/Common/itkWin32OutputWindow | |||
STYLE: Fixed style | |||
Code/Common/itkWin32OutputWindow | |||
STYLE: Fixed style | |||
Code/Common/itkWindowedSincInterpolateImageFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkWindowedSincInterpolateImageFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Common/itkWindows | |||
STYLE: Fixed style | |||
Code/Common/itkXMLFileOutputWindow | |||
STYLE: Fixed style | |||
Code/Common/itkXMLFilterWatcher | |||
STYLE: various. | |||
Code/Common/itkZeroFluxNeumannBoundaryCondition | |||
STYLE: Fixed style | |||
Code/Common/itkZeroFluxNeumannBoundaryCondition | |||
STYLE: Fixed style | |||
Code/Common/Templates/itkAffineTransform+- | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkAffineTransformD2 | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkAffineTransformD2 | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkAffineTransformD3 | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkAffineTransformD3 | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkAffineTransformF2 | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkAffineTransformF2 | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkAffineTransformF3 | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkAffineTransformF3 | |||
ENH: Explicit Instantiation Support | |||
Code/Common/Templates/itkFixedArray+- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkFixedArray+double.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkFixedArray+double.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkFixedArray+float.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkFixedArray+float.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkFixedArrayD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkFixedArrayD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkFixedArrayD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkFixedArrayD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkFixedArrayF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkFixedArrayF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkFixedArrayF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkFixedArrayF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImage+- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+double.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+double.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+float.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+float.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+int.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+int.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+long.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+long.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+short.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+short.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+unsigned_char.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+unsigned_char.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+unsigned_int.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+unsigned_int.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+unsigned_long.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+unsigned_long.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+unsigned_short.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImage+unsigned_short.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageBase+- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageBase+2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageBase+3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageBase2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageBase2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageBase3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageBase3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageI2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageI2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageI3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageI3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageL2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageL2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageL3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageL3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageRegion+- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageRegion+2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageRegion+3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageRegion2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageRegion2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageRegion3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageRegion3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageS2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageS2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageS3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageS3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSource+- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+double.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+double.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+float.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+float.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+int.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+int.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+long.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+long.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+short.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+short.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+unsigned_char.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+unsigned_char.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+unsigned_int.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+unsigned_int.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+unsigned_long.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+unsigned_long.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+unsigned_short.2-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImageSource+Image+unsigned_short.3-- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceI2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceI2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceI3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceI3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceL2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceL2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceL3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceL3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceS2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceS2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceS3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceS3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUC2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUC2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUC3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUC3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUI2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUI2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUI3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUI3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUL2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUL2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUL3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUL3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUS2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUS2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUS3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageSourceUS3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUC2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUC2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUC3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUC3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUI2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUI2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUI3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUI3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUL2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUL2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUL3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUL3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUS2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUS2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUS3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImageUS3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainer+- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.double- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.float- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.int- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.long- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.short- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.unsigned_char- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.unsigned_int- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.unsigned_long- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.unsigned_short- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_D | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_D | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_F | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_F | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_I | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_I | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_L | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_L | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_S | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_S | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_UC | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_UC | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_UI | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_UI | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_UL | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_UL | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_US | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkImportImageContainerUL_US | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPoint+- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkPoint+double.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkPoint+double.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkPoint+float.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkPoint+float.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPointD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPointD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPointD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPointD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPointF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPointF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPointF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkPointF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVector+- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkVector+double.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkVector+double.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkVector+float.2- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/Attic/itkVector+float.3- | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVectorD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVectorD2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVectorD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVectorD3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVectorF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVectorF2 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVectorF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/Common/Templates/itkVectorF3 | |||
ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. | |||
Code/IO/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Code/IO/itkAnalyzeImageIO | |||
ENH: thorw exception if invalid dimension is specified. | |||
Code/IO/itkArchetypeSeriesFileNames | |||
ENH: Allow filenames that include special characters | |||
Code/IO/itkBrains2HeaderBase | |||
ENH: replaced ExceptionObject witk ExceptionMacro. | |||
Code/IO/itkBrains2MaskImageIO | |||
ENH: replaced ExceptionObject witk ExceptionMacro. | |||
Code/IO/itkGDCMImageIO | |||
BUG: PrintSelf defects. | |||
BUG: To much cached information is stored. Need to delete entire gdcm::File struct first. | |||
ENH: Do not need to reread header a second time. Instead retain a copy of the parsed DICOM header and pass internal gdcm structure to the pixel reader. | |||
STYLE: Remove old debug... | |||
ENH: When writing 3D Image, the code is correct to put proper Origin and Direction | |||
BUG: When writting 3D images, it allowed to access the 3d component of the ITK Spacing. | |||
ENH: Provide an helper function around the MetaDataDictionary. Make it more user oriented. | |||
Code/IO/itkGDCMImageIO | |||
PERF: Reduced the number of times the file is read to two. | |||
ENH: When writing 3D Image, the code is correct to put proper Origin and Direction | |||
Code/IO/itkGDCMSeriesFileNames | |||
BUG: PrintSelf defects. | |||
Code/IO/itkGDCMSeriesFileNames | |||
PERF: Reduced the number of times the file is read to two. | |||
Code/IO/itkIOCommon | |||
Code/IO/itkIOCommon | |||
Code/IO/itkImageIOFactory | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/IO/itkImageSeriesWriter | |||
ENH: better error checking on MetaDataDictonaryArray size. | |||
Code/IO/itkMetaImageIO | |||
COMP: fixed member object reference | |||
Code/IO/itkNiftiImageIO | |||
COMP: removed header include line for non-existent header | |||
Code/IO/itkPNGImageIO | |||
BUG: reader was not shifting data when it was encoded in the image. | |||
Code/IO/itkStimulateImageIOFactory | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/IO/itkTIFFImageIO | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Code/IO/itkVTKImageIO | |||
Code/Numerics/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/itkCumulativeGaussianCostFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/itkCumulativeGaussianOptimizer | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/itkFRPROptimizer | |||
Code/Numerics/itkFRPROptimizer | |||
Code/Numerics/itkMultipleValuedNonLinearVnlOptimizer | |||
ENH: Adding support for reporting Iteration events from the VNL optimizers. | |||
Code/Numerics/itkMultipleValuedNonLinearVnlOptimizer | |||
ENH: Adding support for reporting Iteration events from the VNL optimizers. | |||
Code/Numerics/itkMultipleValuedVnlCostFunctionAdaptor | |||
ENH: Adding support for reporting Iteration events from the VNL optimizers. | |||
Code/Numerics/itkMultipleValuedVnlCostFunctionAdaptor | |||
ENH: Adding support for reporting Iteration events from the VNL optimizers. | |||
Code/Numerics/itkOnePlusOneEvolutionaryOptimizer | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/itkSPSAOptimizer | |||
ENH: Using the MersenneTwisterRandomVariateGenerator rather than VNL | |||
Code/Numerics/itkSPSAOptimizer | |||
ENH: Using the MersenneTwisterRandomVariateGenerator rather than VNL | |||
Code/Numerics/itkSingleValuedNonLinearVnlOptimizer | |||
ENH: Adding support for reporting Iteration events from the VNL optimizers. | |||
Code/Numerics/itkSingleValuedVnlCostFunctionAdaptor | |||
ENH: Adding support for reporting Iteration events from the VNL optimizers. | |||
Code/Numerics/FEM/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Code/Numerics/FEM/itkFEMElement2DC0LinearQuadrilateral | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/FEM/itkFEMElement2DC1Beam | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/FEM/itkFEMElement3DC0LinearHexahedron | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/FEM/itkFEMElement3DC0LinearTetrahedron | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/FEM/itkFEMGenerateMe | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/FEM/itkFEMImageMetricLoad | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/FEM/itkFEMLoadImplementationGenericLandmarkLoad | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/FEM/itkFEMSolverCrankNicolson | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/FEM/itkFEMSolverCrankNicolson | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/NeuralNetworks/itkBackPropagationLayer | |||
COMP: WinNT-bcc32 typename fixes | |||
Code/Numerics/NeuralNetworks/itkBackPropagationLayer | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkBatchSupervisedTrainingFunction | |||
Code/Numerics/NeuralNetworks/itkBatchSupervisedTrainingFunction | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkCompletelyConnectedWeightSet | |||
BUG: size of connectivity matrix was reversed compared to the weight matrix | |||
Code/Numerics/NeuralNetworks/itkErrorFunctionBase | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkGaussianRadialBasisFunction | |||
Code/Numerics/NeuralNetworks/itkIterativeSupervisedTrainingFunction | |||
Code/Numerics/NeuralNetworks/itkIterativeSupervisedTrainingFunction | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkLayerBase | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkLayerBase | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkLogSigmoidTransferFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/NeuralNetworks/itkMeanSquaredErrorFunction | |||
COMP: WinNT-bcc32 typename fixes | |||
Code/Numerics/NeuralNetworks/itkMeanSquaredErrorFunction | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkMultilayerNeuralNetworkBase | |||
COMP: WinNT-bcc32 typename fixes | |||
Code/Numerics/NeuralNetworks/itkMultilayerNeuralNetworkBase | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkMultiquadricRadialBasisFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/NeuralNetworks/itkNeuralNetworkObject | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkOneHiddenLayerBackPropagationNeuralNetwork | |||
COMP: WinNT-bcc32 typename fixes | |||
Code/Numerics/NeuralNetworks/itkOneHiddenLayerBackPropagationNeuralNetwork | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkRBFBackPropagationLearningFunction | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkRBFLayer | |||
COMP: WinNT-bcc32 typename fixes | |||
Code/Numerics/NeuralNetworks/itkRBFLayer | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkRBFNetwork | |||
Code/Numerics/NeuralNetworks/itkRBFNetwork | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkSigmoidTransferFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/NeuralNetworks/itkSquaredDifferenceErrorFunction | |||
COMP: WinNT-bcc32 typename fixes | |||
Code/Numerics/NeuralNetworks/itkSquaredDifferenceErrorFunction | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkSymmetricSigmoidTransferFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/NeuralNetworks/itkTanHTransferFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/NeuralNetworks/itkTanSigmoidTransferFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/NeuralNetworks/itkTrainingFunctionBase | |||
Code/Numerics/NeuralNetworks/itkTrainingFunctionBase | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkTwoHiddenLayerBackPropagationNeuralNetwork | |||
Code/Numerics/NeuralNetworks/itkTwoHiddenLayerBackPropagationNeuralNetwork | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkWeightSetBase | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/NeuralNetworks/itkWeightSetBase | |||
ENH: network topology can be set at runtime | |||
Code/Numerics/Statistics/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Code/Numerics/Statistics/itkEuclideanDistance | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkExpectationMaximizationMixtureModelEstimator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkGaussianDensityFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkGaussianGoodnessOfFitComponent | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkGaussianMixtureModelComponent | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkGoodnessOfFitFunctionBase | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkGreyLevelCooccurrenceMatrixTextureCoefficientsCalculator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkHistogramToEntropyImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkHistogramToLogProbabilityImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkListSampleToHistogramGenerator | |||
Code/Numerics/Statistics/itkLogLikelihoodGoodnessOfFitFunction | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkNormalVariateGenerator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkSampleToHistogramProjectionFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Numerics/Statistics/itkScalarImageToHistogramGenerator | |||
Code/Numerics/Statistics/itkScalarImageToHistogramGenerator | |||
Code/Patented/itkActiveShapeModelCalculator | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Patented/itkActiveShapeModelGradientSearchMethod | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Patented/itkSimpleFuzzyConnectednessRGBImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Patented/itkSimpleFuzzyConnectednessScalarImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Patented/itkVectorFuzzyConnectednessImageFilter | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/Review/CMakeLists.txt | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d1ma | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d1mach.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d9gmit | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d9gmit.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d9lgic | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d9lgic.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d9lgit | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d9lgit.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d9lgmc | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d9lgmc.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d_int | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/d_mod | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dbetai | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dbetai.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dcsevl | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dcsevl.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgami | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgami.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgamit | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgamit.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgamlm | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgamlm.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgamma | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgamma.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgamr | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dgamr.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dlbeta | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dlbeta.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dlgams | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dlgams.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dlngam | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dlngam.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dlnrel | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/dlnrel.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/initds | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/initds.f | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/itkChiSquareDistribution | |||
STYLE: various. | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/Review/itkChiSquareDistribution | |||
STYLE: various. | |||
Code/Review/itkGaussianDistribution | |||
STYLE: various. | |||
Code/Review/itkGaussianDistribution | |||
STYLE: various. | |||
Code/Review/itkProbabilityDistribution | |||
STYLE: various. | |||
Code/Review/Attic/itkSignedMaurerDistanceMapImageFilter | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
STYLE: More fixes according to messages from KWStyle. | |||
Code/Review/Attic/itkSignedMaurerDistanceMapImageFilter | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
STYLE: More fixes according to messages from KWStyle. | |||
Code/Review/itkTDistribution | |||
STYLE: various. | |||
Code/Review/itkTDistribution | |||
STYLE: various. | |||
Code/Review/Attic/itkThresholdMaximumConnectedComponentsImageFilter | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
STYLE: various KWSTYLE issues. | |||
BUG: must use itkGetStaticConstMacro to access ImageDimension. | |||
COMP: "typename" keywords missing. | |||
Code/Review/Attic/itkThresholdMaximumConnectedComponentsImageFilter | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
ENH: Use SetMinimumObjectSize of the RelabelComponentImageFilter instead of calculating it separately. This changes results slightly because previously the algorithm found all objects *greater* than the minimum object size, not *greater than or equal to* as RelabelComponentImageFilter does. Also, we now use a MinimumMaximumImageCalculator to find the range of possible thresholds to speed up the binary search and ensure that the found threshold is in this range. | |||
STYLE: various KWSTYLE issues. | |||
BUG: mid point was not computed correctly. | |||
COMP: "typename" keywords missing. | |||
Code/Review/xermsg | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Code/SpatialObject/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Code/SpatialObject/itkArrowSpatialObject | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/SpatialObject/itkBlobSpatialObject | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/SpatialObject/itkContourSpatialObject | |||
COMP: Warning, removing const when returning enumeration | |||
ENH: First checkin | |||
Code/SpatialObject/itkContourSpatialObject | |||
ENH: Added support to attach a slice to a contour and display orientation | |||
ENH: First checkin | |||
Code/SpatialObject/itkContourSpatialObjectPoint | |||
ENH: First checkin | |||
Code/SpatialObject/itkContourSpatialObjectPoint | |||
ENH: First checkin | |||
Code/SpatialObject/itkCylinderSpatialObject | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/SpatialObject/itkGaussianSpatialObject | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/SpatialObject/itkMetaContourConverter | |||
ENH: First checkin | |||
Code/SpatialObject/itkMetaContourConverter | |||
ENH: Added support to attach a slice to a contour and display orientation | |||
Code/SpatialObject/itkMetaSceneConverter | |||
ENH: Added support for contours | |||
Code/SpatialObject/itkPolygonSpatialObject | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Code/SpatialObject/itkTubeSpatialObject | |||
STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). | |||
Examples/DataRepresentation/Image/CMakeLists.txt | |||
COMP: Boland LME linker error. | |||
Examples/Filtering/BinaryThresholdImageFilter | |||
BUG: #2929. Writer template type was incorrect. | |||
Examples/Filtering/CMakeLists.txt | |||
COMP: Avoid Borland LME1518 linker error. | |||
BUG: fix last checkin. | |||
COMP: avoid Borland linker error. | |||
COMP: Borland linker errors. | |||
Examples/Filtering/FFTDirectInverse | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/FilteringExamples2 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/FilteringExamples4 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/FilteringExamples6 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/OtsuMultipleThresholdImageFilter | |||
ENH: Also write out the image thresholded between the upper threshold and the max intensity | |||
Examples/Filtering/OtsuThresholdImageFilter | |||
BUG: #2929. Writer template type was incorrect. | |||
Examples/Filtering/ResampleImageFilter | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/ResampleImageFilter2 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/ResampleImageFilter3 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/ResampleImageFilter4 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/ResampleImageFilter5 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/ResampleImageFilter7 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/ResampleImageFilter8 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Filtering/ResampleOrientedImageFilter | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/IO/CMakeLists.txt | |||
Examples/IO/DicomImageReadPrintTags | |||
ENH: Provide an helper function around the MetaDataDictionary. Make it more user oriented. | |||
Examples/IO/DicomSeriesReadImageWrite | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Examples/IO/ImageReadDicomSeriesWrite | |||
Examples/IO/ImageReadWrite | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Examples/IO/TransformReadWrite | |||
BUG: BSpline transform was not registered into the factory by default | |||
Examples/Iterators/CMakeLists.txt | |||
COMP: Remove tests from Borland to avoid linker errors. | |||
Examples/Patented/FuzzyConnectednessImageFilter | |||
ENH: Fixing typos indicated by Alex Chekholko via email. | |||
Examples/Patented/HybridSegmentationFuzzyVoronoi | |||
ENH: Fixing typos indicated by Alex Chekholko via email. | |||
Examples/Registration/BSplineWarping1 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/CMakeLists.txt | |||
ENH: Adding a nightly test for the ModelToImageRegistration2 example. | |||
Examples/Registration/DeformableRegistration4 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/DeformableRegistration6 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/DeformableRegistration7 | |||
Examples/Registration/ImageRegistration12 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/ImageRegistration13 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/ImageRegistration14 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/ImageRegistration5 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/ImageRegistration6 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/ImageRegistration7 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/ImageRegistration9 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/ModelToImageRegistration1 | |||
ENH: The metric was not using the interpolator for evaluating the image. | |||
Examples/Registration/ModelToImageRegistration2 | |||
ENH: Adding the reader and the rasterization filter. | |||
Examples/Registration/MultiResImageRegistration2 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/RegistrationExamples3 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/RegistrationExamples4 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/RegistrationExamples6 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/RegistrationExamples7 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/RegistrationExamples9 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Registration/RegistrationExamplesO2 | |||
COMP: force a rebuild because of dependency problems. | |||
Examples/Statistics/CMakeLists.txt | |||
COMP: avoid borland linker error | |||
Examples/Statistics/ImageHistogram1 | |||
Examples/Statistics/ImageHistogram2 | |||
Examples/Visualization/CannyEdgeDetectionImageFilterConnectVTKITK.py | |||
ENH: Remove dos end of line | |||
Testing/Code/CMakeLists.txt | |||
Testing/Code/Algorithms/CMakeLists.txt | |||
BUG: added TEMP. | |||
Testing/Code/Algorithms/itkAlgorithmsTests4 | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Code/Algorithms/itkFastMarchingUpwindGradientTest | |||
ENH: Test the TargetReached modes of the algorithm | |||
Testing/Code/Algorithms/itkHistogramImageToImageMetricTest | |||
ENH: initialize upper and lower bound. | |||
Testing/Code/Algorithms/itkThresholdMaximumConnectedComponentsImageFilterTest | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Code/BasicFilters/CMakeLists.txt | |||
BUG: itkSignedMaurerDistanceMapImageFilterTest.cxx entered twice. | |||
Testing/Code/BasicFilters/itkBasicFiltersPrintTest | |||
ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter | |||
Testing/Code/BasicFilters/itkBasicFiltersPrintTest2 | |||
COMP: force a rebuild because of dependency problems. | |||
Testing/Code/BasicFilters/itkBasicFiltersTests4 | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilterTest | |||
ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter | |||
Testing/Code/BasicFilters/itkDiffusionTensor3DReconstructionImageFilterTest | |||
STYLE: missing copyright. | |||
Testing/Code/BasicFilters/itkExpImageFilterAndAdaptorTest | |||
COMP: trying to track down failure on vs 7. Set threads to 1. | |||
Testing/Code/BasicFilters/itkMorphologicalGradientImageFilterTest | |||
STYLE: missing copyright. | |||
Testing/Code/BasicFilters/itkNormalizedCorrelationImageFilterTest | |||
COMP: force a rebuild because of dependency problems. | |||
Testing/Code/BasicFilters/itkRecursiveGaussianImageFiltersOnTensorsTest | |||
STYLE: missing copyright. | |||
Testing/Code/BasicFilters/itkResampleImageTest | |||
COMP: force a rebuild because of dependency problems. | |||
Testing/Code/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Code/BasicFilters/itkVectorIndexSelectionCastImageFilterTest | |||
Testing/Code/Common/CMakeLists.txt | |||
ENH: The DifferenceImageFilter was missing unit testing. | |||
Testing/Code/Common/itkCommonTests2 | |||
ENH: The DifferenceImageFilter was missing unit testing. | |||
Testing/Code/Common/itkDifferenceImageFilterTest | |||
ENH: Fixing input connections to the DifferenceImageFilter. | |||
ENH: The DifferenceImageFilter was missing unit testing. | |||
Testing/Code/Common/itkFixedArrayTest | |||
ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. | |||
Testing/Code/Common/itkPeriodicBoundaryConditionTest | |||
ENH: added new test. | |||
Testing/Code/Common/itkTimeProbesTest | |||
Testing/Code/Common/itkZeroFluxBoundaryConditionTest | |||
ENH: better testing of BC. | |||
Testing/Code/IO/itkBMPImageIOTest | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Testing/Code/IO/itkIOTests | |||
Testing/Code/IO/itkNiftiImageIOTest | |||
Testing/Code/IO/itkRawImageIOTest5 | |||
COMP: warning. | |||
Testing/Code/IO/itkReadWriteSpatialObjectTest | |||
ENH: Added support to attach a slice to a contour and display orientation | |||
Testing/Code/IO/itkTIFFImageIOTest | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Testing/Code/Numerics/itkFRPROptimizerTest | |||
Testing/Code/Numerics/NeuralNetworks/NNetClassifierTest1 | |||
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array | |||
Testing/Code/Numerics/NeuralNetworks/NNetClassifierTest2 | |||
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array | |||
Testing/Code/Numerics/NeuralNetworks/NNetClassifierTest3 | |||
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array | |||
Testing/Code/Numerics/NeuralNetworks/NNetClassifierTest4 | |||
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array | |||
Testing/Code/Numerics/NeuralNetworks/QPropXORTest1 | |||
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array | |||
Testing/Code/Numerics/NeuralNetworks/RBFTest1 | |||
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array | |||
Testing/Code/Numerics/NeuralNetworks/XORTest1 | |||
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array | |||
Testing/Code/Numerics/NeuralNetworks/XORTest2 | |||
ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array | |||
Testing/Code/Review/CMakeLists.txt | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
ENH: Adding a second test for the itkThresholdMaximumConnectedComponentsImageFilter. | |||
ENH: Adding returns FAILURE in the catch blocks of the tries. | |||
Testing/Code/Review/itkChiSquareDistributionTest | |||
STYLE: various. | |||
ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. | |||
Testing/Code/Review/itkGaussianDistributionTest | |||
STYLE: various. | |||
Testing/Code/Review/itkReviewHeaderTest | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
STYLE: various KWSTYLE issues. | |||
Testing/Code/Review/itkReviewPrintTest | |||
STYLE: various KWSTYLE issues. | |||
ENH: Support files for testing the classes that are under the review process. | |||
Testing/Code/Review/itkReviewTests | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
STYLE: Fixed style | |||
COMP: Fixing the connections for the test driver. | |||
Testing/Code/Review/Attic/itkSignedMaurerDistanceMapImageFilterTest | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
STYLE: removing new line at the end of the file. Signaled by KWStyle. | |||
Testing/Code/Review/itkTDistributionTest | |||
STYLE: various. | |||
Testing/Code/Review/Attic/itkThresholdMaximumConnectedComponentsImageFilterTest | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
STYLE: various KWSTYLE issues. | |||
ENH: Adding returns FAILURE in the catch blocks of the tries. | |||
Testing/Data/Baseline/Algorithms/OtsuMultipleThresholdsImageFilterTest.png | |||
Testing/Data/Baseline/Algorithms/itkThresholdMaximumConnectedComponentsImageFilterTest1.png | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Data/Baseline/Algorithms/itkThresholdMaximumConnectedComponentsImageFilterTest2.png | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest1.mhd | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest1.zraw | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest2.mhd | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest2.zraw | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest3.mhd | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest3.zraw | |||
ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. | |||
Testing/Data/Baseline/BasicFilters/itkVectorIndexSelectionCastImageFilterTest1.mha | |||
ENH: Baseline for the test itkVectorIndexSelectionCastImageFilterTest. | |||
Testing/Data/Baseline/BasicFilters/itkVectorIndexSelectionCastImageFilterTest2.mha | |||
ENH: Baseline for the test itkVectorIndexSelectionCastImageFilterTest. | |||
Testing/Data/Baseline/BasicFilters/itkVectorIndexSelectionCastImageFilterTest3.mha | |||
ENH: Baseline for the test itkVectorIndexSelectionCastImageFilterTest. | |||
Testing/Data/Baseline/Common/itkDifferenceImageFilterTest.png | |||
ENH: Baseline for the DifferenceImageFilterTest. | |||
Testing/Data/Baseline/Filtering/OtsuMultipleThresholdOutput002.png | |||
Testing/Data/Input/BrainSliceBinary.png | |||
ENH: Images needed for testing the Maurer distance map filter. | |||
Testing/Data/Input/CellsFluorescence1.png | |||
ENH: Input test image for the threshold maximum connected components filter test. | |||
Testing/Data/Input/CellsFluorescence2.png | |||
ENH: Input image for the ThresholdMaximumConnectedComponentsImageFilterTest2. | |||
Testing/Data/Input/LungSliceBinary.png | |||
ENH: Images needed for testing the Maurer distance map filter. | |||
Testing/Data/Input/SquareBinary201.png | |||
ENH: Images needed for testing the Maurer distance map filter. | |||
Utilities/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
ENH: Allow ITK to be built against an installed version of GDCM with the ITK_USE_SYSTEM_GDCM option | |||
Utilities/DICOMParser/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/Dart/BuildContinuousWithCTest.bat.in | |||
ENH: bat script to do a continous build with ctest. | |||
Utilities/Dart/BuildContinuousWithCTest.sh.in | |||
ENH: generate script to run ctest continuous build. | |||
Utilities/Dart/CMakeLists.txt | |||
ENH: bat script to do a continous build with ctest. | |||
Utilities/Doxygen/doxygen.config.in | |||
ENH: Fixing the names of the concept in the typedef. | |||
ENH: expanding the concept checking macro so it appears in the Doxygen documentation. | |||
Utilities/KWStyle/ITK.kws.xml.in | |||
ENH: Configurable file with the XML description of ITK coding style. | |||
Utilities/KWStyle/ITKHeader | |||
ENH: Template of the ITK header to be used for checking by KWStyle. | |||
Utilities/KWStyle/ITKOverwrite.txt | |||
ENH: File that define list of ITK files to exempt from code style checking. | |||
Utilities/MetaIO/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/MetaIO/metaArrow | |||
Utilities/MetaIO/metaArrow | |||
Utilities/MetaIO/metaBlob | |||
Utilities/MetaIO/metaBlob | |||
Utilities/MetaIO/metaCommand | |||
ENH: Remove unused termination tag | |||
Utilities/MetaIO/metaCommand | |||
ENH: Added support for Grid Application Description file. Fixed issues with parsing. | |||
Utilities/MetaIO/metaContour | |||
ENH: Added support to attach a slice to a contour and display orientation | |||
Utilities/MetaIO/metaContour | |||
ENH: Added support to attach a slice to a contour and display orientation | |||
Utilities/MetaIO/metaDTITube | |||
Utilities/MetaIO/metaDTITube | |||
Utilities/MetaIO/metaEllipse | |||
Utilities/MetaIO/metaEllipse | |||
Utilities/MetaIO/metaGaussian | |||
Utilities/MetaIO/metaGaussian | |||
Utilities/MetaIO/metaGroup | |||
Utilities/MetaIO/metaGroup | |||
Utilities/MetaIO/metaITKUtils | |||
Utilities/MetaIO/metaImage | |||
Utilities/MetaIO/metaImage | |||
Utilities/MetaIO/metaImageUtils | |||
Utilities/MetaIO/metaImageUtils | |||
Utilities/MetaIO/metaLandmark | |||
Utilities/MetaIO/metaLandmark | |||
Utilities/MetaIO/metaLine | |||
Utilities/MetaIO/metaLine | |||
Utilities/MetaIO/metaMe | |||
Utilities/MetaIO/metaMesh | |||
Utilities/MetaIO/metaObject | |||
Utilities/MetaIO/metaObject | |||
Utilities/MetaIO/metaScene | |||
ENH: Added support for contours | |||
Utilities/MetaIO/metaScene | |||
Utilities/MetaIO/metaSurface | |||
Utilities/MetaIO/metaSurface | |||
Utilities/MetaIO/metaTransform | |||
Utilities/MetaIO/metaTransform | |||
Utilities/MetaIO/metaTube | |||
Utilities/MetaIO/metaTube | |||
Utilities/MetaIO/metaTubeGra | |||
Utilities/MetaIO/metaTubeGraph | |||
Utilities/MetaIO/metaTypes | |||
BUG: Wrong typedef for unsigned long type | |||
Utilities/MetaIO/metaUtils | |||
ENH: Added support for contours | |||
Utilities/MetaIO/metaUtils | |||
ENH: Added more debugging information when pixeltype cannot be converted | |||
Utilities/MetaIO/metaVesselTube | |||
Utilities/MetaIO/metaVesselTube | |||
Utilities/MetaIO/tests/CMakeLists.txt | |||
ENH: Added metaContour test | |||
Utilities/MetaIO/tests/testMeta10Contour | |||
ENH: First checkin | |||
Utilities/NrrdIO/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/expat/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/gdcm/CMakeLists.txt | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Utilities/gdcm/src/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/gdcm/src/gdcmBinEntry | |||
ENH: Big PHAT bug in gdcm... DT is ASCII | |||
Utilities/gdcm/src/gdcmDictSet | |||
BUG: resultPath could be empty, cannot access char -1 in an array | |||
Utilities/gdcm/src/gdcmDocEntry | |||
ENH: Big PHAT bug in gdcm... DT is ASCII | |||
Utilities/gdcm/src/gdcmDocument | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
ENH: Big PHAT bug in gdcm... DT is ASCII | |||
Utilities/gdcm/src/gdcmDocument | |||
ENH: Extract CanRead from code | |||
Utilities/gdcm/src/gdcmFile | |||
ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir | |||
Utilities/gdcm/src/gdcmFileHelper | |||
ENH: Big PHAT bug in gdcm... DT is ASCII | |||
ENH: Properly set some default value: IOP (default to 100010), and Patient Orientation which is redundant... | |||
Utilities/gdcm/src/gdcmSerieHelper | |||
BUG: Fixed unitialized memory read | |||
Utilities/gdcm/src/gdcmVR | |||
COMP: intel compiler issue with sizeof a temporary | |||
ENH: Big PHAT bug in gdcm... DT is ASCII | |||
Utilities/itkjpeg/12/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/itkjpeg/16/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/itkjpeg/8/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/kwsys/CMakeLists.txt | |||
ENH: remove test on cygwin since it randomly fails | |||
ENH: Do not build the library if we are not doing Testing | |||
BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where current directory is not lookup when doing dlopen | |||
ENH: use CMAKE_DL_LIBS and not dl directly as it does not always exist | |||
ENH: Still more coverage of the DynamicLoader | |||
ENH: Compile DynamicLoader | |||
Utilities/kwsys/CommandLineArguments | |||
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 | |||
Utilities/kwsys/Directory | |||
ENH: Use const char where it should have been. At same time fix Bug#2958 | |||
ENH: add missing cmake depend hacks | |||
BUG: Need to reset internal structure in case of multiple calls to Load | |||
Utilities/kwsys/Directory.hxx.in | |||
ENH: Use const char where it should have been. At same time fix Bug#2958 | |||
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). | |||
Utilities/kwsys/DynamicLoader | |||
ENH: remove warning | |||
BUG: Fix problem on MacOSX, by disabling part of the test. | |||
BUG: Fix for MINGW32 | |||
ENH: Also look into data segment (consistant with other implementation) | |||
ENH: Make sure that we find the proper symbol and not the one that start with _. STYLE: Remove an old style cast | |||
STYLE: Minor style | |||
COMP: Fix compilation on MacOSX | |||
Utilities/kwsys/DynamicLoader.hxx.in | |||
COMP: Fix problem with namespace | |||
ENH: Add documentation on the problem with system wide path for looking up dynamic libraries. STYLE: Fix trailing white spaces | |||
ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader | |||
Utilities/kwsys/Glob | |||
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 | |||
STYLE: Make sure to use the proper cast. | |||
Utilities/kwsys/Glob.hxx.in | |||
ENH: Add support for relative paths and cleanup | |||
Utilities/kwsys/ProcessUNIX | |||
BUG: Do not leak global table of processes. | |||
BUG: Reverting previous change until it can be fixed on Cygwin. | |||
ENH: Enabling process tree killing on Cygwin. | |||
ENH: Enabled process tree killing on the SGI. | |||
ENH: Enabled process tree killing on HP-UX. | |||
ENH: Added implementation of process tree killing that runs "ps" to traverse the tree. | |||
Utilities/kwsys/ProcessWin32 | |||
BUG: Fixed deadlock condition when grandchildren are running after the children exit. | |||
Utilities/kwsys/Registry | |||
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 | |||
STYLE: Minor style | |||
Utilities/kwsys/Registry.hxx.in | |||
STYLE: Minor style | |||
Utilities/kwsys/RegularExpression | |||
STYLE: Make sure to use the proper cast. | |||
Utilities/kwsys/SystemTools | |||
ENH: search for program without extensions | |||
ENH: put the fix back in with abort | |||
COMP: Fixing the the build for windows. | |||
BUG: IsSubDirectory should use ComparePath to do platform-independent path comparison. | |||
ENH: performance improvments | |||
ENH: Improved implementation of FilesDiffer to avoid allocating enough memory for the entire file twice. Instead using a block-at-a-time comparison. | |||
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 | |||
ENH: Use const char where it should have been. At same time fix Bug#2958 | |||
ENH: try to clean up the search for programs | |||
ENH: fix find program to look for .com and .exe correctly and not return files with no extension on windows | |||
ENH: Add trailing whitespace | |||
Utilities/kwsys/SystemTools.hxx.in | |||
ENH: Use const char where it should have been. At same time fix Bug#2958 | |||
Utilities/kwsys/Terminal | |||
ENH: Added rxvt-unicode and cygwin terminals for color support. | |||
BUG: Fixed bug in check for vt100 assumption. | |||
ENH: Adding 'Terminal' component to hold support routines for dealing with interactive terminals. Currently only a cfprintf function is provided to print color messages. | |||
Utilities/kwsys/Terminal.h.in | |||
ENH: Adding 'Terminal' component to hold support routines for dealing with interactive terminals. Currently only a cfprintf function is provided to print color messages. | |||
Utilities/kwsys/auto_ptr.hxx.in | |||
COMP: Skip trying to use native auto_ptr implementation and just provide a conforming one. | |||
Utilities/kwsys/hashtable.hxx.in | |||
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 | |||
Utilities/kwsys/testCommandLineArguments | |||
STYLE: Make sure to use the proper cast. | |||
Utilities/kwsys/testDynamicLoader | |||
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 | |||
COMP: Fix warning | |||
ENH: Make test usable from command line | |||
BUG: Do the proper path | |||
BUG: Fix problem with in the path | |||
ENH: Make sure that we find the proper symbol and not the one that start with _. STYLE: Remove an old style cast | |||
BUG: Make sure to have proper dependencies | |||
ENH: remove test temporarily | |||
ENH: Improve test coverage | |||
Utilities/kwsys/testDynload | |||
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake | |||
BUG: Remove comment | |||
ENH: Add a file to generate the lib | |||
Utilities/kwsys/testProcess | |||
ENH: Added test 8 to test grandchildren running after children exit. | |||
Utilities/kwsys/testSystemTools | |||
STYLE: Minor style | |||
Utilities/kwsys/testSystemTools.h.in | |||
BUG: Do the proper path | |||
BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where current directory is not lookup when doing dlopen | |||
Utilities/kwsys/testTerminal | |||
Utilities/nifti/fsliolib/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/nifti/niftilib/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/nifti/znzlib/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/openjpeg/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/png/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/tiff/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/vxl/core/vnl/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/vxl/core/vnl/vnl_matrix_fixed_ref | |||
Utilities/vxl/core/vnl/vnl_scalar_join_iterator | |||
BUG: wrong function signature | |||
Utilities/vxl/core/vnl/vnl_vector_fixed_ref | |||
Utilities/vxl/core/vnl/algo/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/vxl/v3p/netlib/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/vxl/vcl/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Utilities/zlib/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Wrapping/CSwig/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Wrapping/CSwig/SwigRuntime/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
Wrapping/CSwig/Tcl/CMakeLists.txt | |||
ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. | |||
</pre> | </pre> |
Revision as of 12:19, 6 June 2006
Release 2.6
This release covers the period December 1, 2005 through March 11, 2006.
Schedule
Release Number | Start Date | End Date |
---|---|---|
Last period for adding classes | January 15 2006 | February 11 2006 |
Feature freeze | February 12 2006 | February 26 2006 |
CVS Tagging | March 11, 2006 | March 11, 2006 |
Testing tarballs | March 11, 2006 | March 13, 2006 |
Posting tarballs | March 14 2006 | March 14 2006 |
New Classes in this Release
Code/Algorithms/itkBayesianClassifierInitializationImageFilter Code/BasicFilters/itkInvertIntensityImageFilter Code/BasicFilters/itkModulusImageFilter Code/BasicFilters/itkMorphologicalGradientImageFilter Code/Common/itkCovariantVector Code/Common/itkSumOfSquaresImageFunction Code/Review/CMakeLists.txt Code/Review/itkThresholdMaximumConnectedComponentsImageFilter Code/Review/README.txt
New Tests in this Release
Testing/Code/Common/itkMeshSourceGraftOutputTest Testing/Code/Common/itkTransformsSetParametersTest Testing/Code/BasicFilters/itkInvertIntensityImageFilterTest Testing/Code/BasicFilters/itkMaskNeighborhoodOperatorImageFilterTest Testing/Code/BasicFilters/itkMatrixIndexSelectionImageFilterTest Testing/Code/BasicFilters/itkModulusImageFilterTest Testing/Code/BasicFilters/itkMorphologicalGradientImageFilterTest Testing/Code/BasicFilters/itkNotImageFilterTest Testing/Code/BasicFilters/itkPushPopTileImageFilterTest Testing/Code/BasicFilters/itkTernaryMagnitudeSquaredImageFilterTest Testing/Code/BasicFilters/itkVectorConnectedComponentImageFilterTest Testing/Code/IO/itkRawImageIOTest5 Testing/Code/Numerics/NeuralNetworks/itkNeuralNetworkTests3 Testing/Code/Review/CMakeLists.txt Testing/Code/Review/itkReviewHeaderTest Testing/Code/Review/itkReviewPrintTest Testing/Code/Review/itkReviewTests Testing/Code/Review/itkThresholdMaximumConnectedComponentsImageFilterTest Testing/Code/Review/README.txt
New Examples in this Release
Examples/Filtering/FilteringExamples8 Examples/IO/ImageReadExtractFilterInsertWrite Examples/Statistics/BayesianClassifier Examples/Statistics/BayesianClassifierInitializer Examples/Statistics/StatisticsExamplesTests4
New Utilities in this Release
Utilities/Dart/NewSince.csh.in Utilities/Dart/NewSince.gawk Utilities/Doxygen/cvsVersionFilter. Utilities/gdcm/CMake/CTestCustom.ctest.in Utilities/gdcm/CMake/FindRsync.cmake Utilities/gdcm/Dicts/ACUSON.d Utilities/gdcm/Dicts/DictGroupName.d Utilities/gdcm/Dicts/ELSCINT.d Utilities/gdcm/Dicts/gdcm.dic.in Utilities/gdcm/Dicts/GE-EchoPAC.d Utilities/gdcm/Dicts/GEMS-Advance.d Utilities/gdcm/Dicts/GEMS-Advantx.d Utilities/gdcm/Dicts/GEMS-CR.d Utilities/gdcm/Dicts/GEMS.d Utilities/gdcm/Dicts/GEMS-DLX.d Utilities/gdcm/Dicts/GEMS-Genie.d Utilities/gdcm/Dicts/GEMS-HiSpeed.d Utilities/gdcm/Dicts/GEMS-Infinia.d Utilities/gdcm/Dicts/HITACHI-MR-pronto.d Utilities/gdcm/Dicts/NIH.d Utilities/gdcm/Dicts/Papyrus.d Utilities/gdcm/Dicts/ParseDict.py Utilities/gdcm/Dicts/PHILIPS-EasyVision.d Utilities/gdcm/Dicts/PHILIPS-Intera.d Utilities/gdcm/Dicts/SIEMENS.d Utilities/gdcm/Dicts/SIEMENS-syngo.d Utilities/gdcm/Dicts/SPI.d Utilities/gdcm/src/gdcmArgMgr Utilities/gdcm/src/gdcmDicomDirVisit Utilities/gdcm/src/gdcmDictGroupName Utilities/gdcm/src/gdcmMpeg Utilities/gdcm/src/gdcmValidator Utilities/kwsys/DynamicLoader Utilities/kwsys/DynamicLoader.hxx.in Utilities/kwsys/String.hxx.in Utilities/kwsys/testDynamicLoader Utilities/kwsys/testDynload Utilities/openjpeg/bio Utilities/openjpeg/cio Utilities/openjpeg/CMakeLists.txt Utilities/openjpeg/dwt Utilities/openjpeg/event Utilities/openjpeg/fix Utilities/openjpeg/image Utilities/openjpeg/int Utilities/openjpeg/j2k Utilities/openjpeg/j2k_lib Utilities/openjpeg/jp2 Utilities/openjpeg/jpt Utilities/openjpeg/mct Utilities/openjpeg/mqc Utilities/openjpeg/.NoDartCoverage Utilities/openjpeg/openjpeg Utilities/openjpeg/opj_includes Utilities/openjpeg/pi Utilities/openjpeg/raw Utilities/openjpeg/README.ITK.txt Utilities/openjpeg/t1 Utilities/openjpeg/t2 Utilities/openjpeg/tcd Utilities/openjpeg/tgt
Changes in this Release
CMakeLists.txt ENH: ExceptionObject now reports method name. itkConfigure.h.in ENH: ExceptionObject now reports method name. itkIncludeDirectories.cmake BUG: expat is installed, but ITK_INCLUDE_DIRS fail to report so, therefore any external projects trying to use an installed ITK will fail as soon as a file like itkXMLFile.h is included (it requires expat.h). CMake/CheckCPPDirective.cmake ENH: ExceptionObject now reports method name. CMake/CheckCPPDirectiveExists.cxx.in ENH: better Borland support. CMake/InsightValgrind.supp ENH: Valgrind suppressions with libstdc++.so.6 Code/CMakeLists.txt Code/Algorithms/itkBayesianClassifierImageFilter STYLE: Add NAMIC attribution COMP: Stupid error. Calling things from typedef prior to declaring COMP: Borland issues. Use the GetStaticConstMacro to fetch Dimension Code/Algorithms/itkBayesianClassifierImageFilter STYLE: indentation. Code/Algorithms/itkBayesianClassifierInitializationImageFilter STYLE: Add NAMIC attribution COMP: Borland issues. Use the GetStaticConstMacro to fetch Dimension Code/Algorithms/itkBayesianClassifierInitializationImageFilter COMP: cannot assign a T to a Vector< T, 1 > on VS6 apparently ENH: VS typename issues. ENH: Filter to initialize the bayesian classifer filter with a membership image Code/Algorithms/itkBinaryMedialNodeMetric ENH: Move include from header to implementation Code/Algorithms/itkBinaryMedialNodeMetr ENH: Move include from header to implementation Code/Algorithms/itkBioCell STYLE: Some style cleanup Code/Algorithms/itkBioCell STYLE: Some style cleanup Code/Algorithms/itkBioCellBase STYLE: Some style cleanup Code/Algorithms/itkBioCellularAggregate STYLE: Some style cleanup Code/Algorithms/itkBioCellularAggregate STYLE: Some style cleanup Code/Algorithms/itkBioCellularAggregateBase STYLE: Some style cleanup Code/Algorithms/itkBioGenome STYLE: Some style cleanup Code/Algorithms/itkClassifierBase STYLE: Some style cleanup Code/Algorithms/itkClassifierBase STYLE: Some style cleanup Code/Algorithms/itkCurvatureRegistrationFilter STYLE: Some style cleanup Code/Algorithms/itkDeformableSimplexMesh3DBalloonForceFilter STYLE: Some style cleanup Code/Algorithms/itkDeformableSimplexMesh3DBalloonForceFilter STYLE: Some style cleanup Code/Algorithms/itkDeformableSimplexMesh3DFilter STYLE: Some style cleanup Code/Algorithms/itkDeformableSimplexMesh3DFilter STYLE: Some style cleanup Code/Algorithms/itkDeformableSimplexMesh3DGradientConstraintForceFilter COMP: warnings. Code/Algorithms/itkFEMRegistrationFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkFastMarchingImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkGradientDifferenceImageToImageMetric BUG: #2543. BoundaryCondotion objects are now ivars. Code/Algorithms/itkGradientDifferenceImageToImageMetr BUG: removed debugging statements. Code/Algorithms/itkHistogramImageToImageMetr BUG: throw exception before checking derivate sizes. Code/Algorithms/itkHistogramMatchingImageFilter COMP: Fixed typecasting to remove compiler warnings for all histogram image types. Code/Algorithms/itkImageGaussianModelEstimator ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkImageKmeansModelEstimator ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkImageRegistrationMethod COMP: some intel compilers have trouble with data allocated in the catch (apparently). Code/Algorithms/itkIsoContourDistanceImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkKappaStatisticImageToImageMetric Code/Algorithms/itkKappaStatisticImageToImageMetr Code/Algorithms/itkMIRegistrationFunction ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkMRFImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkMeanSquareRegistrationFunction ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkMinMaxCurvatureFlowFunction BUG: Fix compiler errors when non-double pixel types are used. See InsightJournal review for MATITK Code/Algorithms/itkMultiResolutionImageRegistrationMethod stl/Vector.html) VS8 has stricter checks and managed to catch the bug. Code/Algorithms/itkNCCRegistrationFunction ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkRayCastInterpolateImageFunction ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkRegularSphereMeshSource STYLE: Some style cleanup Code/Algorithms/itkRegularSphereMeshSource STYLE: Some style cleanup Code/Algorithms/itkStructHashFunction STYLE: Some style cleanup Code/Algorithms/itkVnlFFTRealToComplexConjugateImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Algorithms/itkVoronoiSegmentationImageFilterBase BUG: compilation errors repaired. Code/Algorithms/itkVoronoiSegmentationImageFilterBase BUG: compilation errors repaired. Code/Algorithms/itkVoronoiSegmentationRGBImageFilter Code/BasicFilters/itkAbsImageFilter COMP: warnings about unused parameter. ENH: added operator==and operator!= methods. Code/BasicFilters/itkAbsoluteValueDifferenceImageFilter COMP: warnings about unused parameter. ENH: added operator==and operator!= methods. Code/BasicFilters/itkAccumulateImageFilter STYLE: indentation. Code/BasicFilters/itkAcosImageFilter COMP: warnings about unused parameter. ENH: added operator==and operator!= methods. Code/BasicFilters/itkAdaptImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkAdaptiveHistogramEqualizationImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkAddImageFilter COMP: warnings about unused parameter. ENH: added operator==and operator!= methods. Code/BasicFilters/itkAndImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkAnisotropicDiffusionImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkAsinImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkAtan2ImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkAtanImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkBSplineCenteredL2ResampleImageFilterBase ENH: better Exception description. Code/BasicFilters/itkBSplineCenteredResampleImageFilterBase ENH: better Exception description. Code/BasicFilters/itkBSplineDecompositionImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkBSplineInterpolateImageFunction ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkBSplineL2ResampleImageFilterBase ENH: better Exception description. Code/BasicFilters/itkBSplineResampleImageFilterBase ENH: better Exception description. Code/BasicFilters/itkBilateralImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkBinaryErodeImageFilter STYLE: removed dummy variable access. Code/BasicFilters/itkBinaryFunctorImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkBinaryMagnitudeImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkBinaryMedianImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkBinaryMorphologyImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkBinaryThresholdImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter Code/BasicFilters/itkBoundedReciprocalImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkCastImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkChangeLabelImageFilter COMP: Fix for bug 2753: itkChangeLabelImageFilter.h -- ChangeLabel::SetChangeMap not const-correct. Code/BasicFilters/itkClosingByReconstructionImageFilter ENH: added flag to preserve original intesities. Code/BasicFilters/itkClosingByReconstructionImageFilter BUG: PrintSelf defect. Code/BasicFilters/itkComplexToImaginaryImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkComplexToModulusImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkComplexToPhaseImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkComplexToRealImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkCompose2DCovariantVectorImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkCompose2DVectorImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkCompose3DCovariantVectorImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkCompose3DVectorImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkComposeRGBImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkConfidenceConnectedImageFilter STYLE: Spelling Code/BasicFilters/itkConfidenceConnectedImageFilter ENH: Corrected several calculations and improved performance Code/BasicFilters/itkConnectedComponentFunctorImageFilter BUG: must use NumericTraits to compare to non-zero. Code/BasicFilters/itkConnectedComponentFunctorImageFilter BUG: bad logic introduced in last checkin. Code/BasicFilters/itkConnectedComponentImageFilter BUG: must use NumericTraits to compare to non-zero. Code/BasicFilters/itkConnectedComponentImageFilter BUG: must use NumericTraits to compare to non-zero. Code/BasicFilters/itkConstrainedValueAdditionImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkConstrainedValueDifferenceImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkCosImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkDeformationFieldJacobianDeterminantFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkDerivativeImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkDiffusionTensor3DReconstructionImageFilter BUG: Sorry Bill. Didn't realize that you had commited a fix. Revert to Bills fix. COMP: GetBValue is defined as a macro on windows. Need to undef it if present. ENH: Allow for the DW gradient images to be specified as a single multi-component image (vectorimage) or as several itk::Images. The former is a convenient input from nrrd format for DWI images Code/BasicFilters/itkDiffusionTensor3DReconstructionImageFilter BUG: uninitialized ivar. BUG: Check if container is null before printing it. (was causing print tests to segfault) Code/BasicFilters/itkDiscreteGaussianImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkDivideImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkEdgePotentialImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkExpImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkExpNegativeImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkExtractImageFilter Code/BasicFilters/itkFastIncrementalBinaryDilateImageFilter BUG: missing include file for superclass. Code/BasicFilters/itkGetAverageSliceImageFilter ENH: this class is equivalent to AccumulateImageFilter with AveragingOn and a slightly different api. It is now a subclass of AccumulateImageFilter. Code/BasicFilters/itkGetAverageSliceImageFilter ENH: this class is equivalent to AccumulateImageFilter with AveragingOn and a slightly different api. It is now a subclass of AccumulateImageFilter. Code/BasicFilters/itkGradientImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkGradientMagnitudeImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkGradientToMagnitudeImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkGrayscaleGeodesicDilateImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkGrayscaleGeodesicErodeImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkHoughTransform2DLinesImageFilter Code/BasicFilters/itkIntensityWindowingImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkInteriorExteriorMeshFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkInvertIntensityImageFilter ENH: new filters contributed by Gaetan Lehmann via the Insight Journal. Code/BasicFilters/itkInvertIntensityImageFilter ENH: new filters contributed by Gaetan Lehmann via the Insight Journal. Code/BasicFilters/itkIterativeInverseDeformationFieldImageFilter BUG: did not have progress. STYLE: did not have copyright. STYLE: indentation. Code/BasicFilters/itkJoinImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkJoinSeriesImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkLaplacianImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkLaplacianSharpeningImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/Attic/itkLazyEdgeDetectionImageFilter3D ENH: removed because it was a utility class for the removed class MidsagittalPlaneExtractionImageFilter. Code/BasicFilters/Attic/itkLazyEdgeDetectionImageFilter3D ENH: removed because it was a utility class for the removed class MidsagittalPlaneExtractionImageFilter. Code/BasicFilters/itkLog10ImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkLogImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkMaskImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkMaskNegatedImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkMaskNeighborhoodOperatorImageFilter Code/BasicFilters/itkMaskNeighborhoodOperatorImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkMatrixIndexSelectionImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkMaximumImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkMeanImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkMedianImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkMinimumImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkModulusImageFilter ENH: new filters contributed by Gaetan Lehmann via the Insight Journal. Code/BasicFilters/itkModulusImageFilter ENH: new filters contributed by Gaetan Lehmann via the Insight Journal. Code/BasicFilters/itkMorphologicalGradientImageFilter ENH: new filters contributed by Gaetan Lehmann via the Insight Journal. Code/BasicFilters/itkMorphologicalGradientImageFilter ENH: new filters contributed by Gaetan Lehmann via the Insight Journal. Code/BasicFilters/itkMorphologyImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkMultiplyImageFilter COMP: warnings about unused parameter. ENH: added operator==and operator!= methods. Code/BasicFilters/itkNarrowBandImageFilterBase ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkNaryAddImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkNaryMaximumImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkNeighborhoodOperatorImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkNoiseImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkNormalizedCorrelationImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkNotImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkObjectMorphologyImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkOpeningByReconstructionImageFilter ENH: added flag to preserve original intesities. Code/BasicFilters/itkOpeningByReconstructionImageFilter ENH: added flag to preserve original intesities. Code/BasicFilters/itkOrImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkParallelSparseFieldLevelSetImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkPasteImageFilter Code/BasicFilters/itkPasteImageFilter BUG: type in type names. Code/BasicFilters/itkPermuteAxesImageFilter ENH: better Exception description. Code/BasicFilters/itkPolylineMask2DImageFilter STYLE: Beef up the documentation (Andinet) Code/BasicFilters/itkRGBToLuminanceImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkRecursiveSeparableImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkRegionOfInterestImageFilter BUG: output region was not being set correctly. Code/BasicFilters/itkRescaleIntensityImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkScalarConnectedComponentImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkShrinkImageFilter BUG: Bug # 2811 A second call of Update() causes InvalidRequesedRegion Error. Code/BasicFilters/itkShrinkImageFilter BUG: Bug # 2811 A second call of Update() function causes InvalidRequesedRegion Error. Code/BasicFilters/itkSigmoidImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkSimpleContourExtractorImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkSimplexMeshAdaptTopologyFilter STYLE: Some style cleanup Code/BasicFilters/itkSimplexMeshAdaptTopologyFilter STYLE: Some style cleanup Code/BasicFilters/itkSinImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkSobelEdgeDetectionImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkSparseFieldLevelSetImageFilter BUG: Fix compiler errors when non-double pixel types are used. See InsightJournal review for MATITK Code/BasicFilters/itkSqrtImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkSquareImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkSquaredDifferenceImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkSubtractImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkSymmetricEigenAnalysisImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkTanImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkTensorFractionalAnisotropyImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkTensorRelativeAnisotropyImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkTernaryAddImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkTernaryFunctorImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkTernaryMagnitudeImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkTernaryMagnitudeSquaredImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkThresholdLabelerImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkTileImageFilter BUG: Improper region calculation for output. Code/BasicFilters/itkUnaryFunctorImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkVectorCastImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkVectorConfidenceConnectedImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkVectorConnectedComponentImageFilter COMP: warnings about unused parameter. COMP: typename issues with VS6. Code/BasicFilters/itkVectorExpandImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkVectorGradientMagnitudeImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkVectorIndexSelectionCastImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkVectorNeighborhoodOperatorImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkVectorResampleImageFilter ENH: Allow user to specify precision. STYLE: GetObject change to GetConstObject. ENH: follows same logic as ResampleImageFilter. BUG: was not setting directions on output. Code/BasicFilters/itkVectorResampleImageFilter COMP: Set threads to 1 if Borland. BUG: missing typedef. BUG: warnings. Code/BasicFilters/itkVectorRescaleIntensityImageFilter ENH: Added operator== and operator!=. Code/BasicFilters/itkVotingBinaryImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkVotingBinaryIterativeHoleFillingImageFilter STYLE: spelling. Code/BasicFilters/itkWeightedAddImageFilter ENH: added operator==and operator!= methods. Code/BasicFilters/itkXorImageFilter COMP: warnings about unused parameter. Code/BasicFilters/itkZeroCrossingBasedEdgeDetectionImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/BasicFilters/itkZeroCrossingImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/CMakeLists.txt ENH: Adding CrossProduct for 3D. Code/Common/itkAnnulusOperator BUG: Incorrect define prevents Sobel include Code/Common/itkBSplineDerivativeKernelFunction STYLE: Some style cleanup Code/Common/itkBSplineInterpolationWeightFunction STYLE: Some style cleanup Code/Common/itkBSplineInterpolationWeightFunction STYLE: Some style cleanup Code/Common/itkBSplineKernelFunction STYLE: Some style cleanup Code/Common/itkBarrier Code/Common/itkBarrier Code/Common/itkBinaryBallStructuringElement STYLE: no need for itk:: withing itk namespace. Code/Common/itkBinaryThresholdImageFunction STYLE: Some style cleanup Code/Common/itkBinaryThresholdImageFunction STYLE: Some style cleanup Code/Common/itkBinaryThresholdSpatialFunction STYLE: Some style cleanup Code/Common/itkBloxBoundaryPointImage COMP: Move traits around for the sun compilers Code/Common/itkBloxBoundaryProfileItem STYLE: Some style cleanup Code/Common/itkBloxBoundaryProfileItem STYLE: Some style cleanup Code/Common/itkBloxImage COMP: Move traits around for the sun compilers Code/Common/itkBloxItem Code/Common/itkBluePixelAccessor ENH: Added operator== and operator!=. Code/Common/itkCenteredAffineTransform BUG: 2769. SetParameters() method was missing to invoke Modified(). Code/Common/itkCenteredEuler3DTransform Code/Common/itkCenteredRigid2DTransform ENH: simplify modified time computation. BUG: was not setting modified times. Code/Common/itkCenteredSimilarity2DTransform Code/Common/itkCentralDifferenceImageFunction STYLE: Some style cleanup Code/Common/itkCentralDifferenceImageFunction STYLE: Some style cleanup Code/Common/itkChainCodePath STYLE: Some style cleanup Code/Common/itkChainCodePath2D STYLE: Some style cleanup Code/Common/itkChainCodePath2D STYLE: Some style cleanup Code/Common/itkConceptChecking STYLE: Some style cleanup Code/Common/itkConditionVariable STYLE: Some style cleanup Code/Common/itkConditionVariable STYLE: Some style cleanup Code/Common/itkCovarianceImageFunction STYLE: Some style cleanup Code/Common/itkCovarianceImageFunction STYLE: Some style cleanup Code/Common/itkCovariantVector ENH: Adding CrossProduct for 3D. Code/Common/itkCovariantVector COMP: warnings regarding placement of inline modifier. COMP: Keep vs60 happy COMP: Borland gets confused by a templated premultiply operator.. Force it to be a scalar of the same scalar type as the vector is templated over, so borland is now forced to recognize it as a scalar ENH: Adding CrossProduct for 3D. Code/Common/itkCovariantVector Code/Common/itkDataObject ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/itkDataObject COMP: warnings. Code/Common/itkDirectory COMP: Fix compilation Code/Common/itkDirectory COMP: Fix compilation Code/Common/itkEuler3DTransform COMP: Warnings BUG: 2769. SetParameters() method was missing to invoke Modified(). Code/Common/itkExceptionObject COMP: __FUNCTION__ is only valid within a function. Code/Common/itkExtrapolateImageFunction STYLE: Some style cleanup Code/Common/itkFastMutexLock ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkFiniteDifferenceImageFilter STYLE: doxygen cleanups Code/Common/itkFiniteDifferenceImageFilter ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/itkFourierSeriesPath STYLE: Some style cleanup Code/Common/itkFourierSeriesPa STYLE: Some style cleanup Code/Common/itkFunctionBase STYLE: Some style cleanup Code/Common/itkGaussianBlurImageFunction STYLE: Some style cleanup Code/Common/itkGaussianBlurImageFunction STYLE: Some style cleanup Code/Common/itkGaussianDerivativeImageFunction STYLE: Some style cleanup Code/Common/itkGaussianDerivativeImageFunction STYLE: Some style cleanup Code/Common/itkGaussianKernelFunction STYLE: Some style cleanup Code/Common/itkGaussianOperator ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/itkGreenPixelAccessor ENH: Added operator== and operator!=. Code/Common/itkHexahedronCell ENH: Added EvaluatePosition() Code/Common/itkHexahedronCell ENH: Added EvaluatePosition() Code/Common/itkImage COMP: Move traits around for the sun compilers Code/Common/itkImage COMP: warnings. Code/Common/itkImageAdaptor COMP: Move traits around for the sun compilers Code/Common/itkImageAdaptor Code/Common/itkImageBase COMP: Move traits around for the sun compilers Code/Common/itkImageBase COMP: warnings. Code/Common/itkImageConstIteratorWithIndex BUG: SetBegin should set the pointer to the begin of the buffer. was setting the one that pointed to the begin of the region instead Code/Common/itkImageFunction BUG: Wrong argument type was used for a continuous index output STYLE: Some style cleanup Code/Common/itkImageFunction STYLE: Some style cleanup Code/Common/itkImageRegionConstIterator COMP: Fix for bug 2781, wherein some copy constructors for imageRegion[Const]Iterator do not compile. Code/Common/itkImageRegionIterator COMP: Fix for bug 2781, wherein some copy constructors for imageRegion[Const]Iterator do not compile. Code/Common/itkImageRegionIterator COMP: Fix for bug 2781, wherein some copy constructors for imageRegion[Const]Iterator do not compile. Code/Common/itkImageSource Code/Common/itkImageSource Code/Common/itkImageToImageFilter BUG: un-hide methods from superclass Code/Common/itkImageToImageFilter Code/Common/itkImportImageContainer ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/itkInterpolateImageFunction STYLE: Some style cleanup Code/Common/itkIterationReporter STYLE: Some style cleanup Code/Common/itkKLMSegmentationBorder STYLE: Some style cleanup Code/Common/itkKLMSegmentationBorder STYLE: Some style cleanup Code/Common/itkKLMSegmentationRegion STYLE: Some style cleanup Code/Common/itkKLMSegmentationRegion STYLE: Some style cleanup Code/Common/itkKernelFunction STYLE: Some style cleanup Code/Common/itkKernelTransform BUG: 2769. SetParameters() method was missing to invoke Modified(). Code/Common/itkLandmarkBasedTransformInitializer BUG: bug 2632. Else check should have set angle to 90 degrees Code/Common/itkLevelSet STYLE: Some style cleanup Code/Common/itkLightObject STYLE: Some style cleanup Code/Common/itkLightObject STYLE: Some style cleanup Code/Common/itkLinearInterpolateImageFunction STYLE: Some style cleanup Code/Common/itkLinearInterpolateImageFunction STYLE: Some style cleanup Code/Common/itkLogOutput STYLE: Some style cleanup Code/Common/itkLogger STYLE: Some style cleanup Code/Common/itkLoggerBase STYLE: Some style cleanup Code/Common/itkLoggerManager STYLE: Some style cleanup Code/Common/itkLoggerThreadWrapper STYLE: Some style cleanup Code/Common/itkLoggerThreadWrapper BUG: Did not have blockers for includes. Code/Common/itkMacro BUG: cygwin does not have __FUNCSIG__. ENH: More descriptive ExceptionMacro. Code/Common/itkMahalanobisDistanceThresholdImageFunction STYLE: Some style cleanup Code/Common/itkMahalanobisDistanceThresholdImageFunction STYLE: Some style cleanup Code/Common/itkMapContainer Code/Common/itkMapContainer Code/Common/itkMatrixOffsetTransformBase BUG: 2769. SetParameters() method was missing to invoke Modified(). Code/Common/itkMeanImageFunction STYLE: Some style cleanup Code/Common/itkMeanImageFunction STYLE: Some style cleanup Code/Common/itkMedianImageFunction STYLE: Some style cleanup Code/Common/itkMedianImageFunction STYLE: Some style cleanup Code/Common/itkMeshSource Code/Common/itkMeshSource Code/Common/itkMetaDataObject STYLE: Already within the itk namespace Code/Common/itkMultipleLogOutput STYLE: Some style cleanup Code/Common/itkNearestNeighborExtrapolateImageFunction STYLE: Some style cleanup Code/Common/itkNearestNeighborInterpolateImageFunction STYLE: Some style cleanup Code/Common/itkNeighborhoodBinaryThresholdImageFunction STYLE: Some style cleanup Code/Common/itkNeighborhoodBinaryThresholdImageFunction STYLE: Some style cleanup Code/Common/itkNeighborhoodIterator ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/itkNeighborhoodOperatorImageFunction STYLE: Some style cleanup Code/Common/itkNeighborhoodOperatorImageFunction STYLE: Some style cleanup Code/Common/itkNumericTraitsCovariantVectorPixel STYLE: Some style cleanup Code/Common/itkNumericTraitsTensorPixel STYLE: Some style cleanup Code/Common/itkNumericTraitsVectorPixel STYLE: Some style cleanup Code/Common/itkObject STYLE: Some style cleanup Code/Common/itkOctree STYLE: Some style cleanup Code/Common/itkOctree STYLE: Some style cleanup Code/Common/itkOctreeNode STYLE: Some style cleanup Code/Common/itkOctreeNode STYLE: Some style cleanup Code/Common/itkOrientedImage COMP: Move traits around for the sun compilers Code/Common/itkPCAShapeSignedDistanceFunction STYLE: Some style cleanup Code/Common/itkPCAShapeSignedDistanceFunction STYLE: Some style cleanup Code/Common/itkParametricPa STYLE: Some style cleanup Code/Common/itkParametricPath STYLE: Some style cleanup Code/Common/itkPath ENH: Fix for bug 2918. Add PathDimension static constant to class. Code/Common/itkPa STYLE: Some style cleanup Code/Common/itkPathFunctions STYLE: Some style cleanup Code/Common/itkPathSource STYLE: Some style cleanup Code/Common/itkPathSource STYLE: Some style cleanup Code/Common/itkPathToPathFilter STYLE: Some style cleanup Code/Common/itkPathToPathFilter STYLE: Some style cleanup Code/Common/itkPhasedArray3DSpecialCoordinatesImage COMP: Move traits around for the sun compilers Code/Common/itkPointSet STYLE: Some style cleanup Code/Common/itkPolyLineParametricPath STYLE: Some style cleanup Code/Common/itkPolyLineParametricPa STYLE: Some style cleanup Code/Common/itkProcessObject Code/Common/itkProcessObject Code/Common/itkProgressReporter STYLE: Some style cleanup Code/Common/itkQuaternionRigidTransform BUG: 2769. SetParameters() method was missing to invoke Modified(). Code/Common/itkRealTimeClock STYLE: Already within the itk namespace Code/Common/itkRedPixelAccessor ENH: Added operator== and operator!=. Code/Common/itkRigid2DTransform ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/itkRigid3DPerspectiveTransform Code/Common/itkScalarToRGBPixelFunctor STYLE: Some style cleanup Code/Common/itkScalarToRGBPixelFunctor STYLE: Some style cleanup Code/Common/itkScaleLogarithmicTransform BUG: 2769. SetParameters() method was missing to invoke Modified(). Code/Common/itkScaleSkewVersor3DTransform Code/Common/itkScaleTransform BUG: 2769. SetParameters() method was missing to invoke Modified(). Code/Common/itkScatterMatrixImageFunction STYLE: Some style cleanup Code/Common/itkScatterMatrixImageFunction STYLE: Some style cleanup Code/Common/itkSegmentationBorder STYLE: Some style cleanup Code/Common/itkSegmentationBorder STYLE: Some style cleanup Code/Common/itkSegmentationRegion STYLE: Some style cleanup Code/Common/itkSegmentationRegion STYLE: Some style cleanup Code/Common/itkSemaphore Code/Common/itkShapeSignedDistanceFunction STYLE: Some style cleanup Code/Common/itkSimilarity2DTransform ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/itkSimilarity3DTransform Code/Common/itkSimpleFastMutexLock ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkSimpleFilterWatcher ENH: Now uses TimeProbe. Code/Common/itkSimpleFilterWatcher STYLE: Some style cleanup Code/Common/itkSmartPointer ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkSmartPointerForwardReference ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkSmartPointerForwardReference ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkSparseImage COMP: Move traits around for the sun compilers Code/Common/itkSpecialCoordinatesImage COMP: Move traits around for the sun compilers Code/Common/itkSphereSignedDistanceFunction STYLE: Some style cleanup Code/Common/itkSphereSignedDistanceFunction STYLE: Some style cleanup Code/Common/itkStdStreamLogOutput STYLE: Some style cleanup Code/Common/itkSumOfSquaresImageFunction COMP: warnings, ENH: Function to calculate the sum of squares in a neighborhood Code/Common/itkSumOfSquaresImageFunction STYLE: Some style cleanup Code/Common/itkTestMain ENH: moved code into .h file. Code/Common/itkTetrahedronCell STYLE: indentation Code/Common/itkThreadLogger STYLE: Some style cleanup Code/Common/itkTimeProbe STYLE: Some style cleanup Code/Common/itkTranslationTransform STYLE: no need for this dereference. COMP: Type mismatch on method. Code/Common/itkTreeIteratorBase ENH: more consistent use of ExceptionMacro and ExceptionObject. Code/Common/itkVariableLengthVector ENH: Add GetSquaredNorm method to class ENH: premultiplication with scalars Code/Common/itkVariableLengthVector ENH: Add GetSquaredNorm method to class Code/Common/itkVarianceImageFunction STYLE: Some style cleanup Code/Common/itkVarianceImageFunction STYLE: Some style cleanup Code/Common/itkVector COMP: warnings regarding placement of inline modifier. COMP: Borland gets confused by a templated premultiply operator.. Force it to be a scalar of the same scalar type as the vector is templated over, so borland is now forced to recognize it as a scalar ENH: Premultiply operator for product of scalar and a vector, from Casey Goodlett Code/Common/itkVector Code/Common/itkVectorContainer Code/Common/itkVectorContainer Code/Common/itkVectorImage STYLE: More documentation COMP: Move traits around for the sun compilers Code/Common/itkVectorImage Code/Common/itkVectorImageToImageAdaptor BUG: The vector image returns a pixel created on the stack, not a reference to a pixel COMP: Move traits around for the sun compilers Code/Common/itkVectorInterpolateImageFunction STYLE: Some style cleanup Code/Common/itkVectorLinearInterpolateImageFunction STYLE: Some style cleanup Code/Common/itkVectorLinearInterpolateImageFunction STYLE: Some style cleanup Code/Common/itkVectorMeanImageFunction STYLE: Some style cleanup Code/Common/itkVectorMeanImageFunction STYLE: Some style cleanup Code/Common/itkVectorNearestNeighborInterpolateImageFunction ENH: moved code into .h file. STYLE: Some style cleanup Code/Common/itkVectorNearestNeighborInterpolateImageFunction private/insight-developers/2006-February/007646.html STYLE: Some style cleanup Code/Common/itkVersor Code/Common/itkVersorRigid3DTransform Code/Common/itkVersorTransform ENH: Now invoking Modified() from SetIdentity(). Code/Common/itkWindowedSincInterpolateImageFunction STYLE: Some style cleanup Code/Common/itkWindowedSincInterpolateImageFunction STYLE: Some style cleanup Code/IO/itkAnalyzeImageIO ENH: better exception reporting. Code/IO/itkBMPImageIO ENH: Better exception reporting. Code/IO/itkBrains2HeaderBase STYLE: Some style cleanup Code/IO/itkBrains2HeaderBase STYLE: Some style cleanup Code/IO/itkBrains2IPLHeaderInfo STYLE: Some style cleanup Code/IO/itkBrains2IPLHeaderInfo STYLE: Some style cleanup Code/IO/itkBrains2MaskHeaderInfo STYLE: Some style cleanup Code/IO/itkBrains2MaskHeaderInfo STYLE: Some style cleanup Code/IO/itkConvertPixelBuffer Code/IO/itkConvertPixelBuffer COMP: signed unsigned comparison warnings Code/IO/itkDefaultConvertPixelTraits COMP: Fix for bug 2725, which prevented compliation of IO using signed char traits on some compilers. Code/IO/itkGDCMImageIO BUG: When writting 3D images, it allowed to access the 3d component of the ITK Spacing. ENH: Provide an helper function around the MetaDataDictionary. Make it more user oriented. BUG: Do not propagate group length as computation is not done ENH: better exception reporting. STYLE: more consistent use of types. Code/IO/itkGDCMImageIO ENH: Provide an helper function around the MetaDataDictionary. Make it more user oriented. ENH: Bring AddRestriction from the gdcm level to the itkGDCM level. Update example to show usage, add more doc. Code/IO/itkGDCMSeriesFileNames ENH: Update gdcm version to 1.2 Code/IO/itkGDCMSeriesFileNames ENH: Rename AddRestriction into AddSeriesRestriction Code/IO/itkGE4ImageIO STYLE: Some style cleanup Code/IO/itkGEImageHeader STYLE: Some style cleanup Code/IO/itkIPLCommonImageIO BUG: Report orientation in direction cosines Code/IO/itkIPLFileNameList STYLE: Some style cleanup Code/IO/itkImageFileReader ENH: Better exception reporting. ENH: Make DefaultConvertPixelTraits a trait of the image to make IO support of VectorImage consistent. Forward declare it so it doesn't increase parsing time. Code/IO/itkImageFileReader COMP: previous fix does not work for all pixel types... defer until its made correct ENH: Better exception reporting. Code/IO/itkImageFileWriter ENH: Better exception reporting. Code/IO/itkImageFileWriter ENH: better exception message. Code/IO/itkImageSeriesReader STYLE: minor style Code/IO/itkMetaImageIO BUG: Peter Cech found typo that produced incorrect index to physical transform for origin update with direction cosines. BUG: MetaIO now supports 64bit int on platforms having 64bit ints. Thanks to help from Robert Atwood at imperial.ac.uk Code/IO/itkMetaImageIO COMP: fixed member object reference Code/IO/itkMvtSunf STYLE: Some style cleanup Code/IO/itkNiftiImageIO BUG: suppress nifti library error messages Code/IO/itkPNGImageIO COMP: VS71 issues with exception macro. ENH: better error messages Code/IO/itkRawImageIO Code/IO/itkTIFFImageIO BUG: Remove previous commit, while avoiding compiler warning Code/IO/itkVTKImageIO ENH: Use the kwsys lib instead Code/Numerics/Statistics/itkDenseFrequencyContainer BUG: Minor.. remove \#defines that were left when copied over from older txx code Code/Numerics/Statistics/itkDensityFunction BUG: Base and superclass had the same method and ivar. Bug 2880 Code/Numerics/Statistics/itkMembershipFunctionBase BUG: Base and superclass had the same method and ivar. Bug 2880 Code/Numerics/Statistics/itkSample BUG: Use traits to give a default length to the samples, so the user does not need to call SetMeasurementVectorSize( .. ) if TMeasurementVector is a FixedArray, Vector etc Code/Numerics/Statistics/itkSparseFrequencyContainer BUG: Minor.. remove \#defines that were left when copied over from older txx code Code/Review/CMakeLists.txt ENH: CMakeLists.txt file for the classes that are in the review process. Code/Review/README.txt STYLE: Notice regarding the purpose of this directory. Code/Review/itkThresholdMaximumConnectedComponentsImageFilter BUG: must use itkGetStaticConstMacro to access ImageDimension. COMP: "typename" keywords missing. Code/Review/itkThresholdMaximumConnectedComponentsImageFilter COMP: "typename" keywords missing. Code/SpatialObject/itkBlobSpatialObject COMP: Warnings Code/SpatialObject/itkLandmarkSpatialObject COMP: Warnings Code/SpatialObject/itkMetaMeshConverter BUG: Replaced SetElement() by InsertElement() so the array is allocated when using StaticMeshTrait BUG: the ID was not set when writing the mesh Code/SpatialObject/itkPolygonGroupOrientation STYLE: doxygen cleanups Code/SpatialObject/itkPolygonGroupSpatialObject STYLE: Some style cleanup Code/SpatialObject/itkPolygonSpatialObject STYLE: Some style cleanup Code/SpatialObject/itkSceneSpatialObject STYLE: Improved comments Code/SpatialObject/itkSceneSpatialObject STYLE: Improved comments Code/SpatialObject/itkSpatialObject STYLE: Make TreeNode getters and setters use itk[Get|Set]ObjectMacro. Also affects compilation of wrappers, so it is a COMP issue too. Code/SpatialObject/itkSpatialObject COMP: Warnings Code/SpatialObject/itkSpatialObjectTreeNode ENH: Added private (unimplemented) copy constructor and = operator (reported by Zach Pincus) Code/SpatialObject/itkSurfaceSpatialObject COMP: Warnings Code/SpatialObject/itkTubeSpatialObject STYLE: Better documentation Code/SpatialObject/itkTubeSpatialObject COMP: Warnings Documentation/Doxygen/DoxygenFooter.html BUG: The link to Doxygen Home page was broken. Bad html extension. Examples/Data/BayesianClassifierInitializerMemberships.mhd ENH: new example input data. Examples/Data/BayesianClassifierInitializerMemberships.raw ENH: new example input data. Examples/DataRepresentation/Image/CMakeLists.txt COMP: removed tests from Borland. Examples/Filtering/CMakeLists.txt COMP: Borland LME linker. COMP: Avoide borland LME1518 error. ENH: Test and Example for the DiffusionTensor3DReconstructionImageFilter, TensorFractionalAnisotropyImageFilter, TensorRelativeAnisotropyImageFilter COMP: removed tests to avoid Borland linker errors. Examples/Filtering/DiffusionTensor3DReconstructionImageFilter COMP: Unused var warnings Examples/Filtering/DigitallyReconstructedRadiograph1 STYLE: Improving the coding style of the example. ENH: Replacing old style #define for PI with a const double computed at run time. Examples/Filtering/FilteringExamples COMP: removed tests to avoid Borland linker errors. Examples/Filtering/FilteringExamples5 ENH: Test and Example for the DiffusionTensor3DReconstructionImageFilter, TensorFractionalAnisotropyImageFilter, TensorRelativeAnisotropyImageFilter Examples/Filtering/FilteringExamples8 COMP: removed tests to avoid Borland linker errors. Examples/Filtering/ResampleImageFilter9 BUG: default pixel should be of type PixelType. COMP: set threads to 1 to see if test passes on Borland. Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter STYLE: Shortening the error Usage line, so it fits the margins in the Software Guide. Examples/IO/CMakeLists.txt Examples/IO/DicomImageReadPrintTags ENH: Provide an helper function around the MetaDataDictionary. Make it more user oriented. Examples/IO/DicomSeriesReadImageWrite ENH: signed short is more general for medical images. Examples/IO/DicomSeriesReadImageWrite2 ENH: Rename AddRestriction into AddSeriesRestriction Examples/IO/ImageReadExtractFilterInsertWrite Examples/IO/ImageReadWrite ENH: signed short is more general for medical images. Examples/Iterators/CMakeLists.txt COMP: Borland linker errors. COMP: removed tests to avoid Borland linker errors. Examples/Registration/CMakeLists.txt COMP: Borland cannot link. Examples/Registration/DeformableRegistration3 STYLE: Adding Hypenation for index entries. Software Guide. Examples/Registration/ImageRegistration8 STYLE: Adding hypenations to index entries. Software Guide. Examples/Registration/ModelToImageRegistration1 STYLE: latex typesetting issues Examples/Registration/MultiResImageRegistration1 BUG: The Example require at least three arguments, so argc must be >= 4. Examples/Registration/MultiResImageRegistration2 STYLE: Latex documentation fixes Examples/SpatialObjects/SpatialObjectToImageStatisticsCalculator STYLE: Adding hypenation for index entries. Software Guide. Examples/Statistics/BayesianClassifier COMP: Move traits around for the sun compilers Examples/Statistics/BayesianClassifierInitializer ENH: Examples and tests for the itk::BayesianClassifierInitializationImageFilter and itk::BayesianClassifierImageFilter Examples/Statistics/CMakeLists.txt COMP: Avoid Borland LME1518 linker errors. COMP: avoid borland linker errors. BUG: tests should never depend upon another test output. Examples/Statistics/ImageEntropy1 COMP: LaTeX formatting was causing a compiler warning. Table new lines need to be represented with \cr instead of \ Examples/Statistics/ImageHistogram1 STYLE: Adding hypenation for index entries. Software Guide. Examples/Statistics/ImageHistogram2 STYLE: Adding hypenation to index entries. Software Guide. Examples/Statistics/ScalarImageKmeansClassifier COMP: Missing semicolon. Examples/Statistics/ScalarImageMarkovRandomField1 STYLE: Reformatting long lines of code that don't fit in the Software Guide margins. Examples/Statistics/StatisticsExamplesTests4 ENH: Examples and tests for the itk::BayesianClassifierInitializationImageFilter and itk::BayesianClassifierImageFilter Testing/Code/CMakeLists.txt Testing/Code/Algorithms/CMakeLists.txt Testing/Code/Algorithms/itkAlgorithmsPrintTest3 COMP: too much for the borland compiler to handle. Testing/Code/Algorithms/itkAlgorithmsTests4 Testing/Code/Algorithms/Attic/itkBayesianClassifierImageFilterTest Testing/Code/Algorithms/itkGradientDifferenceImageToImageMetricTest ENH: Better range for metrix overlap testing. Testing/Code/BasicFilters/CMakeLists.txt ENH: new test ENH: new tests contributed by Gaetan Lehmann via the Insight Journal. ENH: added test for itkMatrixIndexSelectionImageFilter BUG: Tests should not rely on other test output. ENH: added optional difference image. ENH: new regression test. ENH: new regression test. Testing/Code/BasicFilters/itkAbsImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkAbsoluteValueDifferenceImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkAccumulateImageFilterTest ENH: better coverage. Testing/Code/BasicFilters/itkAcosImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkAdaptImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkAddImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkAndImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkAsinImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkAtanImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkBasicFiltersHeaderTest ENH: Added missing classes. Testing/Code/BasicFilters/itkBasicFiltersPrintTest ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter Testing/Code/BasicFilters/itkBasicFiltersTests2 ENH: new test Testing/Code/BasicFilters/itkBasicFiltersTests4 ENH: new tests contributed by Gaetan Lehmann via the Insight Journal. ENH: new test. ENH: new regression test. ENH: new regression test. Testing/Code/BasicFilters/itkBinaryDilateImageFilterTest2 ENH: better coverage. Testing/Code/BasicFilters/itkBinaryMagnitudeImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkBinaryThresholdImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilterTest ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter Testing/Code/BasicFilters/itkChangeLabelImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkClosingByReconstructionImageFilterTest ENH: new regression tests. BUG: StructuringElement was uninitialized. Testing/Code/BasicFilters/itkCompose2DCovariantVectorImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkCompose3DCovariantVectorImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkComposeRGBImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkConstrainedValueDifferenceImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkCosImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkDiffusionTensor3DReconstructionImageFilterTest STYLE: missing copyright. BUG: The filter normalizes the gradient directions when they are supplied now, this caused a slight precisoin issue. Although the gradient directions supplied with the test are almost of unit norm, the slight difference from 1 caused the failiure. Testing/Code/BasicFilters/itkDivideImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkEdgePotentialImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkExpImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkExpNegativeImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkGetAverageSliceImageFilterTest ENH: new regression test. Testing/Code/BasicFilters/itkGradientToMagnitudeImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkGrayscaleFillholeImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkIntensityWindowingImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkInvertIntensityImageFilterTest ENH: new tests contributed by Gaetan Lehmann via the Insight Journal. Testing/Code/BasicFilters/itkIterativeInverseDeformationFieldImageFilterTest BUG: did not exit with failure if exception occurred. Testing/Code/BasicFilters/itkJoinImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkJoinSeriesImageFilterTest BUG: tests should not depend on the text of the exception message. Testing/Code/BasicFilters/itkLog10ImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkLogImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkMaskConnectedComponentImageFilterTest BUG: type. Testing/Code/BasicFilters/itkMaskImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkMaskNegatedImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkMaskNeighborhoodOperatorImageFilterTest COMP: warnings. Testing/Code/BasicFilters/itkMatrixIndexSelectionImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkMaximumImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkMinimumImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkModulusImageFilterTest ENH: new tests contributed by Gaetan Lehmann via the Insight Journal. Testing/Code/BasicFilters/itkMorphologicalGradientImageFilterTest STYLE: missing copyright. Testing/Code/BasicFilters/itkMultiplyImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkNaryAddImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkNaryMaximumImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkNotImageFilterTest ENH: new test. Testing/Code/BasicFilters/itkOpeningByReconstructionImageFilterTest ENH: Added SimpleFilterWatcher. ENH: added optional difference image. ENH: new regression test. Testing/Code/BasicFilters/itkOrImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkPushPopTileImageFilterTest ENH: new test Testing/Code/BasicFilters/itkRGBToLuminanceImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkRecursiveGaussianImageFiltersOnTensorsTest STYLE: missing copyright. Testing/Code/BasicFilters/itkRegionOfInterestImageFilterTest ENH: Added filter watcher. Now uses OrientedImage. Testing/Code/BasicFilters/itkRescaleIntensityImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkScalarConnectedComponentImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkSigmoidImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkSinImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkSqrtImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkSquareImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkSquaredDifferenceImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkSubtractImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkSymmetricEigenAnalysisImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkTanImageFilterAndAdaptorTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkTensorFractionalAnisotropyImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkTensorRelativeAnisotropyImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkTernaryMagnitudeImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkTernaryMagnitudeSquaredImageFilterTest ENH: new test. Testing/Code/BasicFilters/itkThresholdLabelerImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkTileImageFilterTest ENH: now uses OrientedImage. Testing/Code/BasicFilters/itkVectorConnectedComponentImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkVectorRescaleIntensityImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkVotingBinaryIterativeHoleFillingImageFilterTest ENH: PrintSelf coverage. Testing/Code/BasicFilters/itkWeightedAddImageFilterTest ENH: Added operator== and operator!=. Testing/Code/BasicFilters/itkXorImageFilterTest ENH: Added operator== and operator!=. Testing/Code/Common/CMakeLists.txt BUG: 2769. SetParameters() are missing invocation of Modified(). Testing/Code/Common/itkCommonTests2 BUG: 2769. SetParameters() are missing invocation of Modified(). Testing/Code/Common/itkCovariantVectorGeometryTest COMP: must use namespace on funciton call. Testing/Code/Common/itkEuler2DTransformTest Testing/Code/Common/itkMeshSourceGraftOutputTest ENH: added a test for graft output method in mesh source Testing/Code/Common/itkRealTimeClockTest ENH: rename GetTimestamp into GetTimeStamp Testing/Code/Common/itkTransformsSetParametersTest COMP: Remove warning BUG: 2769. SetParameters() are missing invocation of Modified(). Testing/Code/Common/itkVectorImageTest ENH: Make DefaultConvertPixelTraits a trait of the image to make IO support of VectorImage consistent. Forward declare it so it doesn't increase parsing time. Testing/Code/Common/itkVersorTest Testing/Code/IO/CMakeLists.txt Testing/Code/IO/itkBMPImageIOTest ENH: better exception reporting. Testing/Code/IO/itkGDCMSeriesReadImageWrite ENH: Add more example on how to use restriction operation Testing/Code/IO/itkIOTests Testing/Code/IO/itkMeshSpatialObjectIOTest ENH: Now testing the ID of the MeshSpatialObject Testing/Code/IO/itkRawImageIOTest5 ENH: Adding setup code for the RawImageIO object. Testing/Code/Numerics/NeuralNetworks/CMakeLists.txt COMP: avoid Borland linker errors. Testing/Code/Numerics/NeuralNetworks/itkNeuralNetworkTests COMP: avoid Borland linker errors. Testing/Code/Numerics/NeuralNetworks/itkNeuralNetworkTests3 COMP: avoid Borland linker errors. Testing/Code/Review/CMakeLists.txt ENH: Adding a second test for the itkThresholdMaximumConnectedComponentsImageFilter. ENH: Adding returns FAILURE in the catch blocks of the tries. Testing/Code/Review/README.txt ENH: Notice describing the purpose of this directory. Testing/Code/Review/itkReviewHeaderTest ENH: Support files for testing the classes that are under the review process. Testing/Code/Review/itkReviewPrintTest ENH: Support files for testing the classes that are under the review process. Testing/Code/Review/itkReviewTests COMP: Fixing the connections for the test driver. Testing/Code/Review/itkThresholdMaximumConnectedComponentsImageFilterTest ENH: Fixing the configuration of the test for using the input and baseline images. COMP: Fixing the connections for the test driver. Testing/Data/Baseline/BasicFilters/ClosingByReconstructionImageFilterTest.png BUG: StructuringElement was uninitialized. Testing/Data/Baseline/BasicFilters/ClosingByReconstructionImageFilterTest2.png ENH: new regression test. Testing/Data/Baseline/BasicFilters/InvertIntensityImageFilterTest.png ENH: new regression test. Testing/Data/Baseline/BasicFilters/MaskNeighborhoodOperatorImageFilterTest.png ENH: new regression test. Testing/Data/Baseline/BasicFilters/MatrixIndexSelectionImageFilterTest.png ENH: added Testing/Data/Baseline/BasicFilters/ModulusImageFilterTest.png ENH: new regression test. Testing/Data/Baseline/BasicFilters/MorphologicalGradientImageFilterTest.png ENH: new regression test. Testing/Data/Baseline/BasicFilters/OpeningByReconstructionImageFilterTest.png BUG: StructuringElement was uninitialized. Testing/Data/Baseline/BasicFilters/OpeningByReconstructionImageFilterTest2.png ENH: new regression test. Testing/Data/Baseline/BasicFilters/PushPopTileImageFilterTest.png Testing/Data/Baseline/BasicFilters/VectorConnectedComponentImageFilterTest.png ENH: new regression test. Testing/Data/Baseline/Filtering/FACorpusCallosum.mhd ENH: Fractional Anisotropy baseline for DiffusionTensor3DReconstructionImageFilterTest Testing/Data/Baseline/Filtering/FACorpusCallosum.raw ENH: Fractional Anisotropy baseline for DiffusionTensor3DReconstructionImageFilterTest Testing/Data/Baseline/Filtering/RACorpusCallosum.mhd ENH: Relative Anisotropy baseline for DiffusionTensor3DReconstructionImageFilterTest Testing/Data/Baseline/Filtering/RACorpusCallosum.raw ENH: Relative Anisotropy baseline for DiffusionTensor3DReconstructionImageFilterTest Testing/Data/Baseline/Filtering/ResampleImageFilter9Test.1.png ENH: baseline for Borland. Testing/Data/Baseline/Filtering/ResampleImageFilter9Test.png private/insight-developers/2006-February/007646.html Testing/Data/Baseline/Registration/DeformableRegistration3Test.5.png ENH: baseline for solaris, darwin and sgi. Testing/Data/Baseline/Registration/DeformableRegistration5Test.6.png ENH: baseline for ICC8.0 Testing/Data/Baseline/Review/itkThresholdMaximumConnectedComponentsImageFilterTest1.png ENH: Baseline image for the itkThresholdMaximumConnectedComponentsImageFilterTest1. Testing/Data/Baseline/Review/itkThresholdMaximumConnectedComponentsImageFilterTest2.png ENH: Baseline for the itkThresholdMaximumConnectedComponentsImageFilterTest2. Testing/Data/Baseline/Statistics/BayesianClassifierInitializerClass2Output.png Testing/Data/Baseline/Statistics/BayesianClassifierLabelMap.png Testing/Data/Input/012345.002.050.README ENH: Fix comment Testing/Data/Input/CellsFluorescence1.png ENH: Input test image for the threshold maximum connected components filter test. Testing/Data/Input/CellsFluorescence2.png ENH: Input image for the ThresholdMaximumConnectedComponentsImageFilterTest2. Testing/Data/Input/DwiCorpusCallosum.nhdr namic/DTI/Data/dwi.nhdr ftp://public.kitware.com/pub/namic/DTI/Data/dwi.img.gz (gunzip this) Testing/Data/Input/DwiCorpusCallosum.raw namic/DTI/Data/dwi.nhdr ftp://public.kitware.com/pub/namic/DTI/Data/dwi.img.gz (gunzip this) Testing/Data/Input/TensorsCorpusCallosum.mhd Testing/Data/Input/TensorsCorpusCallosum.raw Testing/Data/Input/chondt.png ENH: new input data. Testing/Data/Input/closerec1.jpg ENH: new input data. Utilities/CMakeLists.txt ENH: enable kwsys command line processing. ENH: Properly handle library prefix. Also backport from openjpeg CVS to support mingw Utilities/Dart/CMakeLists.txt ENH: Added a script to generate a Wiki-compatible file to show new files between two dates. Utilities/Dart/NewSince.csh.in ENH: Add the range of dates covered by the release. ENH: Added a script to generate a Wiki-compatible file to show new files between two dates. Utilities/Dart/NewSince.gawk ENH: Added a script to generate a Wiki-compatible file to show new files between two dates. Utilities/Doxygen/cvsVersionFilter. Utilities/Doxygen/doxygen.config.in BUG: Address bug 2733.. For some reason, setting UML_LOOK to ON fails to generate full class inheritence diagrams. It only shows the first level of inheritence ENH: Updating the configuration from Doxygen 1.1.4 to Doxygen 1.4.3 Utilities/MetaIO/metaCommand ENH: Added SetOptionComplete() function Utilities/MetaIO/metaCommand ENH: Added SetOptionComplete() function Utilities/MetaIO/metaEllipse ENH: Bring AddRestriction from the gdcm level to the itkGDCM level. Update example to show usage, add more doc. Utilities/MetaIO/metaImage ENH: Bring AddRestriction from the gdcm level to the itkGDCM level. Update example to show usage, add more doc. Utilities/MetaIO/metaMe COMP: warnings. Utilities/MetaIO/metaMesh BUG: Now reading PointData and CellData correctly Utilities/MetaIO/metaObject BUG: MetaIO now supports 64bit int on platforms having 64bit ints. Thanks to help from Robert Atwood at imperial.ac.uk Utilities/MetaIO/metaTypes BUG: MetaIO now supports 64bit int on platforms having 64bit ints. Thanks to help from Robert Atwood at imperial.ac.uk Utilities/MetaIO/metaUtils BUG: More instances of unsigned __int64 conversion problems on vs6 BUG: MS-VS6 does not support writing __int64 using ostream << Utilities/MetaIO/metaUtils BUG: MetaIO now supports 64bit int on platforms having 64bit ints. Thanks to help from Robert Atwood at imperial.ac.uk Utilities/expat/expatConfig.h.in Utilities/expat/xmlparse Utilities/expat/xmlrole Utilities/expat/xmltok Utilities/expat/xmltok_impl Utilities/gdcm/AUTHORS ENH: Update gdcm version to 1.2 Utilities/gdcm/CMakeLists.txt COMP: Fix compilation on win32 with static on STYLE: Typo Utilities/gdcm/ChangeLog ENH: Update gdcm version to 1.2 Utilities/gdcm/README ENH: Update gdcm version to 1.2 Utilities/gdcm/gdcmConfigure.h.in COMP: Fix compilation on win32 with static on Utilities/gdcm/CMake/CTestCustom.ctest.in ENH: Update gdcm version to 1.2 Utilities/gdcm/CMake/FindDicom3Tools.cmake ENH: Update gdcm version to 1.2 Utilities/gdcm/CMake/FindRsync.cmake ENH: Update gdcm version to 1.2 Utilities/gdcm/CMake/gdcmTestFUNCTION ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/ACUSON.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/CMakeLists.txt ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/DicomDir.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/DictGroupName.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/ELSCINT.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GE-EchoPAC.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GEMS-Advance.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GEMS-Advantx.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GEMS-CR.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GEMS-DLX.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GEMS-Genie.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GEMS-HiSpeed.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GEMS-Infinia.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/GEMS.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/HITACHI-MR-pronto.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/NIH.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/PHILIPS-EasyVision.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/PHILIPS-Intera.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/Papyrus.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/ParseDict.py ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/README ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/SIEMENS-syngo.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/SIEMENS.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/SPI.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/dicomTS.d ENH: Update gdcm version to 1.2 Utilities/gdcm/Dicts/dicomV3.d ENH: changed VR of some tags from US to SS to permit signed shorts. Utilities/gdcm/Dicts/gdcm.dic.in ENH: Update gdcm version to 1.2 Utilities/gdcm/src/CMakeLists.txt ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcm ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmArgMgr ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmArgMgr ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmBase ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmBase ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmBinEntry COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmBinEntry ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmCommon ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmContentEntry ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmContentEntry ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDebug ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDebug COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDefaultDicts.cxx.in ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDir COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDicomDir ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirElement COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDicomDirElement ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirImage ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirImage ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirMeta ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirMeta ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirObject ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirObject ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirPatient ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirPatient ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirSerie ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirSerie ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirStudy ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirStudy ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirVisit ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDicomDirVisit ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDict COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDict ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDictEntry COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDictEntry COMP: Fix warning ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDictGroupName COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDictGroupName ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDictSet ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDictSet ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDirList ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDirList ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDocEntry COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDocEntry COMP: Fix warning ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDocEntryArchive ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDocEntryArchive ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDocEntrySet ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDocEntrySet ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmDocument COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmDocument ENH: Backport gdcm1.2 to ITK-gdcm COMP: Please a vendor specific compiler to work around deprecated method and virtual overload Utilities/gdcm/src/gdcmElementSet ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmElementSet ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmException ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmException ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmFile COMP: Fix compilation on SunOS ENH: This should fix the LEGACY code Utilities/gdcm/src/gdcmFile ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmFileHelper ENH: Properly set some default value: IOP (default to 100010), and Patient Orientation which is redundant... BUG: removed old secondary capture logic. ENH: Backport gdcm1.2 to ITK-gdcm BUG: should not remove Frame Of Reference UID. Utilities/gdcm/src/gdcmFileHelper ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmGlobal ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmGlobal ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJPEGFragment ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJPEGFragment ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJPEGFragmentsInfo ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJPEGFragmentsInfo ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJpeg ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJpeg12 ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJpeg16 ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJpeg2000 ENH: In ITK openjpeg is outside COMP: Fix warning on bcc551 Utilities/gdcm/src/gdcmJpeg8 ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmJpegLS ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmMpeg ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmOrientation ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmOrientation ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmPixelReadConvert ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmPixelReadConvert ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmPixelWriteConvert ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmPixelWriteConvert ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmRLEFrame ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmRLEFrame ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmRLEFramesInfo ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmRLEFramesInfo ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmSQItem COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmSQItem ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmSeqEntry ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmSeqEntry ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmSerieHelper ENH: Redo implementation to use Functor instead of Function, because of brain damage VS6. See Q240871 ENH: Backport gdcm1.2 to ITK-gdcm ENH: Factor code into one single function BUG: Clear was incomplete and was not deleting the coherent file list. Thanks to Patrick Cheng for bug report and patch BUG: Could not reuse gdcmSerieHelper, now can call Clear before hand Utilities/gdcm/src/gdcmSerieHelper ENH: Redo implementation to use Functor instead of Function, because of brain damage VS6. See Q240871 COMP: Fix compilation on bcc ENH: Provide backward compatibility ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmTS COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmTS ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmUtil COMP: Fix compilation on SunOS BUG: wrong value for FMIV. COMP: Get Mac Address on SGI Irix Utilities/gdcm/src/gdcmUtil ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmVR ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmVR ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmValEntry COMP: Fix compilation on SunOS ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmValEntry ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/gdcmValidator COMP: Fix compilation on SunOS ENH: In order to sync with official CVS, remove as much ITKism as possible ENH: Update gdcm version to 1.2 Utilities/gdcm/src/gdcmValidator ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/jdatadst ENH: Backport gdcm1.2 to ITK-gdcm Utilities/gdcm/src/jdatas ENH: Backport gdcm1.2 to ITK-gdcm Utilities/kwsys/CMakeLists.txt BUG: Fix problem with in the path BUG: Fix DynamicLoader implementation on MacOSX (using old API) COMP: Fix cygwin build ENH: Carefully turn testing of DynamicLib on ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string. Utilities/kwsys/CommandLineArguments ENH: Add a method to remove remaining arguments Utilities/kwsys/CommandLineArguments.hxx.in ENH: Add a method to remove remaining arguments Utilities/kwsys/Directory STYLE: Minor style COMP: Some STL implementation do not provide clear on std::string ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Utilities/kwsys/Directory.hxx.in BUG: Need to reset internal structure in case of multiple calls to Load Utilities/kwsys/DynamicLoader BUG: Fix DynamicLoader implementation on MacOSX (using old API) ENH: Hopefully have the DynamicLoader to the proper thing. BUG: Including file within a namespace{} is dangerous(unless symbols are within an extern C). Also update documentation about special case for MacOSX ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader Utilities/kwsys/DynamicLoader.hxx.in ENH: Add documentation on the problem with system wide path for looking up dynamic libraries. STYLE: Fix trailing white spaces ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader Utilities/kwsys/EncodeExecutable ENH: add support for watcom wmake and wcl386 Utilities/kwsys/Glob STYLE: Make sure to use the proper cast. ENH: add support for watcom wmake and wcl386 Utilities/kwsys/Glob.hxx.in COMP: Fix the exporting so that it can actually be used Utilities/kwsys/ProcessUNIX ENH: Enabled process tree killing on AIX. ENH: Enabled process tree killing for FreeBSD and Sun. BUG: Do not leak ps FILE when the process starts but reading the header fails. BUG: When more than one command is given and one of them fails to start and the rest are killed, do not forget to reap the killed children. Utilities/kwsys/ProcessWin32 COMP: Fixed warnings for Borland 5.8. ENH: Improved robustness of sharing parent pipes with children. This ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children. Utilities/kwsys/Registry STYLE: Make sure to use the proper cast. ENH: add missing cmake depend hacks ENH: check in new find stuff Utilities/kwsys/Registry.hxx.in STYLE: Minor style Utilities/kwsys/RegularExpression STYLE: Make sure to use the proper cast. Utilities/kwsys/String.hxx.in ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string. Utilities/kwsys/SystemTools ENH: undo last change because it broke the dashboard STYLE: Remove trailing whitespaces ENH: fix std in kwsys, has to be kwsys_stl ENH: fix for bug 28618, cmake.exe can not find itself COMP: Fix compile problem on windows and mac ENH: Move relative path to kwsys ENH: add support for watcom wmake and wcl386 BUG: Return if the file is in any directory not just in first one ENH: Add another signature to FindProgram that matches more to the one from CMake Utilities/kwsys/SystemTools.hxx.in ENH: Add documentation on the problem with system wide path for looking up dynamic libraries. STYLE: Fix trailing white spaces ENH: Move relative path to kwsys ENH: fix for icc ENH: Add another signature to FindProgram that matches more to the one from CMake Utilities/kwsys/kwsysPlatformCxxTests ENH: add support for watcom wmake and wcl386 Utilities/kwsys/testCommandLineArguments STYLE: Make sure to use the proper cast. Utilities/kwsys/testDynamicLoader BUG: Need a trailing slash BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where current directory is not lookup when doing dlopen ENH: Hopefully have the DynamicLoader to the proper thing. COMP: Add missing include ENH: Still more coverage of the DynamicLoader ENH: Adding initial test for DynamicLoader Utilities/kwsys/testDynload COMP: Fix compilation on MacOSX (common symbols not allowed with MH_DYLIB output format) ENH: remove test temporarily Utilities/kwsys/testProcess ENH: Added a way to quickly enable manual testing of grandchild killing. Utilities/kwsys/testRegistry ENH: add support for watcom wmake and wcl386 Utilities/kwsys/testSystemTools STYLE: Minor style Utilities/kwsys/testSystemTools.h.in BUG: Do the proper path BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where current directory is not lookup when doing dlopen Utilities/nifti/Testing/niftilib/nifti_test Utilities/nifti/examples/CMakeLists.txt Utilities/nifti/examples/fsl_api_driver Utilities/nifti/fsliolib/fslio Utilities/nifti/fsliolib/fslio Utilities/nifti/niftilib/nifti1_io COMP: warnings. Utilities/nifti/niftilib/nifti1_io Utilities/nifti/utils/CMakeLists.txt Utilities/nifti/utils/nifti_stats Utilities/nifti/utils/nifti_tool Utilities/nifti/utils/nifti_tool Utilities/openjpeg/.NoDartCoverage ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/CMakeLists.txt ENH: Update openjpeg to match the one in gdcm 1.2. COMP: This should fix problem introduced yesterday ENH: Update openjpeg lib from CVS (Fixes lots of warnings) ENH: This is a C only project Utilities/openjpeg/README.ITK.txt ENH: Add a note for ITK-OpenJPEG Utilities/openjpeg/bio ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/bio ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/cio ENH: Backport from openjpeg CVS, even more warnings fixes. Change the build system from def file to declspec Utilities/openjpeg/cio ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/dwt ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/dwt ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/event ENH: Backport from openjpeg CVS, even more warnings fixes. Change the build system from def file to declspec ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/event ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/Attic/fix ENH: Update openjpeg to match the one in gdcm 1.2. COMP: This should fix problem introduced yesterday ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/fix ENH: Update openjpeg to match the one in gdcm 1.2. COMP: This should fix problem introduced yesterday Utilities/openjpeg/image ENH: Backport from openjpeg CVS, even more warnings fixes. Change the build system from def file to declspec Utilities/openjpeg/image ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/Attic/int ENH: Update openjpeg to match the one in gdcm 1.2. COMP: This should fix problem introduced yesterday Utilities/openjpeg/int ENH: Update openjpeg to match the one in gdcm 1.2. COMP: This should fix problem introduced yesterday Utilities/openjpeg/j2k ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/j2k ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/j2k_lib ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/j2k_lib ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/jp2 ENH: Update openjpeg lib from CVS (Fixes lots of warnings) Utilities/openjpeg/jp2 ENH: Update openjpeg lib from CVS (Fixes lots of warnings) Utilities/openjpeg/jpt ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/jpt ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/mct ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/mct ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/mqc ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/mqc ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/openjpeg ENH: Backport from openjpeg CVS, even more warnings fixes. Change the build system from def file to declspec ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/Attic/openjpeg.def.in ENH: Backport from openjpeg CVS, even more warnings fixes. Change the build system from def file to declspec Utilities/openjpeg/openjpeg ENH: Update openjpeg to match the one in gdcm 1.2. COMP: This should fix problem introduced yesterday ENH: Backport from openjpeg CVS, even more warnings fixes. Change the build system from def file to declspec ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/opj_includes ENH: Update openjpeg to match the one in gdcm 1.2. COMP: This should fix problem introduced yesterday Utilities/openjpeg/pi ENH: Update openjpeg lib from CVS (Fixes lots of warnings) Utilities/openjpeg/pi ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/raw ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/raw ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/t1 ENH: Update openjpeg lib from CVS (Fixes lots of warnings) Utilities/openjpeg/t1 ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/t2 ENH: Backport from openjpeg CVS, even more warnings fixes. Change the build system from def file to declspec Utilities/openjpeg/t2 ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/tcd ENH: Backport from openjpeg CVS, even more warnings fixes. Change the build system from def file to declspec ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/tcd ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/tgt ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/openjpeg/tgt ENH: Adding a JPEG2000 implementation (OpenJPEG) from Communications and remote sensing Laboratory, Universite catholique de Louvain Utilities/tiff/itk_tiff_mangle BUG: More external symbols need to be mangled. COMP: Enabling mangling Utilities/tiff/tif_dir COMP: Enabling mangling Utilities/tiff/tif_dirread COMP: Enabling mangling Utilities/tiff/tif_dirwrite COMP: Enabling mangling Utilities/tiff/tif_swab COMP: Enabling mangling Utilities/tiff/tiff COMP: force to make tiff rebuild. COMP: Enabling mangling COMP: Missing include to itk_tiff_mangle.h Utilities/vxl/vcl/CMakeLists.txt STYLE: Removed code with incompatible license. Utilities/vxl/vcl/vcl_string STYLE: Removed code with incompatible license. Utilities/vxl/vcl/vcl_string STYLE: Removed code with incompatible license. Utilities/vxl/vcl/emulation/vcl_algobase STYLE: Removed code with incompatible license. Utilities/vxl/vcl/emulation/Attic/vcl_straits STYLE: Removed code with incompatible license. Utilities/vxl/vcl/emulation/Attic/vcl_straits STYLE: Removed code with incompatible license. Utilities/vxl/vcl/emulation/Attic/vcl_string STYLE: Removed code with incompatible license. Utilities/vxl/vcl/emulation/Attic/vcl_string STYLE: Removed code with incompatible license. Utilities/zlib/zlib.def ENH: Fix name
Changes in this Release
CMakeLists.txt ENH: Updating the MINOR VERSION Number in preparation for release of ITK 2.8. ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. ENH: Borland compiler flags must now be set to prevent too many warnings. Ths is due to a CMake change in default flags for Borland. BUG: No quotes ENH: Forcing Concept checking to be always disabled for the Borland compiler. ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. ENH: Moving minor number to "7" after tagging for release ITK 2.6. ITKConfig.cmake.in ENH: Specify ITK_GDCM_DIR and ITK_USE_SYSTEM_GDCM in the export configuration so that projects using ITK know about it UseITK.cmake.in ENH: Allow ITK to be built against an installed version of GDCM with the ITK_USE_SYSTEM_GDCM option itkConfigure.h.in ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used itkGenerateITKConfig.cmake ENH: Allow ITK to be built against an installed version of GDCM with the ITK_USE_SYSTEM_GDCM option itkIncludeDirectories.cmake ENH: Do not add GDCM to the build tree if its ITK_USE_SYSTEM_GDCM is on CMake/CheckCPPDirective.cmake ENH: Allow ITK to be built against an installed version of GDCM with the ITK_USE_SYSTEM_GDCM option CMake/Attic/FindGDCM.cmake ENH: Remove confusing script that was written at the time where GDCM was build using autotools... Code/CMakeLists.txt Code/Algorithms/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Code/Algorithms/itkAntiAliasBinaryImageFilter ENH: adding concept checking Code/Algorithms/itkBalloonForceFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkBayesianClassifierImageFilter Code/Algorithms/itkBayesianClassifierInitializationImageFilter Code/Algorithms/itkBinaryMask3DMeshSource STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkBinaryMedialNodeMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkBinaryMinMaxCurvatureFlowImageFilter ENH: adding concept-checking Code/Algorithms/itkBinaryPruningImageFilter STYLE: Updated filter description ENH: adding concept-checking Code/Algorithms/itkBinaryThinningImageFilter ENH: adding concept checking Code/Algorithms/itkBioCell STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkBioGenome STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkCannySegmentationLevelSetFunction Code/Algorithms/itkCannySegmentationLevelSetImageFilter ENH: adding concept checking Code/Algorithms/itkCollidingFrontsImageFilter ENH: adding concept checking Code/Algorithms/itkCorrelationCoefficientHistogramImageToImageMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkCurvatureFlowImageFilter ENH: adding concept-checking Code/Algorithms/itkCurvatureRegistrationFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkCurvesLevelSetImageFilter ENH: adding concept checking Code/Algorithms/itkDeformableMesh3DFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkDeformableSimplexMesh3DBalloonForceFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkDeformableSimplexMesh3DFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkDeformableSimplexMesh3DGradientConstraintForceFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkEuclideanDistancePointMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkExtensionVelocitiesImageFilter ENH: adding concept checking Code/Algorithms/itkFEMFiniteDifferenceFunctionLoad STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkFEMRegistrationFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkFastChamferDistanceImageFilter COMP: fixing a compile error Code/Algorithms/itkFastChamferDistanceImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkFastMarchingExtensionImageFilter ENH: adding concept checking Code/Algorithms/itkFastMarchingImageFilter ENH: adding concept checking Code/Algorithms/itkFastMarchingUpwindGradientImageFilter BUG: Fixed the TargetReached modes of the algorithm Code/Algorithms/itkFastMarchingUpwindGradientImageFilter BUG: Fixed the TargetReached modes of the algorithm Code/Algorithms/itkGradientVectorFlowImageFilter ENH: adding concept checking Code/Algorithms/itkHistogramMatchingImageFilter ENH: adding concept-checking Code/Algorithms/itkImageKmeansModelEstimator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkImageToSpatialObjectMetric Code/Algorithms/itkImageToSpatialObjectMetr Code/Algorithms/itkImageToSpatialObjectRegistrationMethod Code/Algorithms/itkImageToSpatialObjectRegistrationMethod Code/Algorithms/itkIsoContourDistanceImageFilter ENH: adding concept checking Code/Algorithms/itkIsoContourDistanceImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkIsolatedWatershedImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkKLMRegionGrowImageFilter ENH: adding concept checking Code/Algorithms/itkKullbackLeiblerCompareHistogramImageToImageMetric STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkKullbackLeiblerCompareHistogramImageToImageMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkLabelVotingImageFilter BUG: missing InputImageDimension. Code/Algorithms/itkMIRegistrationFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMRFImageFilter ENH: adding concept checking Code/Algorithms/itkMRIBiasFieldCorrectionFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMRIBiasFieldCorrectionFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMattesMutualInformationImageToImageMetr BUG: Stop looking for points if using an image mask if we try 10 times more than the requested number (helps with mistakes using empty mask images) Code/Algorithms/itkMeanReciprocalSquareDifferencePointSetToImageMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMeanSquareRegistrationFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMeanSquaresImageToImageMetric ENH: adding concept checking to a metric as an example Code/Algorithms/itkMinMaxCurvatureFlowFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMinMaxCurvatureFlowImageFilter Code/Algorithms/itkMultiResolutionImageRegistrationMethod STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMultiResolutionPyramidImageFilter ENH: adding concept checking Code/Algorithms/itkMultiResolutionPyramidImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMutualInformationHistogramImageToImageMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkMutualInformationImageToImageMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkNCCRegistrationFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkNarrowBandCurvesLevelSetImageFilter ENH: adding concept checking Code/Algorithms/itkNarrowBandLevelSetImageFilter ENH: adding concept checking Code/Algorithms/itkNarrowBandThresholdSegmentationLevelSetImageFilter ENH: adding concept checking Code/Algorithms/itkNormalizedCorrelationImageToImageMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkNormalizedCorrelationPointSetToImageMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkNormalizedMutualInformationHistogramImageToImageMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkOtsuMultipleThresholdsImageFilter ENH: adding concept checking Code/Algorithms/itkOtsuMultipleThresholdsImageFilter BUG: 2786. Adding types for managing thresholds expressed in RealType. Code/Algorithms/itkOtsuThresholdImageCalculator ENH: Added Region to calculator. Code/Algorithms/itkOtsuThresholdImageCalculator ENH: Added Region to calculator. Code/Algorithms/itkOtsuThresholdImageFilter ENH: adding concept checking Code/Algorithms/itkRayCastInterpolateImageFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkRecursiveMultiResolutionPyramidImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkReinitializeLevelSetImageFilter ENH: adding concept checking Code/Algorithms/itkSTAPLEImageFilter ENH: adding concept checking Code/Algorithms/itkScalarImageKmeansImageFilter ENH: adding concept checking Code/Algorithms/itkSegmentationLevelSetImageFilter ENH: adding concept checking Code/Algorithms/itkSimplexMeshVolumeCalculator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkThresholdMaximumConnectedComponentsImageFilter ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Code/Algorithms/itkThresholdMaximumConnectedComponentsImageFilter ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Code/Algorithms/itkThresholdSegmentationLevelSetFunction STYLE: Cleaned up comments Code/Algorithms/itkUnaryMedialNodeMetr STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkVectorThresholdSegmentationLevelSetFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkVnlFFTComplexConjugateToRealImageFilter Code/Algorithms/itkVoronoiDiagram2DGenerator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkVoronoiPartitioningImageFilter ENH: adding concept checking Code/Algorithms/itkVoronoiPartitioningImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkVoronoiSegmentationImageFilter COMP: fixing compiler warnings Code/Algorithms/itkVoronoiSegmentationImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkVoronoiSegmentationImageFilterBase STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkVoronoiSegmentationRGBImageFilter COMP: fixing compiler warnings Code/Algorithms/itkVoronoiSegmentationRGBImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Algorithms/itkWatershedImageFilter Code/Algorithms/itkWatershedSegmenter STYLE: Equations specified incorrectly Code/BasicFilters/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Code/BasicFilters/itkAbsImageFilter BUG: Signed concept is not required for AbsImageFilter ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used Code/BasicFilters/itkAbsoluteValueDifferenceImageFilter ENH: adding concept-checking Code/BasicFilters/itkAccumulateImageFilter ENH: adding concept-checking ENH: adding more concept checking Code/BasicFilters/itkAcosImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkAdaptImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkAdaptiveHistogramEqualizationImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkAddImageFilter ENH: adding more concept checking Code/BasicFilters/itkAndImageFilter ENH: adding more concept checking Code/BasicFilters/itkAnisotropicDiffusionImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkApproximateSignedDistanceMapImageFilter ENH: more concept-checking Code/BasicFilters/itkAsinImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkAtan2ImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkAtanImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBSplineCenteredResampleImageFilterBase STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBSplineDecompositionImageFilter ENH: more concept-checking Code/BasicFilters/itkBSplineDecompositionImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBSplineDownsampleImageFilter ENH: more concept-checking Code/BasicFilters/itkBSplineDownsampleImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBSplineInterpolateImageFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBSplineUpsampleImageFilter ENH: more concept-checking Code/BasicFilters/itkBSplineUpsampleImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBilateralImageFilter ENH: adding more concept checking Code/BasicFilters/itkBilateralImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBinaryFunctorImageFilter ENH: adding concept-checking Code/BasicFilters/itkBinaryMagnitudeImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBinaryMaskToNarrowBandPointSetFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBinaryMedianImageFilter ENH: adding more concept checking Code/BasicFilters/itkBinaryMorphologyImageFilter ENH: adding more concept checking Code/BasicFilters/itkBinaryThresholdImageFilter ENH: More verbose documentation ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used Code/BasicFilters/itkBinomialBlurImageFilter ENH: more concept-checking Code/BasicFilters/itkBloxBoundaryPointImageToBloxBoundaryProfileImageFilter ENH: more concept-checking Code/BasicFilters/itkBloxBoundaryPointImageToBloxBoundaryProfileImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkBoundedReciprocalImageFilter ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used Code/BasicFilters/itkCannyEdgeDetectionImageFilter ENH: checking for SameDimension and IsFloatingPoint concepts Code/BasicFilters/itkCastImageFilter ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used Code/BasicFilters/itkChangeLabelImageFilter ENH: begin introducing concept checking; introducing ITK_USE_CONCEPT_CHECKING CMake variable to determine whether concept checking is used Code/BasicFilters/itkClosingByReconstructionImageFilter ENH: adding concept-checking Code/BasicFilters/itkComplexToImaginaryImageFilter ENH: adding concept checking Code/BasicFilters/itkComplexToModulusImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkComplexToPhaseImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkComplexToRealImageFilter ENH: adding concept checking Code/BasicFilters/itkCompose2DCovariantVectorImageFilter ENH: adding more concept checking Code/BasicFilters/itkCompose2DVectorImageFilter ENH: adding more concept checking Code/BasicFilters/itkCompose3DCovariantVectorImageFilter ENH: adding more concept checking Code/BasicFilters/itkCompose3DVectorImageFilter ENH: adding more concept checking Code/BasicFilters/itkConfidenceConnectedImageFilter ENH: adding more concept checking Code/BasicFilters/itkConfidenceConnectedImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkConnectedComponentFunctorImageFilter ENH: adding more concept checking Code/BasicFilters/itkConnectedThresholdImageFilter ENH: adding more concept checking Code/BasicFilters/itkConstantPadImageFilter ENH: adding more concept checking Code/BasicFilters/itkConstrainedValueAdditionImageFilter ENH: adding more concept checking Code/BasicFilters/itkConstrainedValueDifferenceImageFilter ENH: adding more concept checking Code/BasicFilters/itkContourDirectedMeanDistanceImageFilter ENH: adding concept-checking Code/BasicFilters/itkContourMeanDistanceImageFilter ENH: adding concept-checking Code/BasicFilters/itkCosImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkCropImageFilter ENH: adding concept-checking Code/BasicFilters/itkCurvatureAnisotropicDiffusionImageFilter ENH: adding concept-checking Code/BasicFilters/itkDanielssonDistanceMapImageFilter ENH: adding concept-checking Code/BasicFilters/itkDerivativeImageFilter ENH: adding concept-checking Code/BasicFilters/itkDifferenceOfGaussiansGradientImageFilter COMP: fixing compiler errors shown on cygwin Code/BasicFilters/itkDiffusionTensor3DReconstructionImageFilter ENH: adding concept-checking Code/BasicFilters/itkDilateObjectMorphologyImageFilter ENH: adding concept-checking Code/BasicFilters/itkDirectedHausdorffDistanceImageFilter ENH: adding concept-checking Code/BasicFilters/itkDiscreteGaussianImageFilter ENH: adding concept-checking Code/BasicFilters/itkDivideImageFilter ENH: adding concept-checking Code/BasicFilters/itkDoubleThresholdImageFilter ENH: adding concept-checking Code/BasicFilters/itkEdgePotentialImageFilter ENH: adding concept-checking Code/BasicFilters/itkEigenAnalysis2DImageFilter ENH: adding concept-checking Code/BasicFilters/itkEigenAnalysis2DImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkErodeObjectMorphologyImageFilter ENH: adding concept-checking Code/BasicFilters/itkExpImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkExpNegativeImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkExpandImageFilter ENH: adding concept-checking Code/BasicFilters/itkExpandImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkExtractImageFilter ENH: adding concept-checking Code/BasicFilters/itkGradientAnisotropicDiffusionImageFilter ENH: adding concept-checking Code/BasicFilters/itkGradientImageFilter ENH: adding concept-checking Code/BasicFilters/itkGradientImageToBloxBoundaryPointImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkGradientMagnitudeImageFilter ENH: adding concept-checking Code/BasicFilters/itkGradientMagnitudeRecursiveGaussianImageFilter ENH: adding concept-checking Code/BasicFilters/itkGradientNDAnisotropicDiffusionFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkGradientRecursiveGaussianImageFilter ENH: adding concept-checking Code/BasicFilters/itkGradientToMagnitudeImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleConnectedClosingImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleConnectedOpeningImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleDilateImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleErodeImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleFillholeImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleFunctionDilateImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleFunctionErodeImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleGeodesicDilateImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleGeodesicErodeImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleGrindPeakImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleMorphologicalClosingImageFilter ENH: adding concept-checking Code/BasicFilters/itkGrayscaleMorphologicalOpeningImageFilter ENH: adding concept-checking Code/BasicFilters/itkHConcaveImageFilter ENH: adding concept-checking Code/BasicFilters/itkHConvexImageFilter ENH: adding concept-checking Code/BasicFilters/itkHMaximaImageFilter ENH: adding concept-checking Code/BasicFilters/itkHMinimaImageFilter ENH: adding concept-checking Code/BasicFilters/itkHardConnectedComponentImageFilter ENH: adding concept-checking Code/BasicFilters/itkHausdorffDistanceImageFilter ENH: adding concept-checking Code/BasicFilters/itkHessian3DToVesselnessMeasureImageFilter COMP: need StaticConstMacro for Borland. Code/BasicFilters/itkHessian3DToVesselnessMeasureImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkHessianRecursiveGaussianImageFilter ENH: adding concept-checking Code/BasicFilters/itkHoughTransform2DCirclesImageFilter COMP: fixing compiler errors shown on cygwin Code/BasicFilters/itkHoughTransform2DCirclesImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkHoughTransform2DLinesImageFilter ENH: adding more concept checking Code/BasicFilters/itkHoughTransform2DLinesImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkIntensityWindowingImageFilter ENH: adding more concept checking Code/BasicFilters/itkInterpolateImageFilter ENH: adding more concept checking Code/BasicFilters/itkInterpolateImagePointsFilter ENH: adding more concept checking Code/BasicFilters/itkInverseDeformationFieldImageFilter ENH: adding more concept checking Code/BasicFilters/itkInvertIntensityImageFilter ENH: adding more concept checking Code/BasicFilters/itkIsolatedConnectedImageFilter ENH: adding more concept checking Code/BasicFilters/itkIsolatedConnectedImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkIterativeInverseDeformationFieldImageFilter ENH: adding more concept checking Code/BasicFilters/itkIterativeInverseDeformationFieldImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkJoinImageFilter COMP: missing typenames. Code/BasicFilters/itkJoinSeriesImageFilter ENH: adding more concept-checking Code/BasicFilters/itkLabelStatisticsImageFilter ENH: adding more concept checking Code/BasicFilters/itkLabelStatisticsImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkLaplacianImageFilter ENH: adding more concept-checking Code/BasicFilters/itkLog10ImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkLogImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkMaskImageFilter ENH: more concept-checking Code/BasicFilters/itkMaskNegatedImageFilter ENH: more concept-checking Code/BasicFilters/itkMaskNeighborhoodOperatorImageFilter ENH: adding more concept checking Code/BasicFilters/itkMatrixIndexSelectionImageFilter ENH: adding more concept checking Code/BasicFilters/itkMaximumImageFilter ENH: adding more concept checking Code/BasicFilters/itkMeanImageFilter ENH: adding more concept checking Code/BasicFilters/itkMedianImageFilter ENH: adding more concept-checking Code/BasicFilters/itkMinimumImageFilter ENH: adding more concept checking Code/BasicFilters/itkMinimumMaximumImageFilter ENH: adding more concept checking Code/BasicFilters/itkMirrorPadImageFilter ENH: adding more concept-checking Code/BasicFilters/itkModulusImageFilter ENH: adding more concept checking Code/BasicFilters/itkMorphologicalGradientImageFilter ENH: adding more concept checking Code/BasicFilters/itkMultiplyImageFilter Code/BasicFilters/itkNaryAddImageFilter ENH: adding more concept checking Code/BasicFilters/itkNaryFunctorImageFilter ENH: adding more concept checking Code/BasicFilters/itkNaryMaximumImageFilter ENH: adding more concept checking Code/BasicFilters/itkNeighborhoodConnectedImageFilter ENH: more concept-checking Code/BasicFilters/itkNeighborhoodOperatorImageFilter ENH: adding more concept-checking Code/BasicFilters/itkNoiseImageFilter ENH: more concept-checking Code/BasicFilters/itkNonThreadedShrinkImageFilter ENH: adding more concept-checking Code/BasicFilters/itkNonThreadedShrinkImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkNormalizedCorrelationImageFilter COMP: fixing compilation error Code/BasicFilters/itkNormalizedCorrelationImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkNotImageFilter ENH: more concept-checking Code/BasicFilters/itkObjectMorphologyImageFilter COMP: fixing a typo that was causing a compiler error on the dashboard Code/BasicFilters/itkObjectMorphologyImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkOpeningByReconstructionImageFilter ENH: adding more concept-checking Code/BasicFilters/itkOrImageFilter ENH: more concept-checking Code/BasicFilters/itkOrientImageFilter ENH: adding more concept-checking Code/BasicFilters/itkParallelSparseFieldLevelSetImageFilter ENH: more concept-checking Code/BasicFilters/itkPolylineMask2DImageFilter ENH: adding more concept-checking Code/BasicFilters/itkPolylineMaskImageFilter ENH: more concept-checking Code/BasicFilters/itkRGBToLuminanceImageFilter ENH: more concept-checking Code/BasicFilters/itkReconstructionByDilationImageFilter ENH: more concept-checking Code/BasicFilters/itkReconstructionByErosionImageFilter ENH: adding more concept-checking Code/BasicFilters/itkRecursiveGaussianImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkReflectImageFilter ENH: adding more concept-checking Code/BasicFilters/itkRegionOfInterestImageFilter ENH: adding more concept-checking Code/BasicFilters/itkRelabelComponentImageFilter ENH: adding more concept-checking Code/BasicFilters/itkResampleImageFilter BUG: #2672 fixed. m_OutputOrigin type was incorrect. ENH: more concept-checking Code/BasicFilters/itkResampleImageFilter Code/BasicFilters/itkRescaleIntensityImageFilter Code/BasicFilters/itkScalarConnectedComponentImageFilter ENH: more concept-checking Code/BasicFilters/itkScalarToArrayCastImageFilter ENH: more concept-checking Code/BasicFilters/itkShiftScaleImageFilter Code/BasicFilters/itkShiftScaleInPlaceImageFilter Code/BasicFilters/itkShrinkImageFilter ENH: adding more concept-checking Code/BasicFilters/itkShrinkImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkSigmoidImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkSignedDanielssonDistanceMapImageFilter ENH: more concept-checking Code/BasicFilters/itkSignedMaurerDistanceMapImageFilter ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Code/BasicFilters/itkSignedMaurerDistanceMapImageFilter BUG: renamed functor to avoid conflict. Code/BasicFilters/itkSimilarityIndexImageFilter ENH: more concept-checking Code/BasicFilters/itkSimpleContourExtractorImageFilter ENH: more concept-checking Code/BasicFilters/itkSinImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkSmoothingRecursiveGaussianImageFilter ENH: more concept-checking Code/BasicFilters/itkSobelEdgeDetectionImageFilter ENH: more concept-checking Code/BasicFilters/itkSparseFieldFourthOrderLevelSetImageFilter ENH: more concept-checking Code/BasicFilters/itkSparseFieldLevelSetImageFilter STYLE: Cleaned up comments ENH: adding more concept-checking Code/BasicFilters/itkSparseFieldLevelSetImageFilter STYLE: Cleaned up comments Code/BasicFilters/itkSqrtImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkSquareImageFilter Code/BasicFilters/itkSquaredDifferenceImageFilter ENH: more concept-checking Code/BasicFilters/itkStatisticsImageFilter ENH: more concept-checking Code/BasicFilters/itkStatisticsImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkStreamingImageFilter ENH: adding concept-checking Code/BasicFilters/itkSubtractImageFilter ENH: adding concept checking Code/BasicFilters/itkSymmetricEigenAnalysisImageFilter ENH: adding concept checking Code/BasicFilters/itkTanImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkTensorFractionalAnisotropyImageFilter ENH: adding concept checking Code/BasicFilters/itkTensorRelativeAnisotropyImageFilter ENH: adding concept checking Code/BasicFilters/itkTernaryFunctorImageFilter COMP: fixing a typo that was causing a compiler error on the dashboard Code/BasicFilters/itkTernaryMagnitudeImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkThresholdImageFilter ENH: adding concept checking Code/BasicFilters/itkThresholdLabelerImageFilter ENH: adding concept checking ENH: adding concept-checking BUG: 2786. Adding types for managing thresholds expressed in RealType. Code/BasicFilters/itkThresholdLabelerImageFilter BUG: 2786. Adding types for managing thresholds expressed in RealType. Code/BasicFilters/itkTileImageFilter ENH: adding concept checking Code/BasicFilters/itkTobogganImageFilter ENH: adding concept checking Code/BasicFilters/itkTwoOutputExampleImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorCastImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorConfidenceConnectedImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorConnectedComponentImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorCurvatureAnisotropicDiffusionImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorExpandImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorExpandImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkVectorGradientAnisotropicDiffusionImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorGradientMagnitudeImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorGradientMagnitudeImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkVectorIndexSelectionCastImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorNeighborhoodOperatorImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorResampleImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorResampleImageFilter COMP: Set threads to 1 if Borland. Code/BasicFilters/itkVectorRescaleIntensityImageFilter ENH: adding concept checking Code/BasicFilters/itkVectorRescaleIntensityImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/BasicFilters/itkVotingBinaryHoleFillingImageFilter ENH: adding concept-checking Code/BasicFilters/itkVotingBinaryImageFilter ENH: adding concept checking Code/BasicFilters/itkVotingBinaryIterativeHoleFillingImageFilter ENH: adding concept checking Code/BasicFilters/itkWarpImageFilter ENH: adding concept checking Code/BasicFilters/itkWarpVectorImageFilter ENH: adding concept checking Code/BasicFilters/itkWeightedAddImageFilter Code/BasicFilters/itkWhiteTopHatImageFilter ENH: adding concept checking Code/BasicFilters/itkWrapPadImageFilter ENH: adding concept-checking Code/BasicFilters/itkXorImageFilter ENH: adding concept checking Code/BasicFilters/itkZeroCrossingBasedEdgeDetectionImageFilter ENH: adding concept checking Code/BasicFilters/itkZeroCrossingImageFilter ENH: adding concept checking Code/Common/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkAbsImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). STYLE: fixed style Code/Common/itkAcosImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkAddImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkAddPixelAccessor STYLE: fixed style Code/Common/itkAffineTransform ENH: Explicit Instantiation Support STYLE: Fixed style STYLE: fixed style Code/Common/itkAffineTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkAnnulusOperator STYLE: Fixed style Code/Common/itkAnnulusOperator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkArray STYLE: fixed style Code/Common/itkArray STYLE: fixed style Code/Common/itkArray2D STYLE: fixed style Code/Common/itkAsinImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkAtanImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkAutoPointer STYLE: Fixed style Code/Common/itkAutoPointerDataObjectDecorator STYLE: fixed style Code/Common/itkAutoPointerDataObjectDecorator STYLE: fixed style Code/Common/itkAzimuthElevationToCartesianTransform STYLE: indentation. STYLE: Fixed style Code/Common/itkAzimuthElevationToCartesianTransform STYLE: Fixed style STYLE: fixed style Code/Common/itkBSplineDeformableTransform STYLE: Fixed style Code/Common/itkBSplineDeformableTransform STYLE: line length and indentation. STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkBSplineDerivativeKernelFunction STYLE: Fixed style Code/Common/itkBSplineInterpolationWeightFunction STYLE: Fixed style Code/Common/itkBSplineInterpolationWeightFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkBSplineKernelFunction STYLE: Fixed style Code/Common/itkBackwardDifferenceOperator STYLE: Fixed style Code/Common/itkBackwardDifferenceOperator STYLE: Fixed style Code/Common/itkBarrier STYLE: Fixed style Code/Common/itkBarrier STYLE: Fixed style Code/Common/itkBinaryBallStructuringElement STYLE: Fixed style Code/Common/itkBinaryBallStructuringElement STYLE: Fixed style Code/Common/itkBinaryCrossStructuringElement STYLE: Fixed style Code/Common/itkBinaryCrossStructuringElement STYLE: Fixed style Code/Common/itkBinaryThresholdImageFunction STYLE: Fixed style Code/Common/itkBinaryThresholdSpatialFunction STYLE: Fixed style Code/Common/itkBloxBoundaryPointImage STYLE: Fixed style Code/Common/itkBloxBoundaryPointImage STYLE: Fixed style Code/Common/itkBloxBoundaryPointItem STYLE: Fixed style Code/Common/itkBloxBoundaryPointItem STYLE: Fixed style Code/Common/itkBloxBoundaryPointPixel STYLE: Fixed style Code/Common/itkBloxBoundaryProfileImage STYLE: Fixed style Code/Common/itkBloxBoundaryProfileImage STYLE: Fixed style Code/Common/itkBloxBoundaryProfileItem STYLE: Fixed style Code/Common/itkBloxBoundaryProfileItem STYLE: Fixed style Code/Common/itkBloxBoundaryProfilePixel STYLE: Fixed style Code/Common/itkBloxBoundaryProfilePixel STYLE: Fixed style Code/Common/itkBloxCoreAtomImage COMP: Fixing template parameter Code/Common/itkBloxCoreAtomImage COMP: Fixing template parameter STYLE: Fixed style Code/Common/itkBloxCoreAtomPixel STYLE: Fixed style Code/Common/itkBloxCoreAtomPixel STYLE: Fixed style Code/Common/itkBloxImage STYLE: Fixed style Code/Common/itkBloxItem STYLE: Fixed style Code/Common/itkBloxPixel STYLE: Fixed style Code/Common/itkBluePixelAccessor STYLE: Fixed style Code/Common/itkBoundingBox STYLE: Fixed style Code/Common/itkBoundingBox STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkByteSwapper STYLE: Fixed style Code/Common/itkByteSwapper STYLE: Fixed style Code/Common/itkCellInterface STYLE: Fixed style Code/Common/itkCellInterface STYLE: Fixed style Code/Common/itkCellInterfaceVisitor STYLE: Fixed style Code/Common/itkCenteredAffineTransform STYLE: Fixed style Code/Common/itkCenteredAffineTransform STYLE: Fixed style Code/Common/itkCenteredEuler3DTransform STYLE: Fixed style Code/Common/itkCenteredEuler3DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkCenteredRigid2DTransform STYLE: Fixed style Code/Common/itkCenteredRigid2DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkCenteredSimilarity2DTransform STYLE: Fixed style Code/Common/itkCenteredSimilarity2DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkCenteredTransformInitializer STYLE: Fixed style Code/Common/itkCenteredTransformInitializer STYLE: Fixed style Code/Common/itkCenteredVersorTransformInitializer STYLE: Fixed style Code/Common/itkCenteredVersorTransformInitializer STYLE: Fixed style Code/Common/itkCentralDifferenceImageFunction STYLE: Fixed style Code/Common/itkCentralDifferenceImageFunction STYLE: Fixed style Code/Common/itkChainCodePath STYLE: Fixed style Code/Common/itkChainCodePa STYLE: Fixed style Code/Common/itkChainCodePath2D STYLE: Fixed style Code/Common/itkChainCodePath2D STYLE: Fixed style Code/Common/itkChildTreeIterator STYLE: Fixed style Code/Common/itkColorTable STYLE: Fixed style Code/Common/itkColorTable STYLE: Fixed style Code/Common/itkCommand STYLE: Fixed style Code/Common/itkComplexToImaginaryImageAdaptor STYLE: Fixed style Code/Common/itkComplexToModulusImageAdaptor STYLE: indentation. STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkComplexToPhaseImageAdaptor STYLE: Fixed style STYLE: Fixed style Code/Common/itkComplexToRealImageAdaptor STYLE: Fixed style Code/Common/itkConceptChecking COMP: fixing dashboard warnings about assignment between different types COMP: fixing typo ENH: adding a comment about why the argument to sizeof is not enclosed in ()'s COMP: #include for PixelTraits was missing. ENH: adding new concepts; modify some existing ones to accept multiple types Code/Common/itkConditionVariable STYLE: Fixed style Code/Common/itkConditionVariable STYLE: Fixed style Code/Common/itkConditionalConstIterator STYLE: Fixed style Code/Common/itkConditionalConstIterator STYLE: Fixed style Code/Common/itkConicShellInteriorExteriorSpatialFunction STYLE: Fixed style Code/Common/itkConicShellInteriorExteriorSpatialFunction STYLE: Fixed style Code/Common/itkConstNeighborhoodIterator STYLE: Fixed style Code/Common/itkConstNeighborhoodIterator STYLE: Fixed style Code/Common/itkConstShapedNeighborhoodIterator STYLE: Fixed style Code/Common/itkConstShapedNeighborhoodIterator STYLE: long lines. STYLE: Fixed style Code/Common/itkConstSliceIterator STYLE: Fixed style Code/Common/itkConstantBoundaryCondition BUG: #3151. Boundary conditions could access unactivated indices in shaped iterators." Code/Common/itkContinuousIndex STYLE: Fixed style Code/Common/itkCoreAtomImageToDistanceMatrixProcess STYLE: Fixed style Code/Common/itkCoreAtomImageToDistanceMatrixProcess STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkCorrespondenceDataStructure STYLE: Fixed style Code/Common/itkCorrespondenceDataStructureIterator STYLE: Fixed style Code/Common/itkCorrespondenceDataStructureIterator STYLE: Fixed style Code/Common/itkCorrespondingMedialNodeClique STYLE: Fixed style Code/Common/itkCosImageAdaptor STYLE: Fixed style Code/Common/itkCovariantVector BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. Code/Common/itkCovariantVector STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkCreateObjectFunction ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkDefaultDynamicMeshTraits ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkDenseFiniteDifferenceImageFilter STYLE: Cleaned up comments Code/Common/itkDifferenceImageFilter Code/Common/itkDifferenceImageFilter Code/Common/itkDiffusionTensor3D STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkDirectory ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkDirectory ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkDynamicLoader ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkElasticBodyReciprocalSplineKernelTransform BUG: incorrect type macro Code/Common/itkEllipsoidInteriorExteriorSpatialFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkEquivalencyTable STYLE: spacing. Code/Common/itkEquivalencyTable STYLE: spacing. Code/Common/itkEuler3DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkExpImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkExpNegativeImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/Attic/itkExplicitInstantiations ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkFastMutexLock ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkFiniteCylinderSpatialFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkFixedArray ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/itkFixedArray ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkFloodFilledFunctionConditionalConstIterator STYLE: various. Code/Common/itkFloodFilledFunctionConditionalConstIterator STYLE: various. Code/Common/itkFloodFilledImageFunctionConditionalConstIterator STYLE: various. Code/Common/itkFloodFilledImageFunctionConditionalConstIterator STYLE: various. Code/Common/itkFloodFilledSpatialFunctionConditionalConstIterator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkFourierSeriesPa STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkFrustumSpatialFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkGaussianDerivativeSpatialFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkGaussianKernelFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkGaussianOperator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkGaussianSpatialFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkHexahedronCell Code/Common/itkHexahedronCell Code/Common/itkImage ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/itkImage ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkImageAdaptor ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkImageBase ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/itkImageBase ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkImageBoundaryCondition BUG: #3151. Boundary conditions could access unactivated indices in shaped iterators." Code/Common/itkImageFunction STYLE: spelling error. Code/Common/itkImageRegion ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/itkImageRegion ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkImageRegionMultidimensionalSplitter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkImageSource ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/itkImageToImageFilter ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkImportImageContainer ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/itkImportImageContainer ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkIndex ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkLandmarkBasedTransformInitializer ENH: Remove annoying warning macro. Not reason enough to throw a warning Code/Common/itkLevelSetFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkLightObject ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkLineConstIterator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkLinearInterpolateImageFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkLog10ImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkLogImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkMacro ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkMahalanobisDistanceThresholdImageFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkMapContainer Code/Common/itkMapContainer Code/Common/itkMetaDataDictionary PERF: switch to using itk_hash_map Code/Common/itkMetaDataDictionary BUG: switching to itk_hash_map results in an api change (no operator->()). unrolling change. Code/Common/itkMetaDataObject PERF: Bypass the factory mechanism for MetaDataObject Code/Common/itkNumericTraits STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkNumericTraitsRGBPixel COMP: WrapITK requires numeric traits for itk::RGB_Pixel<unsigned short> Code/Common/itkNumericTraitsRGBPixel COMP: WrapITK requires numeric traits for itk::RGB_Pixel<unsigned short> Code/Common/itkNumericTraitsVectorPixel BUG: typo Code/Common/itkObject ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkObject ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkObjectFactoryBase ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkObjectFactoryBase ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkOrientedImage ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkPeriodicBoundaryCondition STYLE: removed debug statements. Code/Common/itkPhasedArray3DSpecialCoordinatesImage ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkPoint ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkPointLocator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkQuaternionRigidTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkRGBPixel BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. Code/Common/itkRealTimeClock ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkRigid2DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkRigid3DPerspectiveTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkScaleLogarithmicTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkScaleSkewVersor3DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkSimilarity2DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkSimilarity3DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkSimpleFastMutexLock ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkSimpleFastMutexLock ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkSimpleFilterWatcher ENH: allow new class access to private data. Code/Common/itkSimplexMeshGeometry STYLE: indentation. Code/Common/itkSinImageAdaptor STYLE: indentation. Code/Common/itkSize ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkSmartPointer ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkSmartPointerForwardReference ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkSmartPointerForwardReference ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Also fix some minor style Code/Common/itkSpecialCoordinatesImage ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkSqrtImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkSymmetricEllipsoidInteriorExteriorSpatialFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkSymmetricSecondRankTensor BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. Code/Common/itkTanImageAdaptor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkThinPlateR2LogRSplineKernelTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkThinPlateR2LogRSplineKernelTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkTimeProbesCollectorBase Code/Common/itkTimeProbesCollectorBase Code/Common/itkTorusInteriorExteriorSpatialFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkTriangleCell STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkVariableLengthVector BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. Code/Common/itkVariableLengthVector ENH: Add GetSquaredNorm method to class Code/Common/itkVector BUG: Fix for bug 3152: Headers for compound pixel types now #include the appropriate NumericTraits specialization headers. ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Code/Common/itkVector STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkVectorContainer Code/Common/itkVectorContainer Code/Common/itkVectorImage ENH: Make ImageBase the baseclass to avoid conflicting return types for the same function signature, with ImageBase BUG: Incorrect superclass typedef. Pointed out by Gaetan on the developers list. Code/Common/itkVectorImageToImageAdaptor BUG: The vector image returns a pixel created on the stack, not a reference to a pixel Code/Common/itkVectorLinearInterpolateImageFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/Attic/itkVectorNearestNeighborInterpolateImageFunction BUG: obsolete file. All code is on .h file. Code/Common/itkVersor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkVersor STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkVersorRigid3DTransform STYLE: Fixed style Code/Common/itkVersorRigid3DTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkVersorTransform STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). STYLE: Fixed style Code/Common/itkVersorTransform STYLE: Fixed style Code/Common/itkVertexCell STYLE: Fixed style Code/Common/itkVertexCell STYLE: Fixed style Code/Common/itkVolumeSplineKernelTransform STYLE: Fixed style Code/Common/itkVolumeSplineKernelTransform STYLE: Fixed style Code/Common/itkWeakPointer ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/Common/itkWin32Header STYLE: Fixed style Code/Common/itkWin32OutputWindow STYLE: Fixed style Code/Common/itkWin32OutputWindow STYLE: Fixed style Code/Common/itkWindowedSincInterpolateImageFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkWindowedSincInterpolateImageFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Common/itkWindows STYLE: Fixed style Code/Common/itkXMLFileOutputWindow STYLE: Fixed style Code/Common/itkXMLFilterWatcher STYLE: various. Code/Common/itkZeroFluxNeumannBoundaryCondition STYLE: Fixed style Code/Common/itkZeroFluxNeumannBoundaryCondition STYLE: Fixed style Code/Common/Templates/itkAffineTransform+- ENH: Explicit Instantiation Support Code/Common/Templates/itkAffineTransformD2 ENH: Explicit Instantiation Support Code/Common/Templates/itkAffineTransformD2 ENH: Explicit Instantiation Support Code/Common/Templates/itkAffineTransformD3 ENH: Explicit Instantiation Support Code/Common/Templates/itkAffineTransformD3 ENH: Explicit Instantiation Support Code/Common/Templates/itkAffineTransformF2 ENH: Explicit Instantiation Support Code/Common/Templates/itkAffineTransformF2 ENH: Explicit Instantiation Support Code/Common/Templates/itkAffineTransformF3 ENH: Explicit Instantiation Support Code/Common/Templates/itkAffineTransformF3 ENH: Explicit Instantiation Support Code/Common/Templates/itkFixedArray+- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkFixedArray+double.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkFixedArray+double.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkFixedArray+float.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkFixedArray+float.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkFixedArrayD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkFixedArrayD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkFixedArrayD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkFixedArrayD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkFixedArrayF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkFixedArrayF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkFixedArrayF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkFixedArrayF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImage+- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+double.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+double.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+float.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+float.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+int.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+int.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+long.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+long.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+short.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+short.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+unsigned_char.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+unsigned_char.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+unsigned_int.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+unsigned_int.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+unsigned_long.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+unsigned_long.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+unsigned_short.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImage+unsigned_short.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageBase+- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageBase+2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageBase+3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageBase2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageBase2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageBase3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageBase3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageI2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageI2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageI3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageI3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageL2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageL2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageL3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageL3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageRegion+- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageRegion+2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageRegion+3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageRegion2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageRegion2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageRegion3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageRegion3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageS2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageS2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageS3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageS3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSource+- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+double.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+double.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+float.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+float.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+int.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+int.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+long.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+long.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+short.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+short.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+unsigned_char.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+unsigned_char.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+unsigned_int.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+unsigned_int.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+unsigned_long.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+unsigned_long.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+unsigned_short.2-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImageSource+Image+unsigned_short.3-- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceI2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceI2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceI3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceI3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceL2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceL2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceL3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceL3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceS2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceS2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceS3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceS3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUC2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUC2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUC3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUC3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUI2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUI2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUI3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUI3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUL2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUL2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUL3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUL3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUS2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUS2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUS3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageSourceUS3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUC2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUC2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUC3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUC3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUI2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUI2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUI3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUI3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUL2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUL2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUL3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUL3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUS2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUS2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUS3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImageUS3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainer+- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.double- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.float- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.int- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.long- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.short- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.unsigned_char- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.unsigned_int- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.unsigned_long- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkImportImageContainer+unsigned_long.unsigned_short- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_D ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_D ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_F ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_F ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_I ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_I ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_L ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_L ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_S ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_S ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_UC ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_UC ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_UI ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_UI ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_UL ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_UL ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_US ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkImportImageContainerUL_US ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPoint+- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkPoint+double.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkPoint+double.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkPoint+float.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkPoint+float.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPointD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPointD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPointD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPointD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPointF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPointF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPointF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkPointF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVector+- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkVector+double.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkVector+double.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkVector+float.2- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/Attic/itkVector+float.3- ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVectorD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVectorD2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVectorD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVectorD3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVectorF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVectorF2 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVectorF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/Common/Templates/itkVectorF3 ENH: Added names for explicit template instantiations. Each instantiation of a template is given a name which is typedef-ed in a Templates namespace. These named instantiations are useful for passing arguments to other instantiations and avoiding nested comma problems with macro arguments. Also providing a header to import each instantiation. Code/IO/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Code/IO/itkAnalyzeImageIO ENH: thorw exception if invalid dimension is specified. Code/IO/itkArchetypeSeriesFileNames ENH: Allow filenames that include special characters Code/IO/itkBrains2HeaderBase ENH: replaced ExceptionObject witk ExceptionMacro. Code/IO/itkBrains2MaskImageIO ENH: replaced ExceptionObject witk ExceptionMacro. Code/IO/itkGDCMImageIO BUG: PrintSelf defects. BUG: To much cached information is stored. Need to delete entire gdcm::File struct first. ENH: Do not need to reread header a second time. Instead retain a copy of the parsed DICOM header and pass internal gdcm structure to the pixel reader. STYLE: Remove old debug... ENH: When writing 3D Image, the code is correct to put proper Origin and Direction BUG: When writting 3D images, it allowed to access the 3d component of the ITK Spacing. ENH: Provide an helper function around the MetaDataDictionary. Make it more user oriented. Code/IO/itkGDCMImageIO PERF: Reduced the number of times the file is read to two. ENH: When writing 3D Image, the code is correct to put proper Origin and Direction Code/IO/itkGDCMSeriesFileNames BUG: PrintSelf defects. Code/IO/itkGDCMSeriesFileNames PERF: Reduced the number of times the file is read to two. Code/IO/itkIOCommon Code/IO/itkIOCommon Code/IO/itkImageIOFactory ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/IO/itkImageSeriesWriter ENH: better error checking on MetaDataDictonaryArray size. Code/IO/itkMetaImageIO COMP: fixed member object reference Code/IO/itkNiftiImageIO COMP: removed header include line for non-existent header Code/IO/itkPNGImageIO BUG: reader was not shifting data when it was encoded in the image. Code/IO/itkStimulateImageIOFactory ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/IO/itkTIFFImageIO ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Code/IO/itkVTKImageIO Code/Numerics/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/itkCumulativeGaussianCostFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/itkCumulativeGaussianOptimizer STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/itkFRPROptimizer Code/Numerics/itkFRPROptimizer Code/Numerics/itkMultipleValuedNonLinearVnlOptimizer ENH: Adding support for reporting Iteration events from the VNL optimizers. Code/Numerics/itkMultipleValuedNonLinearVnlOptimizer ENH: Adding support for reporting Iteration events from the VNL optimizers. Code/Numerics/itkMultipleValuedVnlCostFunctionAdaptor ENH: Adding support for reporting Iteration events from the VNL optimizers. Code/Numerics/itkMultipleValuedVnlCostFunctionAdaptor ENH: Adding support for reporting Iteration events from the VNL optimizers. Code/Numerics/itkOnePlusOneEvolutionaryOptimizer STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/itkSPSAOptimizer ENH: Using the MersenneTwisterRandomVariateGenerator rather than VNL Code/Numerics/itkSPSAOptimizer ENH: Using the MersenneTwisterRandomVariateGenerator rather than VNL Code/Numerics/itkSingleValuedNonLinearVnlOptimizer ENH: Adding support for reporting Iteration events from the VNL optimizers. Code/Numerics/itkSingleValuedVnlCostFunctionAdaptor ENH: Adding support for reporting Iteration events from the VNL optimizers. Code/Numerics/FEM/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Code/Numerics/FEM/itkFEMElement2DC0LinearQuadrilateral STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/FEM/itkFEMElement2DC1Beam STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/FEM/itkFEMElement3DC0LinearHexahedron STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/FEM/itkFEMElement3DC0LinearTetrahedron STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/FEM/itkFEMGenerateMe STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/FEM/itkFEMImageMetricLoad STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/FEM/itkFEMLoadImplementationGenericLandmarkLoad STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/FEM/itkFEMSolverCrankNicolson STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/FEM/itkFEMSolverCrankNicolson STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/NeuralNetworks/itkBackPropagationLayer COMP: WinNT-bcc32 typename fixes Code/Numerics/NeuralNetworks/itkBackPropagationLayer ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkBatchSupervisedTrainingFunction Code/Numerics/NeuralNetworks/itkBatchSupervisedTrainingFunction ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkCompletelyConnectedWeightSet BUG: size of connectivity matrix was reversed compared to the weight matrix Code/Numerics/NeuralNetworks/itkErrorFunctionBase ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkGaussianRadialBasisFunction Code/Numerics/NeuralNetworks/itkIterativeSupervisedTrainingFunction Code/Numerics/NeuralNetworks/itkIterativeSupervisedTrainingFunction ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkLayerBase ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkLayerBase ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkLogSigmoidTransferFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/NeuralNetworks/itkMeanSquaredErrorFunction COMP: WinNT-bcc32 typename fixes Code/Numerics/NeuralNetworks/itkMeanSquaredErrorFunction ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkMultilayerNeuralNetworkBase COMP: WinNT-bcc32 typename fixes Code/Numerics/NeuralNetworks/itkMultilayerNeuralNetworkBase ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkMultiquadricRadialBasisFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/NeuralNetworks/itkNeuralNetworkObject ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkOneHiddenLayerBackPropagationNeuralNetwork COMP: WinNT-bcc32 typename fixes Code/Numerics/NeuralNetworks/itkOneHiddenLayerBackPropagationNeuralNetwork ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkRBFBackPropagationLearningFunction ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkRBFLayer COMP: WinNT-bcc32 typename fixes Code/Numerics/NeuralNetworks/itkRBFLayer ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkRBFNetwork Code/Numerics/NeuralNetworks/itkRBFNetwork ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkSigmoidTransferFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/NeuralNetworks/itkSquaredDifferenceErrorFunction COMP: WinNT-bcc32 typename fixes Code/Numerics/NeuralNetworks/itkSquaredDifferenceErrorFunction ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkSymmetricSigmoidTransferFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/NeuralNetworks/itkTanHTransferFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/NeuralNetworks/itkTanSigmoidTransferFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/NeuralNetworks/itkTrainingFunctionBase Code/Numerics/NeuralNetworks/itkTrainingFunctionBase ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkTwoHiddenLayerBackPropagationNeuralNetwork Code/Numerics/NeuralNetworks/itkTwoHiddenLayerBackPropagationNeuralNetwork ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkWeightSetBase ENH: network topology can be set at runtime Code/Numerics/NeuralNetworks/itkWeightSetBase ENH: network topology can be set at runtime Code/Numerics/Statistics/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Code/Numerics/Statistics/itkEuclideanDistance STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkExpectationMaximizationMixtureModelEstimator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkGaussianDensityFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkGaussianGoodnessOfFitComponent STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkGaussianMixtureModelComponent STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkGoodnessOfFitFunctionBase STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkGreyLevelCooccurrenceMatrixTextureCoefficientsCalculator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkHistogramToEntropyImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkHistogramToLogProbabilityImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkListSampleToHistogramGenerator Code/Numerics/Statistics/itkLogLikelihoodGoodnessOfFitFunction STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkNormalVariateGenerator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkSampleToHistogramProjectionFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Numerics/Statistics/itkScalarImageToHistogramGenerator Code/Numerics/Statistics/itkScalarImageToHistogramGenerator Code/Patented/itkActiveShapeModelCalculator STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Patented/itkActiveShapeModelGradientSearchMethod STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Patented/itkSimpleFuzzyConnectednessRGBImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Patented/itkSimpleFuzzyConnectednessScalarImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Patented/itkVectorFuzzyConnectednessImageFilter STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/Review/CMakeLists.txt ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d1ma ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d1mach.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d9gmit ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d9gmit.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d9lgic ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d9lgic.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d9lgit ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d9lgit.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d9lgmc ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d9lgmc.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d_int ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/d_mod ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dbetai ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dbetai.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dcsevl ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dcsevl.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgami ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgami.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgamit ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgamit.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgamlm ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgamlm.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgamma ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgamma.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgamr ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dgamr.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dlbeta ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dlbeta.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dlgams ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dlgams.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dlngam ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dlngam.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dlnrel ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/dlnrel.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/initds ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/initds.f ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/itkChiSquareDistribution STYLE: various. ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/Review/itkChiSquareDistribution STYLE: various. Code/Review/itkGaussianDistribution STYLE: various. Code/Review/itkGaussianDistribution STYLE: various. Code/Review/itkProbabilityDistribution STYLE: various. Code/Review/Attic/itkSignedMaurerDistanceMapImageFilter ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. STYLE: More fixes according to messages from KWStyle. Code/Review/Attic/itkSignedMaurerDistanceMapImageFilter ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. STYLE: More fixes according to messages from KWStyle. Code/Review/itkTDistribution STYLE: various. Code/Review/itkTDistribution STYLE: various. Code/Review/Attic/itkThresholdMaximumConnectedComponentsImageFilter ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. STYLE: various KWSTYLE issues. BUG: must use itkGetStaticConstMacro to access ImageDimension. COMP: "typename" keywords missing. Code/Review/Attic/itkThresholdMaximumConnectedComponentsImageFilter ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. ENH: Use SetMinimumObjectSize of the RelabelComponentImageFilter instead of calculating it separately. This changes results slightly because previously the algorithm found all objects *greater* than the minimum object size, not *greater than or equal to* as RelabelComponentImageFilter does. Also, we now use a MinimumMaximumImageCalculator to find the range of possible thresholds to speed up the binary search and ensure that the found threshold is in this range. STYLE: various KWSTYLE issues. BUG: mid point was not computed correctly. COMP: "typename" keywords missing. Code/Review/xermsg ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Code/SpatialObject/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Code/SpatialObject/itkArrowSpatialObject STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/SpatialObject/itkBlobSpatialObject STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/SpatialObject/itkContourSpatialObject COMP: Warning, removing const when returning enumeration ENH: First checkin Code/SpatialObject/itkContourSpatialObject ENH: Added support to attach a slice to a contour and display orientation ENH: First checkin Code/SpatialObject/itkContourSpatialObjectPoint ENH: First checkin Code/SpatialObject/itkContourSpatialObjectPoint ENH: First checkin Code/SpatialObject/itkCylinderSpatialObject STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/SpatialObject/itkGaussianSpatialObject STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/SpatialObject/itkMetaContourConverter ENH: First checkin Code/SpatialObject/itkMetaContourConverter ENH: Added support to attach a slice to a contour and display orientation Code/SpatialObject/itkMetaSceneConverter ENH: Added support for contours Code/SpatialObject/itkPolygonSpatialObject STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Code/SpatialObject/itkTubeSpatialObject STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). Examples/DataRepresentation/Image/CMakeLists.txt COMP: Boland LME linker error. Examples/Filtering/BinaryThresholdImageFilter BUG: #2929. Writer template type was incorrect. Examples/Filtering/CMakeLists.txt COMP: Avoid Borland LME1518 linker error. BUG: fix last checkin. COMP: avoid Borland linker error. COMP: Borland linker errors. Examples/Filtering/FFTDirectInverse COMP: force a rebuild because of dependency problems. Examples/Filtering/FilteringExamples2 COMP: force a rebuild because of dependency problems. Examples/Filtering/FilteringExamples4 COMP: force a rebuild because of dependency problems. Examples/Filtering/FilteringExamples6 COMP: force a rebuild because of dependency problems. Examples/Filtering/OtsuMultipleThresholdImageFilter ENH: Also write out the image thresholded between the upper threshold and the max intensity Examples/Filtering/OtsuThresholdImageFilter BUG: #2929. Writer template type was incorrect. Examples/Filtering/ResampleImageFilter COMP: force a rebuild because of dependency problems. Examples/Filtering/ResampleImageFilter2 COMP: force a rebuild because of dependency problems. Examples/Filtering/ResampleImageFilter3 COMP: force a rebuild because of dependency problems. Examples/Filtering/ResampleImageFilter4 COMP: force a rebuild because of dependency problems. Examples/Filtering/ResampleImageFilter5 COMP: force a rebuild because of dependency problems. Examples/Filtering/ResampleImageFilter7 COMP: force a rebuild because of dependency problems. Examples/Filtering/ResampleImageFilter8 COMP: force a rebuild because of dependency problems. Examples/Filtering/ResampleOrientedImageFilter COMP: force a rebuild because of dependency problems. Examples/IO/CMakeLists.txt Examples/IO/DicomImageReadPrintTags ENH: Provide an helper function around the MetaDataDictionary. Make it more user oriented. Examples/IO/DicomSeriesReadImageWrite ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Examples/IO/ImageReadDicomSeriesWrite Examples/IO/ImageReadWrite ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Examples/IO/TransformReadWrite BUG: BSpline transform was not registered into the factory by default Examples/Iterators/CMakeLists.txt COMP: Remove tests from Borland to avoid linker errors. Examples/Patented/FuzzyConnectednessImageFilter ENH: Fixing typos indicated by Alex Chekholko via email. Examples/Patented/HybridSegmentationFuzzyVoronoi ENH: Fixing typos indicated by Alex Chekholko via email. Examples/Registration/BSplineWarping1 COMP: force a rebuild because of dependency problems. Examples/Registration/CMakeLists.txt ENH: Adding a nightly test for the ModelToImageRegistration2 example. Examples/Registration/DeformableRegistration4 COMP: force a rebuild because of dependency problems. Examples/Registration/DeformableRegistration6 COMP: force a rebuild because of dependency problems. Examples/Registration/DeformableRegistration7 Examples/Registration/ImageRegistration12 COMP: force a rebuild because of dependency problems. Examples/Registration/ImageRegistration13 COMP: force a rebuild because of dependency problems. Examples/Registration/ImageRegistration14 COMP: force a rebuild because of dependency problems. Examples/Registration/ImageRegistration5 COMP: force a rebuild because of dependency problems. Examples/Registration/ImageRegistration6 COMP: force a rebuild because of dependency problems. Examples/Registration/ImageRegistration7 COMP: force a rebuild because of dependency problems. Examples/Registration/ImageRegistration9 COMP: force a rebuild because of dependency problems. Examples/Registration/ModelToImageRegistration1 ENH: The metric was not using the interpolator for evaluating the image. Examples/Registration/ModelToImageRegistration2 ENH: Adding the reader and the rasterization filter. Examples/Registration/MultiResImageRegistration2 COMP: force a rebuild because of dependency problems. Examples/Registration/RegistrationExamples3 COMP: force a rebuild because of dependency problems. Examples/Registration/RegistrationExamples4 COMP: force a rebuild because of dependency problems. Examples/Registration/RegistrationExamples6 COMP: force a rebuild because of dependency problems. Examples/Registration/RegistrationExamples7 COMP: force a rebuild because of dependency problems. Examples/Registration/RegistrationExamples9 COMP: force a rebuild because of dependency problems. Examples/Registration/RegistrationExamplesO2 COMP: force a rebuild because of dependency problems. Examples/Statistics/CMakeLists.txt COMP: avoid borland linker error Examples/Statistics/ImageHistogram1 Examples/Statistics/ImageHistogram2 Examples/Visualization/CannyEdgeDetectionImageFilterConnectVTKITK.py ENH: Remove dos end of line Testing/Code/CMakeLists.txt Testing/Code/Algorithms/CMakeLists.txt BUG: added TEMP. Testing/Code/Algorithms/itkAlgorithmsTests4 ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Code/Algorithms/itkFastMarchingUpwindGradientTest ENH: Test the TargetReached modes of the algorithm Testing/Code/Algorithms/itkHistogramImageToImageMetricTest ENH: initialize upper and lower bound. Testing/Code/Algorithms/itkThresholdMaximumConnectedComponentsImageFilterTest ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Code/BasicFilters/CMakeLists.txt BUG: itkSignedMaurerDistanceMapImageFilterTest.cxx entered twice. Testing/Code/BasicFilters/itkBasicFiltersPrintTest ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter Testing/Code/BasicFilters/itkBasicFiltersPrintTest2 COMP: force a rebuild because of dependency problems. Testing/Code/BasicFilters/itkBasicFiltersTests4 ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Code/BasicFilters/itkBloxBoundaryProfileImageToBloxCoreAtomImageFilterTest ENH: remove redundant dim parameter from itkBloxBoundaryProfileImageToBloxCoreAtomImageFilter Testing/Code/BasicFilters/itkDiffusionTensor3DReconstructionImageFilterTest STYLE: missing copyright. Testing/Code/BasicFilters/itkExpImageFilterAndAdaptorTest COMP: trying to track down failure on vs 7. Set threads to 1. Testing/Code/BasicFilters/itkMorphologicalGradientImageFilterTest STYLE: missing copyright. Testing/Code/BasicFilters/itkNormalizedCorrelationImageFilterTest COMP: force a rebuild because of dependency problems. Testing/Code/BasicFilters/itkRecursiveGaussianImageFiltersOnTensorsTest STYLE: missing copyright. Testing/Code/BasicFilters/itkResampleImageTest COMP: force a rebuild because of dependency problems. Testing/Code/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Code/BasicFilters/itkVectorIndexSelectionCastImageFilterTest Testing/Code/Common/CMakeLists.txt ENH: The DifferenceImageFilter was missing unit testing. Testing/Code/Common/itkCommonTests2 ENH: The DifferenceImageFilter was missing unit testing. Testing/Code/Common/itkDifferenceImageFilterTest ENH: Fixing input connections to the DifferenceImageFilter. ENH: The DifferenceImageFilter was missing unit testing. Testing/Code/Common/itkFixedArrayTest ENH: Added explicit instantiation support framework to itkMacro.h. See this header for details and documentation of the support macros. Added option ITK_EXPLICIT_INSTANTIATION to itkConfigure.h because it is used to determine whether ITK provides explicit instantiations, which does not change outside the project. Added instantiations of some common core types. Removed old explicit instantiation beta code. Testing/Code/Common/itkPeriodicBoundaryConditionTest ENH: added new test. Testing/Code/Common/itkTimeProbesTest Testing/Code/Common/itkZeroFluxBoundaryConditionTest ENH: better testing of BC. Testing/Code/IO/itkBMPImageIOTest ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Testing/Code/IO/itkIOTests Testing/Code/IO/itkNiftiImageIOTest Testing/Code/IO/itkRawImageIOTest5 COMP: warning. Testing/Code/IO/itkReadWriteSpatialObjectTest ENH: Added support to attach a slice to a contour and display orientation Testing/Code/IO/itkTIFFImageIOTest ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Testing/Code/Numerics/itkFRPROptimizerTest Testing/Code/Numerics/NeuralNetworks/NNetClassifierTest1 ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array Testing/Code/Numerics/NeuralNetworks/NNetClassifierTest2 ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array Testing/Code/Numerics/NeuralNetworks/NNetClassifierTest3 ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array Testing/Code/Numerics/NeuralNetworks/NNetClassifierTest4 ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array Testing/Code/Numerics/NeuralNetworks/QPropXORTest1 ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array Testing/Code/Numerics/NeuralNetworks/RBFTest1 ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array Testing/Code/Numerics/NeuralNetworks/XORTest1 ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array Testing/Code/Numerics/NeuralNetworks/XORTest2 ENH: changed to incorporate runtime network topology setting, including use of different MeasurementVectorTypes such as itk::Array Testing/Code/Review/CMakeLists.txt ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. ENH: Adding a second test for the itkThresholdMaximumConnectedComponentsImageFilter. ENH: Adding returns FAILURE in the catch blocks of the tries. Testing/Code/Review/itkChiSquareDistributionTest STYLE: various. ENH: Probability distribution library allowing for Student-t and Chi-Square pdf, cdf, and inverse cdf calculations. Testing/Code/Review/itkGaussianDistributionTest STYLE: various. Testing/Code/Review/itkReviewHeaderTest ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. STYLE: various KWSTYLE issues. Testing/Code/Review/itkReviewPrintTest STYLE: various KWSTYLE issues. ENH: Support files for testing the classes that are under the review process. Testing/Code/Review/itkReviewTests ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. STYLE: Fixed style COMP: Fixing the connections for the test driver. Testing/Code/Review/Attic/itkSignedMaurerDistanceMapImageFilterTest ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. STYLE: removing new line at the end of the file. Signaled by KWStyle. Testing/Code/Review/itkTDistributionTest STYLE: various. Testing/Code/Review/Attic/itkThresholdMaximumConnectedComponentsImageFilterTest ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. STYLE: various KWSTYLE issues. ENH: Adding returns FAILURE in the catch blocks of the tries. Testing/Data/Baseline/Algorithms/OtsuMultipleThresholdsImageFilterTest.png Testing/Data/Baseline/Algorithms/itkThresholdMaximumConnectedComponentsImageFilterTest1.png ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Data/Baseline/Algorithms/itkThresholdMaximumConnectedComponentsImageFilterTest2.png ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest1.mhd ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest1.zraw ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest2.mhd ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest2.zraw ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest3.mhd ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Data/Baseline/BasicFilters/itkSignedMaurerDistanceMapImageFilterTest3.zraw ENH: Moved code, tests and baselines from Review into Algorithms and BasicFilters. Testing/Data/Baseline/BasicFilters/itkVectorIndexSelectionCastImageFilterTest1.mha ENH: Baseline for the test itkVectorIndexSelectionCastImageFilterTest. Testing/Data/Baseline/BasicFilters/itkVectorIndexSelectionCastImageFilterTest2.mha ENH: Baseline for the test itkVectorIndexSelectionCastImageFilterTest. Testing/Data/Baseline/BasicFilters/itkVectorIndexSelectionCastImageFilterTest3.mha ENH: Baseline for the test itkVectorIndexSelectionCastImageFilterTest. Testing/Data/Baseline/Common/itkDifferenceImageFilterTest.png ENH: Baseline for the DifferenceImageFilterTest. Testing/Data/Baseline/Filtering/OtsuMultipleThresholdOutput002.png Testing/Data/Input/BrainSliceBinary.png ENH: Images needed for testing the Maurer distance map filter. Testing/Data/Input/CellsFluorescence1.png ENH: Input test image for the threshold maximum connected components filter test. Testing/Data/Input/CellsFluorescence2.png ENH: Input image for the ThresholdMaximumConnectedComponentsImageFilterTest2. Testing/Data/Input/LungSliceBinary.png ENH: Images needed for testing the Maurer distance map filter. Testing/Data/Input/SquareBinary201.png ENH: Images needed for testing the Maurer distance map filter. Utilities/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. ENH: Allow ITK to be built against an installed version of GDCM with the ITK_USE_SYSTEM_GDCM option Utilities/DICOMParser/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/Dart/BuildContinuousWithCTest.bat.in ENH: bat script to do a continous build with ctest. Utilities/Dart/BuildContinuousWithCTest.sh.in ENH: generate script to run ctest continuous build. Utilities/Dart/CMakeLists.txt ENH: bat script to do a continous build with ctest. Utilities/Doxygen/doxygen.config.in ENH: Fixing the names of the concept in the typedef. ENH: expanding the concept checking macro so it appears in the Doxygen documentation. Utilities/KWStyle/ITK.kws.xml.in ENH: Configurable file with the XML description of ITK coding style. Utilities/KWStyle/ITKHeader ENH: Template of the ITK header to be used for checking by KWStyle. Utilities/KWStyle/ITKOverwrite.txt ENH: File that define list of ITK files to exempt from code style checking. Utilities/MetaIO/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/MetaIO/metaArrow Utilities/MetaIO/metaArrow Utilities/MetaIO/metaBlob Utilities/MetaIO/metaBlob Utilities/MetaIO/metaCommand ENH: Remove unused termination tag Utilities/MetaIO/metaCommand ENH: Added support for Grid Application Description file. Fixed issues with parsing. Utilities/MetaIO/metaContour ENH: Added support to attach a slice to a contour and display orientation Utilities/MetaIO/metaContour ENH: Added support to attach a slice to a contour and display orientation Utilities/MetaIO/metaDTITube Utilities/MetaIO/metaDTITube Utilities/MetaIO/metaEllipse Utilities/MetaIO/metaEllipse Utilities/MetaIO/metaGaussian Utilities/MetaIO/metaGaussian Utilities/MetaIO/metaGroup Utilities/MetaIO/metaGroup Utilities/MetaIO/metaITKUtils Utilities/MetaIO/metaImage Utilities/MetaIO/metaImage Utilities/MetaIO/metaImageUtils Utilities/MetaIO/metaImageUtils Utilities/MetaIO/metaLandmark Utilities/MetaIO/metaLandmark Utilities/MetaIO/metaLine Utilities/MetaIO/metaLine Utilities/MetaIO/metaMe Utilities/MetaIO/metaMesh Utilities/MetaIO/metaObject Utilities/MetaIO/metaObject Utilities/MetaIO/metaScene ENH: Added support for contours Utilities/MetaIO/metaScene Utilities/MetaIO/metaSurface Utilities/MetaIO/metaSurface Utilities/MetaIO/metaTransform Utilities/MetaIO/metaTransform Utilities/MetaIO/metaTube Utilities/MetaIO/metaTube Utilities/MetaIO/metaTubeGra Utilities/MetaIO/metaTubeGraph Utilities/MetaIO/metaTypes BUG: Wrong typedef for unsigned long type Utilities/MetaIO/metaUtils ENH: Added support for contours Utilities/MetaIO/metaUtils ENH: Added more debugging information when pixeltype cannot be converted Utilities/MetaIO/metaVesselTube Utilities/MetaIO/metaVesselTube Utilities/MetaIO/tests/CMakeLists.txt ENH: Added metaContour test Utilities/MetaIO/tests/testMeta10Contour ENH: First checkin Utilities/NrrdIO/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/expat/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/gdcm/CMakeLists.txt ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Utilities/gdcm/src/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/gdcm/src/gdcmBinEntry ENH: Big PHAT bug in gdcm... DT is ASCII Utilities/gdcm/src/gdcmDictSet BUG: resultPath could be empty, cannot access char -1 in an array Utilities/gdcm/src/gdcmDocEntry ENH: Big PHAT bug in gdcm... DT is ASCII Utilities/gdcm/src/gdcmDocument ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir ENH: Big PHAT bug in gdcm... DT is ASCII Utilities/gdcm/src/gdcmDocument ENH: Extract CanRead from code Utilities/gdcm/src/gdcmFile ENH: Apply patch to allow ITK to be build against a system GDCM lib. At same time apply a couple of changes I had in my local dir Utilities/gdcm/src/gdcmFileHelper ENH: Big PHAT bug in gdcm... DT is ASCII ENH: Properly set some default value: IOP (default to 100010), and Patient Orientation which is redundant... Utilities/gdcm/src/gdcmSerieHelper BUG: Fixed unitialized memory read Utilities/gdcm/src/gdcmVR COMP: intel compiler issue with sizeof a temporary ENH: Big PHAT bug in gdcm... DT is ASCII Utilities/itkjpeg/12/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/itkjpeg/16/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/itkjpeg/8/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/kwsys/CMakeLists.txt ENH: remove test on cygwin since it randomly fails ENH: Do not build the library if we are not doing Testing BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where current directory is not lookup when doing dlopen ENH: use CMAKE_DL_LIBS and not dl directly as it does not always exist ENH: Still more coverage of the DynamicLoader ENH: Compile DynamicLoader Utilities/kwsys/CommandLineArguments ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 Utilities/kwsys/Directory ENH: Use const char where it should have been. At same time fix Bug#2958 ENH: add missing cmake depend hacks BUG: Need to reset internal structure in case of multiple calls to Load Utilities/kwsys/Directory.hxx.in ENH: Use const char where it should have been. At same time fix Bug#2958 ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code). Utilities/kwsys/DynamicLoader ENH: remove warning BUG: Fix problem on MacOSX, by disabling part of the test. BUG: Fix for MINGW32 ENH: Also look into data segment (consistant with other implementation) ENH: Make sure that we find the proper symbol and not the one that start with _. STYLE: Remove an old style cast STYLE: Minor style COMP: Fix compilation on MacOSX Utilities/kwsys/DynamicLoader.hxx.in COMP: Fix problem with namespace ENH: Add documentation on the problem with system wide path for looking up dynamic libraries. STYLE: Fix trailing white spaces ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader Utilities/kwsys/Glob ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 STYLE: Make sure to use the proper cast. Utilities/kwsys/Glob.hxx.in ENH: Add support for relative paths and cleanup Utilities/kwsys/ProcessUNIX BUG: Do not leak global table of processes. BUG: Reverting previous change until it can be fixed on Cygwin. ENH: Enabling process tree killing on Cygwin. ENH: Enabled process tree killing on the SGI. ENH: Enabled process tree killing on HP-UX. ENH: Added implementation of process tree killing that runs "ps" to traverse the tree. Utilities/kwsys/ProcessWin32 BUG: Fixed deadlock condition when grandchildren are running after the children exit. Utilities/kwsys/Registry ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 STYLE: Minor style Utilities/kwsys/Registry.hxx.in STYLE: Minor style Utilities/kwsys/RegularExpression STYLE: Make sure to use the proper cast. Utilities/kwsys/SystemTools ENH: search for program without extensions ENH: put the fix back in with abort COMP: Fixing the the build for windows. BUG: IsSubDirectory should use ComparePath to do platform-independent path comparison. ENH: performance improvments ENH: Improved implementation of FilesDiffer to avoid allocating enough memory for the entire file twice. Instead using a block-at-a-time comparison. ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 ENH: Use const char where it should have been. At same time fix Bug#2958 ENH: try to clean up the search for programs ENH: fix find program to look for .com and .exe correctly and not return files with no extension on windows ENH: Add trailing whitespace Utilities/kwsys/SystemTools.hxx.in ENH: Use const char where it should have been. At same time fix Bug#2958 Utilities/kwsys/Terminal ENH: Added rxvt-unicode and cygwin terminals for color support. BUG: Fixed bug in check for vt100 assumption. ENH: Adding 'Terminal' component to hold support routines for dealing with interactive terminals. Currently only a cfprintf function is provided to print color messages. Utilities/kwsys/Terminal.h.in ENH: Adding 'Terminal' component to hold support routines for dealing with interactive terminals. Currently only a cfprintf function is provided to print color messages. Utilities/kwsys/auto_ptr.hxx.in COMP: Skip trying to use native auto_ptr implementation and just provide a conforming one. Utilities/kwsys/hashtable.hxx.in ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 Utilities/kwsys/testCommandLineArguments STYLE: Make sure to use the proper cast. Utilities/kwsys/testDynamicLoader ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 COMP: Fix warning ENH: Make test usable from command line BUG: Do the proper path BUG: Fix problem with in the path ENH: Make sure that we find the proper symbol and not the one that start with _. STYLE: Remove an old style cast BUG: Make sure to have proper dependencies ENH: remove test temporarily ENH: Improve test coverage Utilities/kwsys/testDynload ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake BUG: Remove comment ENH: Add a file to generate the lib Utilities/kwsys/testProcess ENH: Added test 8 to test grandchildren running after children exit. Utilities/kwsys/testSystemTools STYLE: Minor style Utilities/kwsys/testSystemTools.h.in BUG: Do the proper path BUG: Trying to get testDynamicLoader to work on Solaris and SunOS, where current directory is not lookup when doing dlopen Utilities/kwsys/testTerminal Utilities/nifti/fsliolib/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/nifti/niftilib/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/nifti/znzlib/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/openjpeg/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/png/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/tiff/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/vxl/core/vnl/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/vxl/core/vnl/vnl_matrix_fixed_ref Utilities/vxl/core/vnl/vnl_scalar_join_iterator BUG: wrong function signature Utilities/vxl/core/vnl/vnl_vector_fixed_ref Utilities/vxl/core/vnl/algo/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/vxl/v3p/netlib/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/vxl/vcl/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Utilities/zlib/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Wrapping/CSwig/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Wrapping/CSwig/SwigRuntime/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249. Wrapping/CSwig/Tcl/CMakeLists.txt ENH: Adding ITK version number to the soname of shared libraries on linux. This is a patch from Steve Robbins given in bug#3249.