Column-oriented GPU-accelerated Database Management System
CoGaDB
hype::core::PlotScriptGenerator Class Reference

#include <plotscriptgenerator.hpp>

List of all members.

Static Public Member Functions

static bool create (const std::string &title, const std::string &xlabel, const std::string &ylabel, const std::string &operation_name, const std::vector< std::string > &algorithm_names)
static bool createRelativeErrorScript (const std::string &operation_name, const std::vector< std::string > &algorithm_names)
static bool createAverageRelativeErrorScript (const std::string &operation_name, const std::vector< std::string > &algorithm_names)
static bool createWindowedAverageRelativeErrorScript (const std::string &operation_name, const std::vector< std::string > &algorithm_names)
static bool create_3d_plot (const std::string &title, const std::string &xlabel, const std::string &ylabel, const std::string &directory_path, const std::vector< std::string > &algorithm_names)

Member Function Documentation

static bool hype::core::PlotScriptGenerator::create ( const std::string &  title,
const std::string &  xlabel,
const std::string &  ylabel,
const std::string &  operation_name,
const std::vector< std::string > &  algorithm_names 
) [static]
static bool hype::core::PlotScriptGenerator::create_3d_plot ( const std::string &  title,
const std::string &  xlabel,
const std::string &  ylabel,
const std::string &  directory_path,
const std::vector< std::string > &  algorithm_names 
) [static]
static bool hype::core::PlotScriptGenerator::createAverageRelativeErrorScript ( const std::string &  operation_name,
const std::vector< std::string > &  algorithm_names 
) [static]
static bool hype::core::PlotScriptGenerator::createRelativeErrorScript ( const std::string &  operation_name,
const std::vector< std::string > &  algorithm_names 
) [static]
static bool hype::core::PlotScriptGenerator::createWindowedAverageRelativeErrorScript ( const std::string &  operation_name,
const std::vector< std::string > &  algorithm_names 
) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines