#include "VISU_Gen_i.hh"#include "VISU_Result_i.hh"#include "VISU_PrsObject_i.hh"#include "VISU_ViewManager_i.hh"#include "VISU_ResultUtils.hh"#include "VISU_Prs3d_i.hh"#include "VISU_Mesh_i.hh"#include "VISU_Table_i.hh"#include "VISU_PointMap3d_i.hh"#include "VISU_TimeAnimation.h"#include "VISU_Evolution.h"#include "VISU_ColoredPrs3dFactory.hh"#include "VISU_ColoredPrs3dCache_i.hh"#include "VISU_ColoredPrs3dHolder_i.hh"#include <VISU_Vtk2MedConvertor.hxx>#include "VISU_Actor.h"#include "HDFOI.hxx"#include "HDFascii.hxx"#include "SALOMEDS_Tool.hxx"#include "SALOMEDSClient_AttributeName.hxx"#include "SALOMEDSClient_AttributePixMap.hxx"#include "SUIT_Session.h"#include "SalomeApp_Study.h"#include "SalomeApp_Application.h"#include "LightApp_SelectionMgr.h"#include "VTKViewer_MarkerUtils.h"#include "SVTK_ViewModel.h"#include "SVTK_ViewWindow.h"#include "SALOME_Event.h"#include "SALOME_ListIO.hxx"#include "SALOME_ListIteratorOfListIO.hxx"#include "utilities.h"#include <omnithread.h>#include <QDir>#include <QFileInfo>#include <vtkRenderer.h>#include <vtkActorCollection.h>#include <TCollection_AsciiString.hxx>#include <TColStd_SequenceOfAsciiString.hxx>#include "Utils_ExceptHandlers.hxx"#include <sstream>#include <boost/filesystem/path.hpp>#include <boost/filesystem/operations.hpp>
Data Structures | |
| struct | VISU.CreateTableEvent |
Packages | |
| package | VISU |
Functions | |
| UNEXPECT_CATCH (SalomeException, SALOME::SALOME_Exception) | |
| VISU_I_EXPORT VISU::VISU_Gen_ptr | GetImpl (CORBA::ORB_ptr theORB, PortableServer::POA_ptr thePOA, SALOME_NamingService *theNamingService, QMutex *theMutex) |
| const CORBA::Boolean | VISU.IsMultiFile () |
| VISU._PTR (SComponent) ClientFindOrCreateVisuComponent(_PTR(Study) theStudyDocument) | |
| SALOMEDS::SComponent_var | VISU.FindOrCreateVisuComponent (SALOMEDS::Study_ptr theStudyDocument) |
| void | VISU.RegistryStorable () |
| SALOMEDS::ListOfFileNames * | VISU.GetListOfFileNames (const Result_i::TFileNames &theFileNames) |
| bool | VISU.LoadMarkerMap (SALOMEDS::Study_ptr theStudy, const char *theURL, bool theIsMultiFile, bool theIsASCII, StudyId2MarkerMap &theStudyId2MarkerMap, std::string &theMarkerMapFileName, std::string &theMarkerMapFile) |
| bool | VISU.SaveMarkerMap (SALOMEDS::Study_ptr theStudy, const char *theURL, bool theIsMultiFile, bool theIsASCII, const StudyId2MarkerMap &theStudyId2MarkerMap, std::string &theMarkerMapFileName, std::string &theMarkerMapFile) |
| void | VISU.CorrectSObjectType (SALOMEDS::SObject_ptr theSObject, SALOMEDS::StudyBuilder_ptr theBuilder) |
| CORBA::Boolean | VISU.LoadWithMarkerMap (SALOMEDS::SComponent_ptr theComponent, const SALOMEDS::TMPFile &theStream, const char *theURL, CORBA::Boolean theIsMultiFile, CORBA::Boolean theIsASCII, StudyId2MarkerMap &theStudyId2MarkerMap) |
Variables | |
| static int | MYDEBUG = 0 |
| static std::string | VISU.VISU_TMP_DIR |
| static CORBA::Boolean | VISU.myIsMultiFile |
| UNEXPECT_CATCH | ( | SalomeException | , |
| SALOME::SALOME_Exception | |||
| ) |
| VISU_I_EXPORT VISU::VISU_Gen_ptr GetImpl | ( | CORBA::ORB_ptr | theORB, |
| PortableServer::POA_ptr | thePOA, | ||
| SALOME_NamingService * | theNamingService, | ||
| QMutex * | theMutex | ||
| ) |
int MYDEBUG = 0 [static] |