From 9fe080e0b33c946012d87f68f6ab83aaf984cb5e Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 2 Sep 2005 09:01:37 +0000 Subject: [PATCH] To unify ID's mapping as for TimeStamp as for Gauss Points --- src/CONVERTOR/VISU_Convertor_impl.cxx | 2 +- src/CONVERTOR/VISU_Convertor_impl.hxx | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index 14cbfc23..2353f9a1 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -58,7 +58,7 @@ static int MYVTKDEBUG = 0; #ifdef _DEBUG_ static int MYDEBUG = 1; -static int MYDEBUGWITHFILES = 0; +static int MYDEBUGWITHFILES = 1; //#define _DEXCEPT_ #else static int MYDEBUG = 0; diff --git a/src/CONVERTOR/VISU_Convertor_impl.hxx b/src/CONVERTOR/VISU_Convertor_impl.hxx index 64b76f08..a79a6bf0 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.hxx +++ b/src/CONVERTOR/VISU_Convertor_impl.hxx @@ -231,6 +231,13 @@ namespace VISU vtkCell* GetElemCell(vtkIdType theObjID); + virtual + TVTKOutput* + GetVTKOutput() + { + return mySource.GetVTKOutput(); + } + TID2ID myElemObj2VTKID; TSubProfileArr mySubProfileArr; PNamedPointCoords myNamedPointCoords; @@ -280,6 +287,13 @@ namespace VISU TGaussPointID GetObjID(int theVtkI) const; + virtual + TVTKOutput* + GetVTKOutput() + { + return mySource.GetVTKOutput(); + } + TGaussSubMeshArr myGaussSubMeshArr; TSource mySource; -- 2.39.2