From: jfa Date: Fri, 5 Oct 2007 09:44:06 +0000 (+0000) Subject: Update docs for VISU_Gen.idl. X-Git-Tag: V3_2_9rc1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fc83fb355520fbb3ba4b65b6813d8fdc2a02dc81;p=modules%2Fvisu.git Update docs for VISU_Gen.idl. --- diff --git a/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl-source.html b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl-source.html index a484e54f..430f6a8e 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl-source.html +++ b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl-source.html @@ -593,335 +593,340 @@ 01414 01418 AnimationMode getAnimationMode(); 01419 -01429 void ApplyProperties(in long theFieldNum, in ColoredPrs3d thePrs); -01430 }; -01431 -01438 interface Result : RemovableObject, SALOME::GenericObj { -01441 boolean BuildAll(); -01442 -01444 boolean Build(in boolean theIsBuildAll, in boolean theIsAtOnce); -01445 -01447 boolean IsDone(); -01448 -01450 boolean IsEntitiesDone(); -01451 -01453 void SetBuildFields(in boolean theIsBuildFields, in boolean theIsCalculateMinMax); -01454 -01456 boolean IsFieldsDone(); -01457 -01459 void SetBuildGroups(in boolean theIsBuildGroups); -01460 -01462 boolean IsGroupsDone(); -01463 -01465 boolean IsMinMaxDone(); -01466 }; -01467 -01468 //------------------------------------------------------- -01469 interface ViewManager; -01470 interface View3D; -01471 -01478 interface VISU_Gen : Engines::Component, SALOMEDS::Driver, Base { -01481 void SetCurrentStudy(in SALOMEDS::Study theStudy); -01482 -01485 SALOMEDS::Study GetCurrentStudy(); -01486 -01491 ViewManager GetViewManager(); -01492 -01496 SALOMEDS::SObject ImportTables(in string theFileName); -01497 -01501 boolean ExportTableToFile(in SALOMEDS::SObject theTable, in string theFileName); -01502 -01508 Result ImportFile(in string theFileName); -01509 -01515 Result CreateResult(in string theFileName); -01516 -01522 Result CopyAndImportFile(in string theFileName); -01523 -01527 Result ImportMed(in SALOMEDS::SObject theMedSObject); -01528 -01532 Result ImportMedField(in SALOME_MED::FIELD theField); -01533 -01542 void RenameEntityInStudy(in Result theResult, -01543 in string theMeshName, -01544 in Entity theEntity, -01545 in string theNewName); -01546 void RenameFamilyInStudy(in Result theResult, -01547 in string theMeshName, -01548 in Entity theEntity, -01549 in string theSubMeshName, -01550 in string theNewName); -01551 void RenameGroupInStudy(in Result theResult, -01552 in string theMeshName, -01553 in string theSubMeshName, -01554 in string theNewName); -01555 -01562 Mesh MeshOnEntity(in Result theResult, in string theMeshName, in Entity theEntity); -01563 -01571 Mesh FamilyMeshOnEntity(in Result theResult, in string theMeshName, -01572 in Entity theEntity, in string theFamilyName); -01573 -01580 Mesh GroupMesh(in Result theResult, in string theMeshName, in string theGroupName); -01581 -01590 ScalarMap ScalarMapOnField(in Result theResult, in string theMeshName, -01591 in Entity theEntity, in string theFieldName, -01592 in double theIteration); -01593 -01602 GaussPoints GaussPointsOnField(in Result theResult, in string theMeshName, -01603 in Entity theEntity, in string theFieldName, -01604 in double theIteration); -01605 -01614 DeformedShape DeformedShapeOnField(in Result theResult, in string theMeshName, -01615 in Entity theEntity, in string theFieldName, -01616 in double theIteration); -01617 -01626 ScalarMapOnDeformedShape ScalarMapOnDeformedShapeOnField(in Result theResult, in string theMeshName, -01627 in Entity theEntity, in string theFieldName, -01628 in double theIteration); -01629 -01638 Vectors VectorsOnField(in Result theResult, in string theMeshName, -01639 in Entity theEntity, in string theFieldName, -01640 in double theIteration); -01641 -01650 IsoSurfaces IsoSurfacesOnField(in Result theResult, in string theMeshName, -01651 in Entity theEntity, in string theFieldName, -01652 in double theIteration); -01653 -01662 StreamLines StreamLinesOnField(in Result theResult, in string theMeshName, -01663 in Entity theEntity, in string theFieldName, -01664 in double theIteration); -01665 -01674 CutPlanes CutPlanesOnField(in Result theResult, in string theMeshName, -01675 in Entity theEntity, in string theFieldName, -01676 in double theIteration); -01677 -01686 CutLines CutLinesOnField(in Result theResult, in string theMeshName, -01687 in Entity theEntity, in string theFieldName, -01688 in double theIteration); -01689 -01698 Plot3D Plot3DOnField(in Result theResult, in string theMeshName, -01699 in Entity theEntity, in string theFieldName, -01700 in double theIteration); -01701 -01706 Table CreateTable(in string theTableEntry); -01707 -01714 Curve CreateCurve(in Table theTable, in long theHRow, in long theVRow); -01715 -01724 Curve CreateCurveWithZ( in Table theTable, in long theHRow, in long theVRow, in long theZRow ); -01725 -01729 Container CreateContainer(); +01429 void ApplyProperties(in long theFieldNum, in ColoredPrs3d thePrs) +01430 raises (SALOME::SALOME_Exception); +01431 }; +01432 +01439 interface Result : RemovableObject, SALOME::GenericObj { +01442 boolean BuildAll(); +01443 +01445 boolean Build(in boolean theIsBuildAll, in boolean theIsAtOnce); +01446 +01448 boolean IsDone(); +01449 +01451 boolean IsEntitiesDone(); +01452 +01454 void SetBuildFields(in boolean theIsBuildFields, in boolean theIsCalculateMinMax); +01455 +01457 boolean IsFieldsDone(); +01458 +01460 void SetBuildGroups(in boolean theIsBuildGroups); +01461 +01463 boolean IsGroupsDone(); +01464 +01466 boolean IsMinMaxDone(); +01467 }; +01468 +01469 //------------------------------------------------------- +01470 interface ViewManager; +01471 interface View3D; +01472 +01479 interface VISU_Gen : Engines::Component, SALOMEDS::Driver, Base { +01482 void SetCurrentStudy(in SALOMEDS::Study theStudy); +01483 +01486 SALOMEDS::Study GetCurrentStudy(); +01487 +01492 ViewManager GetViewManager(); +01493 +01497 SALOMEDS::SObject ImportTables(in string theFileName); +01498 +01502 boolean ExportTableToFile(in SALOMEDS::SObject theTable, in string theFileName); +01503 +01509 Result ImportFile(in string theFileName); +01510 +01516 Result CreateResult(in string theFileName); +01517 +01523 Result CopyAndImportFile(in string theFileName); +01524 +01528 Result ImportMed(in SALOMEDS::SObject theMedSObject); +01529 +01533 Result ImportMedField(in SALOME_MED::FIELD theField); +01534 +01543 void RenameEntityInStudy(in Result theResult, +01544 in string theMeshName, +01545 in Entity theEntity, +01546 in string theNewName); +01547 void RenameFamilyInStudy(in Result theResult, +01548 in string theMeshName, +01549 in Entity theEntity, +01550 in string theSubMeshName, +01551 in string theNewName); +01552 void RenameGroupInStudy(in Result theResult, +01553 in string theMeshName, +01554 in string theSubMeshName, +01555 in string theNewName); +01556 +01563 Mesh MeshOnEntity(in Result theResult, in string theMeshName, in Entity theEntity); +01564 +01572 Mesh FamilyMeshOnEntity(in Result theResult, in string theMeshName, +01573 in Entity theEntity, in string theFamilyName); +01574 +01581 Mesh GroupMesh(in Result theResult, in string theMeshName, in string theGroupName); +01582 +01591 ScalarMap ScalarMapOnField(in Result theResult, in string theMeshName, +01592 in Entity theEntity, in string theFieldName, +01593 in double theIteration); +01594 +01603 GaussPoints GaussPointsOnField(in Result theResult, in string theMeshName, +01604 in Entity theEntity, in string theFieldName, +01605 in double theIteration); +01606 +01615 DeformedShape DeformedShapeOnField(in Result theResult, in string theMeshName, +01616 in Entity theEntity, in string theFieldName, +01617 in double theIteration); +01618 +01627 ScalarMapOnDeformedShape ScalarMapOnDeformedShapeOnField(in Result theResult, in string theMeshName, +01628 in Entity theEntity, in string theFieldName, +01629 in double theIteration); +01630 +01639 Vectors VectorsOnField(in Result theResult, in string theMeshName, +01640 in Entity theEntity, in string theFieldName, +01641 in double theIteration); +01642 +01651 IsoSurfaces IsoSurfacesOnField(in Result theResult, in string theMeshName, +01652 in Entity theEntity, in string theFieldName, +01653 in double theIteration); +01654 +01663 StreamLines StreamLinesOnField(in Result theResult, in string theMeshName, +01664 in Entity theEntity, in string theFieldName, +01665 in double theIteration) +01666 raises (SALOME::SALOME_Exception); +01667 +01676 CutPlanes CutPlanesOnField(in Result theResult, in string theMeshName, +01677 in Entity theEntity, in string theFieldName, +01678 in double theIteration) +01679 raises (SALOME::SALOME_Exception); +01680 +01689 CutLines CutLinesOnField(in Result theResult, in string theMeshName, +01690 in Entity theEntity, in string theFieldName, +01691 in double theIteration) +01692 raises (SALOME::SALOME_Exception); +01693 +01702 Plot3D Plot3DOnField(in Result theResult, in string theMeshName, +01703 in Entity theEntity, in string theFieldName, +01704 in double theIteration) +01705 raises (SALOME::SALOME_Exception); +01706 +01711 Table CreateTable(in string theTableEntry); +01712 +01719 Curve CreateCurve(in Table theTable, in long theHRow, in long theVRow); +01720 +01729 Curve CreateCurveWithZ( in Table theTable, in long theHRow, in long theVRow, in long theZRow ); 01730 -01734 Animation CreateAnimation(in View3D theView3d); +01734 Container CreateContainer(); 01735 -01736 void DeleteResult(in Result theResult); -01737 -01738 void DeletePrs3d(in Prs3d thePrs3d); -01739 }; +01739 Animation CreateAnimation(in View3D theView3d); 01740 -01747 interface View: Base { -01748 -01753 enum ViewRepresentation { -01754 OBJECTBROWSER, -01755 VIEWER, -01756 PYTHON, -01757 MESSAGES -01758 }; -01759 -01760 void ShowPart (in ViewRepresentation ViewRepr, in boolean state ); -01761 -01762 boolean IsPartShown( in ViewRepresentation ViewRepr ); -01763 -01773 void SplitRight(); -01774 -01780 void SplitLeft(); -01781 -01787 void SplitBottom(); -01788 -01794 void SplitTop(); -01795 -01799 void OnTop(); +01741 void DeleteResult(in Result theResult); +01742 +01743 void DeletePrs3d(in Prs3d thePrs3d); +01744 }; +01745 +01752 interface View: Base { +01753 +01758 enum ViewRepresentation { +01759 OBJECTBROWSER, +01760 VIEWER, +01761 PYTHON, +01762 MESSAGES +01763 }; +01764 +01765 void ShowPart (in ViewRepresentation ViewRepr, in boolean state ); +01766 +01767 boolean IsPartShown( in ViewRepresentation ViewRepr ); +01768 +01778 void SplitRight(); +01779 +01785 void SplitLeft(); +01786 +01792 void SplitBottom(); +01793 +01799 void SplitTop(); 01800 -01807 void Attract (in View theView); -01808 -01815 void AttractAll (in View theView); -01816 -01824 void SetRelativePositionInSplitter (in double thePosition); -01825 -01833 void SetRelativeSizeInSplitter (in double theSize); -01834 -01840 void SetRelativePositionX (in double thePosition); -01841 -01847 void SetRelativePositionY (in double thePosition); -01848 -01854 void SetRelativeSizeX (in double theSize); -01855 -01861 void SetRelativeSizeY (in double theSize); -01862 -01866 void SetViewWidth (in long Width); //setting width of view -01867 void SetViewHeight (in long Height); //setting height of view -01868 long GetViewWidth(); //getting view width -01869 long GetViewHeight(); //getting view height -01870 enum ViewPosition {TOP, CENTER, BOTTOM, RIGHT, LEFT}; //position of the study frame -01871 void SetViewPositionHorizontal (in ViewPosition ViewPosHor); //setting of the horizontal view position -01872 void SetViewPositionVertical (in ViewPosition ViewPosVer); //setting of the vertical view position -01873 void SetRelativePosition( in double x, in double y ); -01874 void SetRelativeSize( in double x, in double y ); -01875 void Minimize(); // Minimizes to the task bar or to the bottom of the Desktop the %View frame. -01876 void Restore(); // Restores the %View frame. -01877 void Maximize(); // Maximizes the %View frame. -01878 -01883 void SetTitle(in string theTitle); -01884 -01888 string GetTitle(); +01804 void OnTop(); +01805 +01812 void Attract (in View theView); +01813 +01820 void AttractAll (in View theView); +01821 +01829 void SetRelativePositionInSplitter (in double thePosition); +01830 +01838 void SetRelativeSizeInSplitter (in double theSize); +01839 +01845 void SetRelativePositionX (in double thePosition); +01846 +01852 void SetRelativePositionY (in double thePosition); +01853 +01859 void SetRelativeSizeX (in double theSize); +01860 +01866 void SetRelativeSizeY (in double theSize); +01867 +01871 void SetViewWidth (in long Width); //setting width of view +01872 void SetViewHeight (in long Height); //setting height of view +01873 long GetViewWidth(); //getting view width +01874 long GetViewHeight(); //getting view height +01875 enum ViewPosition {TOP, CENTER, BOTTOM, RIGHT, LEFT}; //position of the study frame +01876 void SetViewPositionHorizontal (in ViewPosition ViewPosHor); //setting of the horizontal view position +01877 void SetViewPositionVertical (in ViewPosition ViewPosVer); //setting of the vertical view position +01878 void SetRelativePosition( in double x, in double y ); +01879 void SetRelativeSize( in double x, in double y ); +01880 void Minimize(); // Minimizes to the task bar or to the bottom of the Desktop the %View frame. +01881 void Restore(); // Restores the %View frame. +01882 void Maximize(); // Maximizes the %View frame. +01883 +01888 void SetTitle(in string theTitle); 01889 -01894 void SetBackground(in SALOMEDS::Color theColor); -01895 -01899 SALOMEDS::Color GetBackground(); +01893 string GetTitle(); +01894 +01899 void SetBackground(in SALOMEDS::Color theColor); 01900 -01904 void EraseAll(); +01904 SALOMEDS::Color GetBackground(); 01905 -01909 void DisplayAll(); +01909 void EraseAll(); 01910 -01915 void Erase(in PrsObject thePrsObj); -01916 -01921 void Display(in PrsObject thePrsObj); -01922 -01928 void DisplayOnly(in PrsObject thePrsObj); -01929 -01933 void Update(); +01914 void DisplayAll(); +01915 +01920 void Erase(in PrsObject thePrsObj); +01921 +01926 void Display(in PrsObject thePrsObj); +01927 +01933 void DisplayOnly(in PrsObject thePrsObj); 01934 -01940 boolean SavePicture(in string theFileName); -01941 }; -01942 -01943 //------------------------------------------------------- -01948 interface View3D : View { -01953 enum ViewType{ FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM}; -01954 -01958 enum Axis{ XAxis, YAxis, ZAxis}; +01938 void Update(); +01939 +01945 boolean SavePicture(in string theFileName); +01946 }; +01947 +01948 //------------------------------------------------------- +01953 interface View3D : View { +01958 enum ViewType{ FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM}; 01959 -01963 typedef double XYZ[3]; +01963 enum Axis{ XAxis, YAxis, ZAxis}; 01964 -01968 void FitAll(); +01968 typedef double XYZ[3]; 01969 -01974 void SetView(in ViewType theType); -01975 -01981 void SetPointOfView(in XYZ theCoord); -01982 -01988 XYZ GetPointOfView(); -01989 -01993 void SetViewUp(in XYZ theDir); +01973 void FitAll(); +01974 +01979 void SetView(in ViewType theType); +01980 +01986 void SetPointOfView(in XYZ theCoord); +01987 +01993 XYZ GetPointOfView(); 01994 -01998 XYZ GetViewUp(); +01998 void SetViewUp(in XYZ theDir); 01999 -02004 void SetFocalPoint(in XYZ theDir); -02005 -02010 XYZ GetFocalPoint(); -02011 -02015 void SetParallelScale(in double theScale); +02003 XYZ GetViewUp(); +02004 +02009 void SetFocalPoint(in XYZ theDir); +02010 +02015 XYZ GetFocalPoint(); 02016 -02020 double GetParallelScale(); +02020 void SetParallelScale(in double theScale); 02021 -02027 void ScaleView(in Axis theAxis, in double theParam); -02028 -02032 void RemoveScale(); +02025 double GetParallelScale(); +02026 +02032 void ScaleView(in Axis theAxis, in double theParam); 02033 -02039 boolean SaveViewParams(in string theName); -02040 -02046 boolean RestoreViewParams(in string theName); -02047 -02048 -02053 PresentationType GetPresentationType(in ScalarMap thePrs); -02054 -02060 string SetPresentationType(in ScalarMap thePrs, in PresentationType thePrsType); -02061 -02066 boolean IsShrinked(in ScalarMap thePrs); -02067 -02073 string SetShrinked(in ScalarMap thePrs, in boolean isShrinked); -02074 -02079 boolean IsShaded(in ScalarMap thePrs); -02080 -02086 string SetShaded(in ScalarMap thePrs, in boolean isShaded); -02087 -02092 double GetOpacity(in ScalarMap thePrs); -02093 -02099 string SetOpacity(in ScalarMap thePrs, in double theOpacity); -02100 -02105 double GetLineWidth(in ScalarMap thePrs); -02106 -02112 string SetLineWidth(in ScalarMap thePrs, in double theLineWidth); -02113 }; -02114 -02115 //------------------------------------------------------- -02120 interface TableView : View { -02121 }; -02122 -02123 //------------------------------------------------------- -02129 interface XYPlot : View { -02133 void SetSubTitle(in string theTitle); -02134 -02137 string GetSubTitle(); -02138 -02143 enum CurveType { POINTS, MULTYLINE, SPLINE}; -02144 -02148 void SetCurveType(in CurveType theType); +02037 void RemoveScale(); +02038 +02044 boolean SaveViewParams(in string theName); +02045 +02051 boolean RestoreViewParams(in string theName); +02052 +02053 +02058 PresentationType GetPresentationType(in ScalarMap thePrs); +02059 +02065 string SetPresentationType(in ScalarMap thePrs, in PresentationType thePrsType); +02066 +02071 boolean IsShrinked(in ScalarMap thePrs); +02072 +02078 string SetShrinked(in ScalarMap thePrs, in boolean isShrinked); +02079 +02084 boolean IsShaded(in ScalarMap thePrs); +02085 +02091 string SetShaded(in ScalarMap thePrs, in boolean isShaded); +02092 +02097 double GetOpacity(in ScalarMap thePrs); +02098 +02104 string SetOpacity(in ScalarMap thePrs, in double theOpacity); +02105 +02110 double GetLineWidth(in ScalarMap thePrs); +02111 +02117 string SetLineWidth(in ScalarMap thePrs, in double theLineWidth); +02118 }; +02119 +02120 //------------------------------------------------------- +02125 interface TableView : View { +02126 }; +02127 +02128 //------------------------------------------------------- +02134 interface XYPlot : View { +02138 void SetSubTitle(in string theTitle); +02139 +02142 string GetSubTitle(); +02143 +02148 enum CurveType { POINTS, MULTYLINE, SPLINE}; 02149 -02152 CurveType GetCurveType(); -02153 -02158 void SetMarkerSize(in long theSize); -02159 -02163 long GetMarkerSize(); +02153 void SetCurveType(in CurveType theType); +02154 +02157 CurveType GetCurveType(); +02158 +02163 void SetMarkerSize(in long theSize); 02164 -02167 void EnableXGrid(in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor); -02168 -02171 void EnableYGrid(in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor); -02172 -02176 void SetHorScaling(in Scaling theScaling); +02168 long GetMarkerSize(); +02169 +02172 void EnableXGrid(in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor); +02173 +02176 void EnableYGrid(in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor); 02177 -02180 Scaling GetHorScaling(); -02181 -02185 void SetVerScaling(in Scaling theScaling); +02181 void SetHorScaling(in Scaling theScaling); +02182 +02185 Scaling GetHorScaling(); 02186 -02189 Scaling GetVerScaling(); -02190 -02194 void SetXTitle(in string theTitle); +02190 void SetVerScaling(in Scaling theScaling); +02191 +02194 Scaling GetVerScaling(); 02195 -02198 string GetXTitle(); -02199 -02203 void SetYTitle(in string theTitle); +02199 void SetXTitle(in string theTitle); +02200 +02203 string GetXTitle(); 02204 -02207 string GetYTitle(); -02208 -02211 void ShowLegend(in boolean theShowing); -02212 -02215 void FitAll(); -02216 -02219 void FitXRange(in double xMin, in double xMax); -02220 -02223 void FitYRange(in double yMin, in double yMax); -02224 -02227 void FitRange(in double xMin, in double xMax, -02228 in double yMin, in double yMax); +02208 void SetYTitle(in string theTitle); +02209 +02212 string GetYTitle(); +02213 +02216 void ShowLegend(in boolean theShowing); +02217 +02220 void FitAll(); +02221 +02224 void FitXRange(in double xMin, in double xMax); +02225 +02228 void FitYRange(in double yMin, in double yMax); 02229 -02230 void GetFitRanges(out double xMin,out double xMax, -02231 out double yMin,out double yMax); -02232 }; -02233 -02234 //------------------------------------------------------- -02239 interface ViewManager: Base { -02246 View GetCurrentView(); -02247 -02252 View3D Create3DView(); -02253 -02258 TableView CreateTableView(in Table theTable); -02259 -02264 XYPlot CreateXYPlot(); -02265 -02269 void Destroy(in View theView); -02270 }; -02271 }; -02272 -02273 #endif +02232 void FitRange(in double xMin, in double xMax, +02233 in double yMin, in double yMax); +02234 +02235 void GetFitRanges(out double xMin,out double xMax, +02236 out double yMin,out double yMax); +02237 }; +02238 +02239 //------------------------------------------------------- +02244 interface ViewManager: Base { +02251 View GetCurrentView(); +02252 +02257 View3D Create3DView(); +02258 +02263 TableView CreateTableView(in Table theTable); +02264 +02269 XYPlot CreateXYPlot(); +02270 +02274 void Destroy(in View theView); +02275 }; +02276 }; +02277 +02278 #endif +Generated on Fri Oct 5 13:15:47 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl.html b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl.html index 06e11056..596e1d87 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl.html +++ b/doc/salome/gui/VISU/visugenidl_doc/VISU__Gen_8idl.html @@ -179,6 +179,6 @@ Include dependency graph for VISU_Gen.idl:

Detailed Description

This file conatins a set of interfaces of the VISU module. This module provides various forms of data visualization in SALOME application. These forms include data tables, XY plots, 3d representations and combination of these forms. +Generated on Fri Oct 5 10:57:00 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation.html index ce1428dd..ff9d2417 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Animation.html @@ -99,7 +99,7 @@ Inheritance diagram for VISU.Animation:

AnimationMode getAnimationMode () -void ApplyProperties (in long theFieldNum, in ColoredPrs3d thePrs) +void ApplyProperties (in long theFieldNum, in ColoredPrs3d thePrs) raises (SALOME::SALOME_Exception) IdType GetID () @@ -1393,7 +1393,7 @@ Gets the animation mode. )  - + raises (SALOME::SALOME_Exception) @@ -1466,6 +1466,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:45 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base.html index 2cc77607..656fd6b7 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Base.html @@ -110,6 +110,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:07 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d.html index f596a048..13000ba9 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ColoredPrs3d.html @@ -745,6 +745,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:22 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container.html index 83e37112..f6064ba7 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Container.html @@ -251,6 +251,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:15 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve.html index 8707e58d..4dcaf69d 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Curve.html @@ -537,6 +537,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:14 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines.html index 8b4b1210..2e74783c 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutLines.html @@ -2007,6 +2007,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:37 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes.html index bce27018..61d37b95 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1CutPlanes.html @@ -1543,6 +1543,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:35 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape.html index 69c32cd8..80b31100 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1DeformedShape.html @@ -1322,6 +1322,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:29 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints.html index abe7bda5..17f98b00 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1GaussPoints.html @@ -736,6 +736,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:27 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces.html index 2289dc1e..e2d24893 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1IsoSurfaces.html @@ -1192,6 +1192,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:41 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh.html index af2b2aae..0e517085 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Mesh.html @@ -471,6 +471,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:20 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D.html index 923b1028..a6988a74 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Plot3D.html @@ -1564,6 +1564,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:33 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d.html index ed74bf89..5c203da8 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Prs3d.html @@ -225,6 +225,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:17 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject.html index 184902c5..f8403111 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1PrsObject.html @@ -137,6 +137,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:11 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject.html index 6b273c69..47ae17f9 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1RemovableObject.html @@ -138,6 +138,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:09 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result.html index 28168aab..d9b4e8f8 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Result.html @@ -404,6 +404,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:46 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap.html index 8658e90e..e6c4c03f 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMap.html @@ -1134,6 +1134,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:24 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape.html index d5cbbae8..f35fec34 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ScalarMapOnDeformedShape.html @@ -1463,6 +1463,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:31 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines.html index 65832298..bb77f9fa 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1StreamLines.html @@ -1613,6 +1613,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:40 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table.html index 02d2aebb..29020bb3 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Table.html @@ -349,6 +349,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:13 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView.html index 3fbeb748..9a52c28c 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1TableView.html @@ -1380,6 +1380,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:52 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen.html index e412e5bc..0c280cfc 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1VISU__Gen.html @@ -72,13 +72,13 @@ Inheritance diagram for VISU.VISU_Gen:

IsoSurfaces IsoSurfacesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) -StreamLines StreamLinesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) +StreamLines StreamLinesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) raises (SALOME::SALOME_Exception) -CutPlanes CutPlanesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) +CutPlanes CutPlanesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) raises (SALOME::SALOME_Exception) -CutLines CutLinesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) +CutLines CutLinesOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) raises (SALOME::SALOME_Exception) -Plot3D Plot3DOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) +Plot3D Plot3DOnField (in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration) raises (SALOME::SALOME_Exception) Table CreateTable (in string theTableEntry) @@ -1145,7 +1145,7 @@ Creates an iso surface presentation.
Parameters:
)  - + raises (SALOME::SALOME_Exception) @@ -1209,7 +1209,7 @@ Creates an stream lines presentation.
Parameters:
)  - + raises (SALOME::SALOME_Exception) @@ -1273,7 +1273,7 @@ Creates a presentation of cut planes.
Parameters:
)  - + raises (SALOME::SALOME_Exception) @@ -1337,7 +1337,7 @@ Creates a presentation of cut lines.
Parameters:
)  - + raises (SALOME::SALOME_Exception) @@ -1675,6 +1675,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:48 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors.html index 6f152f10..2c4244c1 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1Vectors.html @@ -1592,6 +1592,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:44 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View.html index 65534caa..11da13b8 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View.html @@ -1382,6 +1382,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:49 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D.html index a7165eae..d13ae378 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1View3D.html @@ -2345,6 +2345,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:51 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager.html index 3b50b012..a8f7c4e5 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1ViewManager.html @@ -249,6 +249,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:55 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot.html b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot.html index 13205ff1..742f6835 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot.html +++ b/doc/salome/gui/VISU/visugenidl_doc/interfaceVISU_1_1XYPlot.html @@ -2207,6 +2207,6 @@ Returns the type of the presentable object +Generated on Fri Oct 5 10:57:54 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6 diff --git a/doc/salome/gui/VISU/visugenidl_doc/namespaceVISU.html b/doc/salome/gui/VISU/visugenidl_doc/namespaceVISU.html index ef4db6de..c3b5e165 100644 --- a/doc/salome/gui/VISU/visugenidl_doc/namespaceVISU.html +++ b/doc/salome/gui/VISU/visugenidl_doc/namespaceVISU.html @@ -411,6 +411,6 @@ This enumeration contains a set of elements defining the type of presentation of +Generated on Fri Oct 5 10:57:04 2007 for SALOME - VISU - v.3.2.8 by doxygen 1.4.6