Skip to content
Snippets Groups Projects
Commit ac65ee67 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

Changement dans les variables de la Radio.

parent 58ee623b
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,8 @@ public:
/** "typedef" for standard classes. */
typedef SurfaceAdjencyEffect6SCorrectionSchemeFilter Self;
typedef UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, FunctorType > Superclass;
//typedef UnaryImageFunctorWithVectorImageFilter< TInputImage, TOutputImage, FunctorType > Superclass;
typedef UnaryFunctorNeighborhoodVectorImageFilter< TInputImage, TOutputImage, FunctorType > Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment