#include <Standard_math.hxx>#include "Python.h"#include "VisuGUI.h"#include <exception>#include <typeinfo>#include <vector>#include <QList>#include <QVector>#include <QColorDialog>#include <QDateTime>#include <QMenu>#include <vtkRenderer.h>#include <vtkRenderWindow.h>#include <vtkActorCollection.h>#include <vtkTimerLog.h>#include "SALOME_LifeCycleCORBA.hxx"#include "SUIT_ResourceMgr.h"#include "SUIT_MessageBox.h"#include "SUIT_ViewWindow.h"#include "SUIT_ViewManager.h"#include "SUIT_Desktop.h"#include "SUIT_DataBrowser.h"#include "SUIT_OverrideCursor.h"#include "CAM_Module.h"#include "SVTK_ViewWindow.h"#include "SVTK_ViewModel.h"#include "SVTK_Functor.h"#include "VTKViewer_Algorithm.h"#include "VTKViewer_MarkerDlg.h"#include "SPlot2d_ViewModel.h"#include "VisuGUI_SetupPlot2dDlg.h"#include "Plot2d_SetupCurveDlg.h"#include "Plot2d_ViewManager.h"#include "QtxPagePrefMgr.h"#include "OB_Browser.h"#include "SALOME_ListIteratorOfListIO.hxx"#include "SalomeApp_Application.h"#include "SalomeApp_DataModel.h"#include "SalomeApp_Study.h"#include "SalomeApp_CheckFileDlg.h"#include "LightApp_SelectionMgr.h"#include "LightApp_Selection.h"#include "LightApp_Preferences.h"#include "LightApp_DataOwner.h"#include "QtxAction.h"#include "QtxFontEdit.h"#include "VISUConfig.hh"#include "VISU_Gen_i.hh"#include "VISU_Mesh_i.hh"#include "VISU_Table_i.hh"#include "VISU_PointMap3d_i.hh"#include "VISU_Result_i.hh"#include "VISU_View_i.hh"#include "VISU_ViewManager_i.hh"#include "VISU_Plot3D_i.hh"#include "VISU_Actor.h"#include "VisuGUI_Prs3dTools.h"#include "VisuGUI_Tools.h"#include "VisuGUI_SelectionPanel.h"#include "VisuGUI_FeatureEdgesPanel.h"#include "VisuGUI_NameDlg.h"#include "VisuGUI_CursorDlg.h"#include "VisuGUI_Selection.h"#include "VisuGUI_TimeAnimation.h"#include "VisuGUI_EvolutionDlg.h"#include "VisuGUI_EditContainerDlg.h"#include "VisuGUI_ClippingDlg.h"#include "VisuGUI_Plot3DDlg.h"#include "VisuGUI_OffsetDlg.h"#include "VisuGUI_Displayer.h"#include "VisuGUI_BuildProgressDlg.h"#include "VisuGUI_TransparencyDlg.h"#include "VisuGUI_ShrinkFactorDlg.h"#include "VisuGUI_Table3dDlg.h"#include "VisuGUI_ClippingPanel.h"#include "VisuGUI_FilterScalarsDlg.h"#include "VISU_ScalarMap_i.hh"#include "VisuGUI_ScalarBarDlg.h"#include "VISU_DeformedShape_i.hh"#include "VisuGUI_DeformedShapeDlg.h"#include "VISU_DeformedShapeAndScalarMap_i.hh"#include "VisuGUI_DeformedShapeAndScalarMapDlg.h"#include "VISU_IsoSurfaces_i.hh"#include "VisuGUI_IsoSurfacesDlg.h"#include "VISU_CutPlanes_i.hh"#include "VisuGUI_CutPlanesDlg.h"#include "VISU_CutLines_i.hh"#include "VisuGUI_CutLinesDlg.h"#include "VISU_CutSegment_i.hh"#include "VisuGUI_CutSegmentDlg.h"#include "VISU_StreamLines_i.hh"#include "VisuGUI_StreamLinesDlg.h"#include "VISU_Vectors_i.hh"#include "VisuGUI_VectorsDlg.h"#include "VISU_TableDlg.h"#include "VisuGUI_FileInfoDlg.h"#include "SALOMEconfig.h"#include "utilities.h"#include "VisuGUI_ActionsDef.h"#include "VisuGUI_Timer.h"#include "VisuGUI_Slider.h"#include "VisuGUI_Sweep.h"#include <VISU_ScalarMapAct.h>#include <VISU_GaussPtsAct.h>#include "VisuGUI_ValuesLabelingDlg.h"Functions | |
| void | CreateCurves (SalomeApp_Module *theModule, VISU::CutLinesBase_i *thePrs, QDialog *theDlg, const bool theCreate=true) |
Variables | |
| static int | MYDEBUG = 0 |
| void CreateCurves | ( | SalomeApp_Module * | theModule, |
| VISU::CutLinesBase_i * | thePrs, | ||
| QDialog * | theDlg, | ||
| const bool | theCreate = true |
||
| ) |
References VISU._PTR(), batchmode_visu_view3d.aCurve, VISU.ClientSObjectToObject(), VISU.CreatePlot(), VISU.VISU_Gen_i.CreateTable(), VISU.GetAppStudy(), VISU.RemovableObject_i.GetEntry(), VISU.GetServant(), VISU.Storable.GetStorableMap(), VISU.GetVisuGen(), VISU.PlotRemoveCurve(), and VISU.UpdateObjBrowser().
int MYDEBUG = 0 [static] |