NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <wx/wx.h>
#include <wx/grid.h>
#include <vector>
#include <string>
#include "gridcellcoordscontainer.hpp"
#include "../../kernel/core/datamanagement/container.hpp"
#include "../../kernel/core/datamanagement/table.hpp"
Go to the source code of this file.
Classes | |
class | TableViewer |
This class is an adaption of the wxGrid class to present the tabular data in NumeRe's memory and enabling copy-pasting of tabular data to an from NumeRe. More... | |