WPlot Class Reference

#include <wplot.h>

List of all members.

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


Detailed Description

Plots splots on Gnuplot for fields and meshes.


Constructor & Destructor Documentation

WPlot::WPlot  ) 
 

Class WPlot Configure the plots parameters and ative the setup parameters date: 1/Aug/2006


Member Function Documentation

void WPlot::setPaletteGnuplot int  paletteOption  )  [protected]
 

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

void WPlot::setRange double  xMin,
double  xMax,
double  yMin,
double  yMax,
double  zMin,
double  zMax
 

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

void WPlot::setSplotGnuplot int  splotOption,
int  splotDesignOption
[protected]
 

Function setSplotGnuplot This function sets the splot parameters splotOptions = 10-> field, 20->lines, 100->grid splotDesignOptions = 10-> field, 100->grid date: 1/Aug/2006

void WPlot::setTerminalGnuplot int  gnuplotOption,
int  terminalOption
[protected]
 

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

void WPlot::setWPlotGnuplot char *  fileNameCfg  ) 
 

Function setWPlotGnuplot Configure the plots parameters and ative the setup parameters date: 1/Aug/2006

void WPlot::splotFieldGnuplot Array2D &  A,
char *  title
 

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


The documentation for this class was generated from the following files:
Generated on Wed Jan 10 15:21:22 2007 for spr.kdevelop by  doxygen 1.4.6