From ed1b81b4965a38ae96af3f09d2cd68484023a144 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 11 Aug 2005 15:12:02 +0000 Subject: [PATCH] VISU_GaussPointsPL added --- src/PIPELINE/Makefile.in | 7 ++++--- src/PIPELINE/VISUPipeLine.cxx | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/PIPELINE/Makefile.in b/src/PIPELINE/Makefile.in index ca47dfad..1074b0ac 100644 --- a/src/PIPELINE/Makefile.in +++ b/src/PIPELINE/Makefile.in @@ -39,7 +39,8 @@ EXPORT_HEADERS = VISU_PipeLine.hxx VISU_PipeLineUtils.hxx \ VISU_VectorsPL.hxx VISU_StreamLinesPL.hxx \ VISU_LookupTable.hxx VISU_ScalarBarActor.hxx \ VISU_Extractor.hxx VISU_FieldTransform.hxx \ - VISU_UsedPointsFilter.hxx VISU_Plot3DPL.hxx + VISU_UsedPointsFilter.hxx VISU_GaussPointsPL.hxx \ + VISU_Plot3DPL.hxx # Libraries targets @@ -51,8 +52,8 @@ LIB_SRC = VISU_PipeLine.cxx VISU_PipeLineUtils.cxx \ VISU_VectorsPL.cxx VISU_StreamLinesPL.cxx \ VISU_LookupTable.cxx VISU_ScalarBarActor.cxx \ VISU_Extractor.cxx VISU_FieldTransform.cxx \ - VISU_UsedPointsFilter.cxx VISU_Plot3DPL.cxx \ - SALOME_ExtractGeometry.cxx + VISU_UsedPointsFilter.cxx VISU_GaussPointsPL.cxx \ + VISU_Plot3DPL.cxx SALOME_ExtractGeometry.cxx # Executables targets diff --git a/src/PIPELINE/VISUPipeLine.cxx b/src/PIPELINE/VISUPipeLine.cxx index e1f35eaa..46ff4c61 100644 --- a/src/PIPELINE/VISUPipeLine.cxx +++ b/src/PIPELINE/VISUPipeLine.cxx @@ -33,9 +33,10 @@ #include "VISU_DeformedShapePL.hxx" #include "VISU_VectorsPL.hxx" #include "VISU_StreamLinesPL.hxx" +#include "VISU_GaussPointsPL.hxx" #include "VISU_Plot3DPL.hxx" -typedef VISU_Plot3DPL TPresent; +typedef VISU_GaussPointsPL TPresent; #include #include -- 2.39.2