From: apo Date: Mon, 5 Sep 2005 07:28:56 +0000 (+0000) Subject: To remove unnecassery comments X-Git-Tag: BR-D5-38-2003_D2005-12-09~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=09597e834f4935c4c1ee1edd8d9c3de88ade6a8d;p=modules%2Fvisu.git To remove unnecassery comments --- diff --git a/src/PIPELINE/VISU_ScalarMapPL.cxx b/src/PIPELINE/VISU_ScalarMapPL.cxx index c105447d..ac75caae 100644 --- a/src/PIPELINE/VISU_ScalarMapPL.cxx +++ b/src/PIPELINE/VISU_ScalarMapPL.cxx @@ -132,23 +132,6 @@ VISU_ScalarMapPL::THook* VISU_ScalarMapPL::DoHook(){ void VISU_ScalarMapPL::Init(){ //SetSourceRange(); } -//modified by NIZNHY-PKV Thu Sep 1 16:25:25 2005f -/* -void -VISU_ScalarMapPL -::SetProfile(const VISU::PProfile& theProfile) -{ - myProfile=theProfile; -} - -const VISU::PProfile& -VISU_ScalarMapPL -::GetProfile() const -{ - return myProfile; -} -*/ -//modified by NIZNHY-PKV Thu Sep 1 16:25:30 2005t void VISU_ScalarMapPL::Build() { myExtractor->SetInput(GetInput2()); diff --git a/src/PIPELINE/VISU_ScalarMapPL.hxx b/src/PIPELINE/VISU_ScalarMapPL.hxx index 483ec5a5..2a6eabf3 100644 --- a/src/PIPELINE/VISU_ScalarMapPL.hxx +++ b/src/PIPELINE/VISU_ScalarMapPL.hxx @@ -31,9 +31,6 @@ #include "VISU_PipeLine.hxx" #include "VISU_ScalarBarActor.hxx" -//pkv f -//#include -//pkv t class vtkDataSet; class vtkCell; class VISU_Extractor; @@ -77,17 +74,6 @@ public: virtual void GetSourceRange(float theRange[2]); virtual void SetSourceRange(); - //pkv f - /* - void - SetProfile(const VISU::PProfile& theProfile); - - const VISU::PProfile& - GetProfile()const; - */ - //pkv t - - protected: typedef vtkDataSet THook; virtual THook* DoHook(); @@ -95,7 +81,6 @@ protected: VISU_LookupTable *myMapperTable, *myBarTable; VISU_FieldTransform *myFieldTransform; VISU_Extractor* myExtractor; - //VISU::PProfile myProfile;//pkv ft }; #endif