fityk Namespace Reference

Classes

struct  ExecuteError
 exception thrown at run-time (when executing parsed command) More...
struct  SyntaxError
 syntax error exception, used only in public API More...
struct  ExitRequestedException
 exception thrown to finish the program (on command "quit") More...
struct  Point
 data point More...
class  Fityk
 the public API to libfityk More...

Typedefs

typedef void t_show_message (std::string const &s)
 type of function passed to Fityk::set_show_message()

Functions

bool operator< (Point const &p, Point const &q)

Variables

const int all_datasets = -1
 used to get statistics for all datasets together, e.g. in Fityk::get_wssr()

Detailed Description

Public C++ API of libfityk is defined in namespace fityk, in file fityk.h
If you use it in your program, you may contact fityk developers (see the webpage for contact info) to let them know about it, or to request more functions in the API.
See description of Fityk class to see the list of methods it supports.
Only one instance of Fityk class can be used.
TODO
  • find out how to make bindings to set_show_message() in SWIG

Generated on Wed Jan 6 00:48:36 2010 for Fityk by Doxygen 1.6.1