]> SALOME platform Git repositories - modules/visu.git/commit
Salome HOME
1. To improve ShallowCopy functionality
authorapo <apo@opencascade.com>
Fri, 7 Oct 2005 17:29:12 +0000 (17:29 +0000)
committerapo <apo@opencascade.com>
Fri, 7 Oct 2005 17:29:12 +0000 (17:29 +0000)
commitb4638c98126f123a195ded294298168d2df9f91a
tree9e13f5d8f1267d23a79231994d318e42ca417c9f
parentc265e97397974c423043b28e4053e64cc46ab6ac
1. To improve ShallowCopy functionality
 - first shallow copy itself,
 - then shallow copy base class
This order of function call gives us possibility to summize all settings by calling Build function

2. Improve Update functionality in the same as ShallowCopy, namely
 - first updates its own properties,
 - then updates base class properties.
This order of function call gives us possibility to summize all settings
src/PIPELINE/VISU_CutLinesPL.cxx
src/PIPELINE/VISU_CutPlanesPL.cxx
src/PIPELINE/VISU_DeformedShapePL.cxx
src/PIPELINE/VISU_GaussPointsPL.cxx
src/PIPELINE/VISU_GaussPointsPL.hxx
src/PIPELINE/VISU_IsoSurfacesPL.cxx
src/PIPELINE/VISU_Plot3DPL.cxx
src/PIPELINE/VISU_ScalarMapPL.cxx
src/PIPELINE/VISU_StreamLinesPL.cxx
src/PIPELINE/VISU_VectorsPL.cxx