#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <iostream>
#include <qlabel.h>
#include <qhbox.h>
#include <qcolordialog.h>
#include <qtextstream.h>
#include <qstatusbar.h>
#include <qfiledialog.h>
#include <qtable.h>
#include <qprogressdialog.h>
#include <klocale.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <kfilterdev.h>
#include <kfilterbase.h>
#include <kimageio.h>
#include "DataDialog.h"
#include "Plot2DSurface.h"
#include "FileInfoDialog.h"
#include "defs.h"
Defines | |
#define | MAX_POINTS 1000000 |
Variables | |
const char * | inputitems2d [] = {"x | y","x | y | dy","x | y | dx | dy","x | y | dy1 | dy2",0} |
const char * | inputitemssurface [] = {"matrix",0} |
const char * | inputitems3d [] = {"x | y | z","matrix",0} |
const char * | inputitemspolar [] = {"phi | r",0} |
const char * | inputitemspie [] = {"index | value",0} |
const char * | inputitemsternary [] = {"a | b | c",0} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|