#include "VISU_Convertor.hxx"#include "VISU_ConvertorUtils.hxx"#include "VISU_Convertor_impl.hxx"#include "VISU_TableReader.hxx"#include <fstream>#include <sstream>#include <memory>#include <vtkCellType.h>#include <vtkUnstructuredGrid.h>#include <QDir>#include <QFileInfo>#include <QStringList>#include "utilities.h"
Defines | |
| #define | _DEXCEPT_ |
Typedefs | |
| typedef vtkUnstructuredGrid | TOutput |
Functions | |
| void | ParseMEDFile (const char *theFileName) |
| void | ParseXLSFile (const char *theFileName) |
| int | main (int argc, char **argv) |
Variables | |
| static int | MYDEBUG = 0 |
| #define _DEXCEPT_ |
| typedef vtkUnstructuredGrid TOutput |
| void ParseMEDFile | ( | const char * | theFileName | ) |
| void ParseXLSFile | ( | const char * | theFileName | ) |
References batchmode_visu_view3d.aContainer, and VISU.ImportTables().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References ParseMEDFile(), and ParseXLSFile().
int MYDEBUG = 0 [static] |