From: apo Date: Thu, 28 Dec 2006 06:52:32 +0000 (+0000) Subject: To generalize implementation of direct passing MED node coordinates to VTK (for Gauss... X-Git-Tag: WP1_2_3_29-12-2006_MED_to_VTK_data_passing~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8c6e0520096db7fd1c602c6c08c72a3e30f7db87;p=modules%2Fvisu.git To generalize implementation of direct passing MED node coordinates to VTK (for GaussPoint coords) --- diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index fe77253d..f632a6f1 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -308,6 +308,31 @@ namespace VISU TPointCoords ::GetPoints() const { + if(!myIsVTKDone){ + vtkIdType aNbPoints = GetNbPoints(); + vtkIdType aDim = GetDim(); + + INITMSG(MYDEBUG,"TPointCoords::GetPoints - aNbPoints = "<