Langmuir
Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LangmuirCore::FluxWriter Class Reference

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

Worldm_world
 reference to the world object More...
 
OutputStream m_stream
 output file stream More...
 

Detailed Description

A class to output source and drain info.

Constructor & Destructor Documentation

LangmuirCore::FluxWriter::FluxWriter ( World world,
const QString &  name,
QObject *  parent = 0 
)

constructs the writer, has the same parameters as OutputInfo

Member Function Documentation

void LangmuirCore::FluxWriter::write ( )

write the flux statistics of the current step to the stream

Member Data Documentation

OutputStream LangmuirCore::FluxWriter::m_stream
protected

output file stream

World& LangmuirCore::FluxWriter::m_world
protected

reference to the world object


The documentation for this class was generated from the following file: