|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <libsha.hpp>#include <libzygo.hpp>#include "file.hpp"#include "../datamanagement/tablecolumnimpl.hpp"#include "../IgorLib/ReadWave.h"#include "../utils/tools.hpp"#include "../utils/BasicExcel.hpp"#include "../utils/tinyxml2.h"#include "../ui/language.hpp"#include "../version.h"#include "../../kernel.hpp"Go to the source code of this file.
Classes | |
| struct | NumeRe::JcampDX::MetaData |
| Structure for storing the JCAMP-DX meta data. More... | |
Namespaces | |
| namespace | NumeRe |
Macros | |
| #define | DEFAULT_PRECISION 14 |
Functions | |
| GenericFile * | NumeRe::getFileByType (const std::string &filename) |
| This function determines the correct class to be used for the filename passed to this function. If there's no fitting file type, a null pointer is returned. The calling function is responsible for clearing the created instance. The returned pointer is of the type GenericFile, but actually references an instance of a derived class. More... | |
Variables | |
| Language | _lang |
|
extern |
Definition at line 39 of file kernel.cpp.
Referenced by NumeRe::NumeReDataFile::readHeader(), NumeRe::LaTeXTable::writeFile(), NumeRe::TextDataFile::writeHeader(), and NumeRe::LaTeXTable::writeHeader().