Skip to content
Snippets Groups Projects
Commit ac5918c7 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[VtkImageDataToLinePolyDataFilter] Init attributes in init list to avoid warnings.

parent 58c20190
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@
vtkStandardNewMacro(VtkImageDataToLinePolyDataFilter);
VtkImageDataToLinePolyDataFilter::VtkImageDataToLinePolyDataFilter()
VtkImageDataToLinePolyDataFilter::VtkImageDataToLinePolyDataFilter() :
ImageSpacing(0.0)
{
this->SetLengthScaleFactor(1.0);
}
......
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