Skip to content
Snippets Groups Projects
Commit 1536f5b5 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: allow override of initalize() by deriving classes

parent 1ec732db
No related branches found
No related tags found
1 merge request!5Warning fixes
......@@ -72,7 +72,7 @@ public:
itkTypeMacro(SARPolygonsFunctor, itk::Object);
// Initialize method
void initalize(int nbElt, TOutputPixel * outValue, int /*threadId=1*/)
virtual void initalize(int nbElt, TOutputPixel * outValue, int /*threadId=1*/)
{
// Re Initialize outValue
for(int ind = 0; ind < nbElt; ind++)
......
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