#include "VISU_MultiResult_i.hh"#include "VISU_ResultUtils.hh"#include "VISU_Prs3d_i.hh"#include "VISU_Convertor_impl.hxx"#include "VISU_CorbaMedConvertor.hxx"#include "VISU_ConvertorUtils.hxx"#include "VISU_PipeLine.hxx"#include "SUIT_ResourceMgr.h"#include "SALOMEDS_Tool.hxx"#include "HDFascii.hxx"#include "Basics_Utils.hxx"#include "SUIT_Session.h"#include "SALOME_Event.h"#include "SalomeApp_Study.h"#include "SalomeApp_Application.h"#include "MED_Factory.hxx"#include <boost/thread/thread.hpp>#include <boost/bind.hpp>#include <QString>#include <QFileInfo>#include <QSemaphore>#include <QThread>#include <QDir>#include <QList>#include <vtkCell.h>#include <vtkUnstructuredGrid.h>#include <Bnd_Box.hxx>
Packages | |
| package | VISU |
Functions | |
| Result_var | VISU.FindResult (SALOMEDS::SObject_ptr theSObject) |
| To find Result object as published on father of the given SObject. | |
| Result_i * | VISU.GetResult (SALOMEDS::Study_ptr theStudy, const std::string &theResultEntry) |
| To get VISU.Result object published on the given SALOMEDS.SObject. | |
| std::string | VISU.GetComponentDataType (SALOMEDS::SObject_ptr theSObject) |
| void | VISU.CreateReference (SALOMEDS::Study_ptr theStudyDocument, const string &theFatherEntry, const string &theRefEntry) |
| _PTR (Study) VISU | |
Variables | |
| static int | MYDEBUG = 0 |
| _PTR | ( | Study | ) |
References visu_big_table.myStudy.
int MYDEBUG = 0 [static] |