X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVISU_I%2FVISU_IsoSurfaces_i.cc;fp=src%2FVISU_I%2FVISU_IsoSurfaces_i.cc;h=79b2a877fd328bda3c1605e5d1aa3fcb1298cdba;hb=8d2ae75b958081482ee3428f6283ebb6bc24cc71;hp=4a1527033848397ffeb1e0460e09902f7679acb1;hpb=78b8ce41dc2e360880e68743f4e6d9c211a40824;p=modules%2Fvisu.git diff --git a/src/VISU_I/VISU_IsoSurfaces_i.cc b/src/VISU_I/VISU_IsoSurfaces_i.cc index 4a152703..79b2a877 100644 --- a/src/VISU_I/VISU_IsoSurfaces_i.cc +++ b/src/VISU_I/VISU_IsoSurfaces_i.cc @@ -51,15 +51,27 @@ const string VISU::IsoSurfaces_i::myComment = "ISOSURFACES"; const char* VISU::IsoSurfaces_i::GetComment() const { return myComment.c_str();} -VISU::IsoSurfaces_i::IsoSurfaces_i(Result_i* theResult, bool theAddToStudy, SALOMEDS::SObject_ptr theSObject) : - PrsObject_i(theResult->GetStudyDocument()), - Prs3d_i(theResult,theSObject), - ScalarMap_i(theResult,theAddToStudy,theSObject) +VISU::IsoSurfaces_i:: +IsoSurfaces_i(Result_i* theResult, + bool theAddToStudy) : + PrsObject_i(theResult->GetStudyDocument()), + Prs3d_i(theResult,theAddToStudy), + ScalarMap_i(theResult,theAddToStudy), + myIsoSurfacesPL(NULL) { - myIsoSurfacesPL = NULL; } +VISU::IsoSurfaces_i:: +IsoSurfaces_i(Result_i* theResult, + SALOMEDS::SObject_ptr theSObject) : + PrsObject_i(theResult->GetStudyDocument()), + Prs3d_i(theResult,theSObject), + ScalarMap_i(theResult,theSObject), + myIsoSurfacesPL(NULL) +{ +} + void VISU::IsoSurfaces_i::SameAs(const IsoSurfaces_i* theOrigin) { VISU::ScalarMap_i::SameAs(theOrigin);