#include <qcplot.h>
Public Member Functions | |
Constructors | |
| QCPlot () | |
| Standard Constructor. | |
| ~QCPlot () | |
| Standard Destructor. | |
Plotting Operations | |
| void | realPartOf (QCComplexField< 2 > field, double minXRange, double maxXRange, double minYRange, double maxYRange) |
| Plots the phase of the 3D complex field provided by taking slice. | |
| void | imagPartOf (QCComplexField< 2 > field, double minXRange, double maxXRange, double minYRange, double maxYRange) |
| void | normOf (QCComplexField< 2 > field, double minXRange, double maxXRange, double minYRange, double maxYRange) |
| void | normOf (QCComplexField< 3 > field, int slice, double minXRange, double maxXRange, double minYRange, double maxYRange) |
| void | phaseOf (QCComplexField< 2 > field, double minXRange, double maxXRange, double minYRange, double maxYRange) |
| void | phaseOf (QCComplexField< 3 > field, int slice, double minXRange, double maxXRange, double minYRange, double maxYRange) |
I/O Operations | |
| void | loadFile (QString filename, int rows, int columns, double minXRange, double maxXRange, double minYRange, double maxYRange) |
| Loads the data from file (has to be comma separated values, csv format). | |
| void | outputPDF (QString filename) |
| Outputs a Portable Document Format (PDF) file based on the current plot. | |
| void | outputPS (QString filename) |
| Outputs a Postscript (PS) file based on the current plot. | |
| void | outputEPS (QString filename) |
| Outputs a Extended Postscript (EPS) file based on the current plot. | |
Definition at line 40 of file qcplot.h.
1.4.6-NO