From: apo Date: Wed, 5 Oct 2005 16:01:29 +0000 (+0000) Subject: To update AppendFilter before its usage X-Git-Tag: BR-D5-38-2003_D2005-12-10~53 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=17f0eb62dcbcc89dae322b03ff89c4ca1a85d561;p=modules%2Fvisu.git To update AppendFilter before its usage --- diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index cd08841c..7a726ea0 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -1721,6 +1721,7 @@ namespace } anAppendFilter->Update(); // Fix on VTK + theMeshOnEntity->GetVTKOutput()->Update(); theGaussMesh->myParent = theMeshOnEntity.get(); vtkDataSet* aSource = anAppendFilter->GetOutput();