X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPIPELINE%2FVISU_IsoSurfacesPL.cxx;h=99ee33f086614c320d77a84d8ddb8fa838c57cb7;hb=1f9d5836e71aac9c59192e955e63465940ef7a6f;hp=47554dc06292d6ada3599f6c5528d7bf640417dd;hpb=f83a4f96dd702720632b7392eba582b23799a3a1;p=modules%2Fvisu.git diff --git a/src/PIPELINE/VISU_IsoSurfacesPL.cxx b/src/PIPELINE/VISU_IsoSurfacesPL.cxx index 47554dc0..99ee33f0 100644 --- a/src/PIPELINE/VISU_IsoSurfacesPL.cxx +++ b/src/PIPELINE/VISU_IsoSurfacesPL.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -19,6 +19,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + // VISU OBJECT : interactive object for VISU entities implementation // File: VISU_PipeLine.cxx // Author: Alexey PETROV @@ -50,7 +51,7 @@ VISU_IsoSurfacesPL myContourFilter = vtkContourFilter::New(); - myCellDataToPointData = vtkCellDataToPointData::New(); + myCellDataToPointData = VISU_CellDataToPointData::New(); } @@ -84,7 +85,7 @@ VISU_IsoSurfacesPL void VISU_IsoSurfacesPL ::DoShallowCopy(VISU_PipeLine *thePipeLine, - bool theIsCopyInput) + bool theIsCopyInput) { Superclass::DoShallowCopy(thePipeLine, theIsCopyInput); @@ -218,8 +219,8 @@ VISU_IsoSurfacesPL Superclass::Build(); VISU::CellDataToPoint(myContourFilter, - myCellDataToPointData, - GetMergedInput()); + myCellDataToPointData, + GetMergedInput()); }