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

ENH: add default value

parent dae2522e
Branches
Tags
No related merge requests found
......@@ -126,7 +126,13 @@ public:
m_StartIndex(),
m_Origin(),
m_Spacing(1.)
{}
{
m_StartingPoint.Fill(0);
m_CurrentPoint.Fill(0);
m_CurrentRun.Fill(0);
m_StartIndex.Fill(0);
m_Origin.Fill(0);
}
/** Destructor */
virtual ~LabelObjectToPolygonFunctor(){}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment