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