#include <wplot.h>
Public Member Functions | |
WPlot () | |
void | setWPlotGnuplot (char *fileNameCfg) |
void | splotFieldGnuplot (Array2D &A, char *title) |
void | splotFieldGnuplot (Array2D &A, char *title, char *grfFileNameOutput) |
void | splotFieldGnuplot (Array2D &A, char *title, char *grfFileName, char *xLabel, char *yLabel, double xMin, double xMax, double yMin, double yMax, double zMin, double zMax) |
void | setRange (double xMin, double xMax, double yMin, double yMax, double zMin, double zMax) |
Protected Member Functions | |
void | setPaletteGnuplot (int paletteOption) |
void | setTerminalGnuplot (int gnuplotOption, int terminalOption) |
void | setSplotGnuplot (int splotOption, int splotDesignOption) |
Protected Attributes | |
bool | _isSetPlot |
bool | _fixZRange |
char | _title [500] |
char | _xLabel [250] |
char | _yLabel [250] |
char | _textgnuplotOptions [100] |
char | _textPalette [500] |
char | _textTerminalOptions [500] |
char | _textSplotOptions [250] |
char | _textSplotDesign [250] |
char | _grfFileNameOutput [250] |
char | _grfFileExtName [5] |
int | _gnuplotOption |
int | _terminalOption |
int | _screenNumber |
int | _paletteOption |
int | _splotOption |
int | _splotDesignOption |
double | _xMin |
double | _xMax |
double | _yMin |
double | _yMax |
double | _zMin |
double | _zMax |
|
Class WPlot Configure the plots parameters and ative the setup parameters date: 1/Aug/2006 |
|
Function setPaletteGnuplot This function sets the palette for GnuPlot outputs paletteOption = 10->yellow red, 15->red yellow, 20->blue-red, 100->points colors for grid date: 1/Aug/2006 |
|
Function setRange This function sets the range for the grid visualization in gnuplot a small border is add to the grid for a better visualization date: 1/Aug/2006 |
|
Function setSplotGnuplot This function sets the splot parameters splotOptions = 10-> field, 20->lines, 100->grid splotDesignOptions = 10-> field, 100->grid date: 1/Aug/2006 |
|
Function setTerminalGnuplot This function sets the terminal for GnuPlot outputs terminalOptions = 0-> x11, 10->eps, 11->eps color, 101->png is also in color !! , 111->png color gnuplotOptions = 0-> null/dev, 10->persist date: 1/Aug/2006 |
|
Function setWPlotGnuplot Configure the plots parameters and ative the setup parameters date: 1/Aug/2006 |
|
Function splotFieldGnuplot This function plot the grid points of the solution is Spr representation in real time directly in gnuplot produce two screen shots + eps file date: 1/Aug/2006 |