![]() |
Langmuir
Simulation
|
A class to output source and drain info. More...
#include <writer.h>
Public Member Functions | |
| FluxWriter (World &world, const QString &name, QObject *parent=0) | |
| constructs the writer, has the same parameters as OutputInfo More... | |
| void | write () |
| write the flux statistics of the current step to the stream More... | |
Protected Attributes | |
| World & | m_world |
| reference to the world object More... | |
| OutputStream | m_stream |
| output file stream More... | |
A class to output source and drain info.
| LangmuirCore::FluxWriter::FluxWriter | ( | World & | world, |
| const QString & | name, | ||
| QObject * | parent = 0 |
||
| ) |
constructs the writer, has the same parameters as OutputInfo
| void LangmuirCore::FluxWriter::write | ( | ) |
write the flux statistics of the current step to the stream
|
protected |
output file stream
|
protected |
reference to the world object