Version: 8.3.0
libSMESH_Swig.cxx File Reference
#include "libSMESH_Swig.h"
#include <SMESHGUI.h>
#include <SMESHGUI_Utils.h>
#include <SMESHGUI_Displayer.h>
#include <SMESHGUI_VTKUtils.h>
#include <SMESH_Actor.h>
#include <Utils_ORB_INIT.hxx>
#include <Utils_SINGLETON.hxx>
#include <SALOMEDSClient_ClientFactory.hxx>
#include <utilities.h>
#include <SUIT_Session.h>
#include <SUIT_ViewManager.h>
#include <SALOME_Prs.h>
#include <SUIT_ViewWindow.h>
#include <SVTK_ViewWindow.h>
#include <VTKViewer_ViewModel.h>
#include <SALOME_Event.h>
#include <SalomeApp_Application.h>
#include <LightApp_SelectionMgr.h>
#include <SVTK_RenderWindowInteractor.h>
#include <TopAbs.hxx>
#include <TColStd_MapOfInteger.hxx>
#include <QApplication>
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SMESH_Gen)>
#include <CORBA_SERVER_HEADER(SMESH_Hypothesis)>
Include dependency graph for libSMESH_Swig.cxx:

Data Structures

class  TGetActorAspect
 
class  TSelectListEvent
 Helper class for selection event. More...
 
class  TGetSelectionModeEvent
 

Functions

SUIT_ViewWindow * getWnd (const int id)
 Gets window with specified identifier. More...
 

Variables

static CORBA::ORB_var anORB
 

Function Documentation

SUIT_ViewWindow* getWnd ( const int  id)

Gets window with specified identifier.

Parameters
idwindow identifier
Returns
pointer on the window

Referenced by TGetActorAspect::Execute(), and SMESH_Swig::SetActorAspect().

Variable Documentation

CORBA::ORB_var anORB
static