]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Added PrsMergerOnField method
authorenk <enk@opencascade.com>
Wed, 18 Oct 2006 12:20:31 +0000 (12:20 +0000)
committerenk <enk@opencascade.com>
Wed, 18 Oct 2006 12:20:31 +0000 (12:20 +0000)
src/ENGINE/VISU_Engine_i.cc
src/ENGINE/VISU_Engine_i.hh

index 0563dad2b58238f88a1bdb38a619b98c493b8334..02667a3286185880d0cdc0b659b09342ddf8830c 100644 (file)
@@ -321,6 +321,14 @@ namespace VISU{
     return myVisuGen->Plot3DOnField(theResult,theMeshName,theEntity,theFieldName,theIteration);
   }
 
+  PrsMerger_ptr VISU_Gen_i::PrsMergerOnField(Result_ptr theResult, 
+                                            const char* theMeshName, 
+                                            VISU::Entity theEntity, 
+                                            const char* theFieldName, 
+                                            CORBA::Double theIteration)
+  {
+    return myVisuGen->PrsMergerOnField(theResult,theMeshName,theEntity,theFieldName,theIteration);
+  }
 
   Table_ptr VISU_Gen_i::CreateTable(const char* theTableEntry){
     return myVisuGen->CreateTable(theTableEntry);
index 3f605b435e65e61e1ca1a7eaa3f048b7d0419a4f..933cd2cb861da4cb8d820a0c9de62c2e03a37ac4 100644 (file)
@@ -105,6 +105,10 @@ namespace VISU{
     virtual ScalarMapOnDeformedShape_ptr ScalarMapOnDeformedShapeOnField
                                       (Result_ptr theResult, const char* theMeshName, VISU::Entity theEntity,
                                       const char* theFieldName, CORBA::Double theIteration);
+
+    virtual PrsMerger_ptr PrsMergerOnField
+                                      (Result_ptr theResult, const char* theMeshName, VISU::Entity theEntity,
+                                      const char* theFieldName, CORBA::Double theIteration);
     //Create Digital Presentation
     virtual Table_ptr CreateTable(const char* theTableEntry);
     virtual Curve_ptr CreateCurve(Table_ptr theTable, CORBA::Long theHRow, CORBA::Long theVRow);