|
MBDyn-1.7.3
|
#include <streamoutelem.h>

Public Member Functions | |
| StreamOutEcho (std::string &sOutFileName, int iPrecision, doublereal dShift) | |
| ~StreamOutEcho (void) | |
| bool | Init (const std::string &msg, unsigned uLabel, unsigned nChannels) |
| void | Echo (const doublereal *pbuf, unsigned nChannels) |
Private Attributes | |
| std::string | sOutFileName |
| std::ofstream | outFile |
| int | iPrecision |
| doublereal | dShift |
Definition at line 184 of file streamoutelem.h.
| StreamOutEcho::StreamOutEcho | ( | std::string & | sOutFileName, |
| int | iPrecision, | ||
| doublereal | dShift | ||
| ) |
| StreamOutEcho::~StreamOutEcho | ( | void | ) |
Definition at line 470 of file streamoutelem.cc.
References NO_OP.
| void StreamOutEcho::Echo | ( | const doublereal * | pbuf, |
| unsigned | nChannels | ||
| ) |
Definition at line 508 of file streamoutelem.cc.
References outFile.
Referenced by BufferStreamElem_base::AfterConvergence().
| bool StreamOutEcho::Init | ( | const std::string & | msg, |
| unsigned | uLabel, | ||
| unsigned | nChannels | ||
| ) |
Definition at line 476 of file streamoutelem.cc.
References iPrecision, MBDYN_EXCEPT_ARGS, outFile, and sOutFileName.
Referenced by BufferStreamElem_base::BufferStreamElem_base().
|
private |
Definition at line 189 of file streamoutelem.h.
|
private |
Definition at line 188 of file streamoutelem.h.
Referenced by Init().
|
private |
Definition at line 187 of file streamoutelem.h.
|
private |
Definition at line 186 of file streamoutelem.h.
Referenced by Init().