#include "VISU_Table_i.hh"#include "VISU_Tools.h"#include "VISU_CutLinesBase_i.hh"#include "VISU_CutSegment_i.hh"#include "VISU_Result_i.hh"#include "VISU_ViewManager_i.hh"#include "SALOME_Event.h"#include "SPlot2d_Curve.h"#include "VISU_TableReader.hxx"#include "VISU_ConvertorUtils.hxx"#include "utilities.h"#include <Basics_Utils.hxx>
Functions | |
| static VISU::Table_i * | GetTable (SALOMEDS::Study_ptr theStudy, SALOMEDS::SObject_ptr theSO) |
| void | updateStrForCSV (QString &aStr, const char aSep) |
| template<class TTableAttr > | |
| bool | ExportTableToFile (const TTableAttr &aTabAttr, const char *theFileName) |
Variables | |
| static int | MYDEBUG = 0 |
| static VISU::Table_i* GetTable | ( | SALOMEDS::Study_ptr | theStudy, |
| SALOMEDS::SObject_ptr | theSO | ||
| ) | [static] |
Restores table object from the stream [ static ]
References batchmode_visu_view3d.aTable, VISU.GetServant(), and VISU.SObjectToObject().
| void updateStrForCSV | ( | QString & | aStr, |
| const char | aSep | ||
| ) |
| bool ExportTableToFile | ( | const TTableAttr & | aTabAttr, |
| const char * | theFileName | ||
| ) |
References visu.HasValue(), and updateStrForCSV().
int MYDEBUG = 0 [static] |