25#include "../settings.hpp"
26#include "../commandlineparser.hpp"
27#include "../ParserLib/muParser.h"
28#include "../io/output.hpp"
29#include "../maths/define.hpp"
This class provides the functionality to extract the different components of a command line into the ...
This class represents the central memory managing instance. It will handle all tables and clusters,...
This class manages the setting values of the internal (kernel) settings of this application.
Mathematical expressions parser.
bool sortData(CommandLineParser &cmdParser)
This function is a wrapper for the corresponding member function of the Datafile object.
bool readImage(CommandLineParser &cmdParser)
This function reads image data from an image file and stores it as a cache table.
bool moveData(CommandLineParser &cmdParser)
This function will move the selected part of a data table to a new location.
bool CopyData(CommandLineParser &cmdParser)
This function copies whole chunks of data between tables.
bool deleteCacheEntry(CommandLineParser &cmdParser)
This function removes one or multiple entries in the selected table or cluster.
bool readFromFile(CommandLineParser &cmdParser)
This function reads the content of a file as strings and copies them to a temporary string vector var...
void append_data(CommandLineParser &cmdParser)
This function handles appending data sets to already existing data.
void clear_cache(MemoryManager &_data, Settings &_option, bool bIgnore=false)
This function removes all allocated tables and frees the assigned memory.
void show_data(MemoryManager &_data, Output &_out, Settings &_option, const std::string &_sCache, size_t nPrecision)
This function presents the passed data to the user in a visual way.
bool writeToFile(CommandLineParser &cmdParser)
This function writes the string contents in the command to a file.
void load_data(MemoryManager &_data, Settings &_option, mu::Parser &_parser, std::string sFileName="")
This function is a wrapper for the Datafile object. It will simply do the whole UI stuff and let the ...