]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Remove a useless method
authorapo <apo@opencascade.com>
Thu, 7 Jun 2007 06:19:44 +0000 (06:19 +0000)
committerapo <apo@opencascade.com>
Thu, 7 Jun 2007 06:19:44 +0000 (06:19 +0000)
idl/VISU_Gen.idl
src/ENGINE/VISU_Engine_i.cc
src/ENGINE/VISU_Engine_i.hh

index c9f995fb5d0555ec651c5ef6e3a5ab60c3f64d64..d35c649e5a6237c1a962dfb60b6b0b29be667b32 100644 (file)
@@ -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)
index b82a8d12fc9c98dd6b235701cf3692a732c6842c..80b53607fd17f052e13cc9df8dbef42b8d4fb78e 100644 (file)
@@ -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, 
index c6edace02b3046c3dc7488e63c5c95156fdd9d64..8c5964c6e5e903ae416b8933f6325def9b4fd771 100644 (file)
@@ -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,