QCPlot Class Reference

Class designed to Plot information on Quantum Fields. *UNDER CONSTRUCTION* The QCPlot Class uses the QwtPlot3D Library which is essentially a widget plugin for Trolltech QT and incorporates OpenGL. More...

#include <qcplot.h>

List of all members.

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.


Detailed Description

Class designed to Plot information on Quantum Fields. *UNDER CONSTRUCTION* The QCPlot Class uses the QwtPlot3D Library which is essentially a widget plugin for Trolltech QT and incorporates OpenGL.

Author:
Shekhar Chandra

Definition at line 40 of file qcplot.h.


The documentation for this class was generated from the following files:
Generated on Sat May 13 13:22:50 2006 for Quantum Construct (qC++) by  doxygen 1.4.6-NO