X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolProfile.cxx;h=c6b44b6f15792d861a13014759b8a9d0483a09ed;hb=af53fb7a5d3ac13f88dce2871ea130f8e00abd3d;hp=7ef23101a2ab9d5d0263caad118f0c09a6120e73;hpb=ec05c5b4385b34858d6ddd47b91ed1d78dc9615c;p=clitk.git diff --git a/vv/vvToolProfile.cxx b/vv/vvToolProfile.cxx index 7ef2310..c6b44b6 100644 --- a/vv/vvToolProfile.cxx +++ b/vv/vvToolProfile.cxx @@ -615,7 +615,11 @@ void vvToolProfile::InitializeLine() unsigned char red[3] = { 255, 0, 0 }; vtkSmartPointer colors = vtkSmartPointer::New(); colors->SetNumberOfComponents(3); +#if VTK_MAJOR_VERSION >= 7 && VTK_MINOR_VERSION >= 1 + colors->InsertNextTypedTuple(red); +#else colors->InsertNextTupleValue(red); +#endif mLinesPolyData->GetCellData()->SetScalars(colors); for(int i=0;iGetNumberOfSlicers(); i++) {