Skip to content
Snippets Groups Projects
Commit e8f67631 authored by Berk Geveci's avatar Berk Geveci
Browse files

vtkResampleToImage was not passing FieldData. Fixed.

parent bfb2b808
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,7 @@ void vtkResampleToImage::PerformResampling(vtkDataObject *input,
this->Prober->Update();
output->ShallowCopy(this->Prober->GetOutput());
output->GetFieldData()->PassData(input->GetFieldData());
}
//----------------------------------------------------------------------------
......
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