From b73c67ff813ea18eed4819fecb3a0c79ef366051 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 7 Jun 2007 06:19:44 +0000 Subject: [PATCH] Remove a useless method --- idl/VISU_Gen.idl | 6 ------ src/ENGINE/VISU_Engine_i.cc | 6 ------ src/ENGINE/VISU_Engine_i.hh | 4 ---- 3 files changed, 16 deletions(-) diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index c9f995fb..d35c649e 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -1671,12 +1671,6 @@ module VISU { in string theSubMeshName, in string theNewName); - /*! - * Creates a VISU 3D presentation according to the given type - * \param theType Type that defines what kind of 3D presentation should be created - */ - Prs3d CreatePrs3d(in VISUType theType, in SALOMEDS::Study theStudy); - /*! * Creates a mesh on the basis of the data generated in other sources (MED object or file). * \param theResult Data generated in other sources. (MED object or file) diff --git a/src/ENGINE/VISU_Engine_i.cc b/src/ENGINE/VISU_Engine_i.cc index b82a8d12..80b53607 100644 --- a/src/ENGINE/VISU_Engine_i.cc +++ b/src/ENGINE/VISU_Engine_i.cc @@ -207,12 +207,6 @@ namespace VISU{ return myVisuGen->MeshOnEntity(theResult,theMeshName,theEntity); } - Prs3d_ptr VISU_Gen_i::CreatePrs3d(VISUType theType, - SALOMEDS::Study_ptr theStudy) - { - return myVisuGen->CreatePrs3d(theType,theStudy); - } - Mesh_ptr VISU_Gen_i::FamilyMeshOnEntity(Result_ptr theResult, const char* theMeshName, VISU::Entity theEntity, diff --git a/src/ENGINE/VISU_Engine_i.hh b/src/ENGINE/VISU_Engine_i.hh index c6edace0..8c5964c6 100644 --- a/src/ENGINE/VISU_Engine_i.hh +++ b/src/ENGINE/VISU_Engine_i.hh @@ -65,10 +65,6 @@ namespace VISU virtual Result_ptr ImportMed(SALOMEDS::SObject_ptr theMedSObject); virtual Result_ptr ImportMedField(SALOME_MED::FIELD_ptr theField); - Prs3d_ptr - CreatePrs3d(VISUType theType, - SALOMEDS::Study_ptr theStudy); - //Create Presentation Of Submeshes virtual Mesh_ptr MeshOnEntity(Result_ptr theResult, const char* theMeshName, VISU::Entity theEntity); virtual Mesh_ptr FamilyMeshOnEntity(Result_ptr theResult, const char* theMeshName, -- 2.39.2