X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkLabelImageOverlapMeasureGenericFilter.h;h=05332ea4e87cb338cce11ffa5e2a43d48037cb92;hb=cd904bc3cb27133a8a556c13c21a37d6415a6cc8;hp=a6f8028cbe4fc32ac3597b3c2d042997f268fd91;hpb=727a01d91215b6c4c808fd92d42ea168d638bf82;p=clitk.git diff --git a/tools/clitkLabelImageOverlapMeasureGenericFilter.h b/tools/clitkLabelImageOverlapMeasureGenericFilter.h index a6f8028..05332ea 100644 --- a/tools/clitkLabelImageOverlapMeasureGenericFilter.h +++ b/tools/clitkLabelImageOverlapMeasureGenericFilter.h @@ -1,7 +1,7 @@ /*========================================================================= Program: vv http://www.creatis.insa-lyon.fr/rio/vv - Authors belong to: + Authors belong to: - University of LYON http://www.universite-lyon.fr/ - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr @@ -19,14 +19,14 @@ #ifndef CLITKLABELIMAGEOVERLAPMEASUREGENERICFILTER_H #define CLITKLABELIMAGEOVERLAPMEASUREGENERICFILTER_H -// clitk +// clitk #include "clitkImageToImageGenericFilter.h" #include "clitkLabelImageOverlapMeasureFilter.h" #include "clitkBoundingBoxUtils.h" #include "clitkCropLikeImageFilter.h" //-------------------------------------------------------------------- -namespace clitk +namespace clitk { template @@ -36,25 +36,25 @@ namespace clitk public: //-------------------------------------------------------------------- LabelImageOverlapMeasureGenericFilter(); - + //-------------------------------------------------------------------- typedef ImageToImageGenericFilter > Superclass; typedef LabelImageOverlapMeasureGenericFilter Self; typedef itk::SmartPointer Pointer; typedef itk::SmartPointer ConstPointer; - + //-------------------------------------------------------------------- - itkNewMacro(Self); + itkNewMacro(Self); itkTypeMacro(LabelImageOverlapMeasureGenericFilter, LightObject); //-------------------------------------------------------------------- void SetArgsInfo(const ArgsInfoType & a); - template + template void SetOptionsFromArgsInfoToFilter(FilterType * f) ; //-------------------------------------------------------------------- // Main function called each time the filter is updated - template + template void UpdateWithInputImageType(); protected: @@ -64,7 +64,7 @@ namespace clitk private: LabelImageOverlapMeasureGenericFilter(const Self&); //purposely not implemented void operator=(const Self&); //purposely not implemented - + };// end class //-------------------------------------------------------------------- } // end namespace clitk