![]() |
Langmuir
Simulation
|
A class to output xyz files. More...
#include <writer.h>
Public Member Functions | |
| XYZWriter (World &world, const QString &name, QObject *parent=0) | |
| constructs the writer, has the same parameters as OutputInfo More... | |
| void | write () |
| Write XYZ of the current step to the stream. More... | |
Protected Member Functions | |
| void | writeVMDInitFile () |
| write a VMD script useful for opening the XYZ file More... | |
Protected Attributes | |
| World & | m_world |
| reference to the world object More... | |
| OutputStream | m_stream |
| output file stream More... | |
A class to output xyz files.
| LangmuirCore::XYZWriter::XYZWriter | ( | World & | world, |
| const QString & | name, | ||
| QObject * | parent = 0 |
||
| ) |
constructs the writer, has the same parameters as OutputInfo
| void LangmuirCore::XYZWriter::write | ( | ) |
Write XYZ of the current step to the stream.
|
protected |
write a VMD script useful for opening the XYZ file
|
protected |
output file stream
|
protected |
reference to the world object