Langmuir
Simulation
|
A class to output carrier stats (lifetime and pathlength) More...
#include <writer.h>
Public Member Functions | |
CarrierWriter (World &world, const QString &name, QObject *parent=0) | |
constructs the writer, has the same parameters as OutputInfo More... | |
void | write (ChargeAgent &charge) |
write the charge carrier statistics 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 carrier stats (lifetime and pathlength)
LangmuirCore::CarrierWriter::CarrierWriter | ( | World & | world, |
const QString & | name, | ||
QObject * | parent = 0 |
||
) |
constructs the writer, has the same parameters as OutputInfo
void LangmuirCore::CarrierWriter::write | ( | ChargeAgent & | charge | ) |
write the charge carrier statistics to the stream
|
protected |
output file stream
|
protected |
reference to the world object