|
CppNoddy
0.92
|
#include <TrackerFile.h>
Public Member Functions | |
| TrackerFile (int prec=12) | |
| TrackerFile (std::string filename, int prec=12) | |
| ~TrackerFile () | |
| void | precision (unsigned prec) |
| void | push_ptr (double *scalar, std::string desc="") |
| void | push_ptr (D_complex *scalar, std::string desc="") |
| void | push_ptr (DenseVector< double > *ptr_to_vector, std::string desc="") |
| void | push_ptr (DenseVector< D_complex > *ptr_to_vector, std::string desc="") |
| void | push_ptr (OneD_Node_Mesh< double > *ptr_to_mesh, std::string desc="") |
| void | push_ptr (OneD_Node_Mesh< D_complex > *ptr_to_mesh, std::string desc="") |
| void | push_ptr (OneD_Node_Mesh< D_complex, D_complex > *ptr_to_mesh, std::string desc="") |
| void | newline () |
| void | set_filename (std::string filename) |
| void | header () |
| void | update () |
Protected Attributes | |
| std::ofstream | m_dumpFile |
Definition at line 17 of file TrackerFile.h.
| CppNoddy::TrackerFile::TrackerFile | ( | int | prec = 12 | ) |
Definition at line 12 of file TrackerFile.cpp.
| CppNoddy::TrackerFile::TrackerFile | ( | std::string | filename, |
| int | prec = 12 |
||
| ) |
Definition at line 16 of file TrackerFile.cpp.
References m_dumpFile.
| CppNoddy::TrackerFile::~TrackerFile | ( | ) |
Definition at line 23 of file TrackerFile.cpp.
References m_dumpFile.
| void CppNoddy::TrackerFile::header | ( | ) |
Definition at line 81 of file TrackerFile.cpp.
References m_dumpFile, and CppNoddy::Utility::stringify().
Referenced by main().
| void CppNoddy::TrackerFile::newline | ( | ) |
| void CppNoddy::TrackerFile::precision | ( | unsigned | prec | ) |
| void CppNoddy::TrackerFile::push_ptr | ( | D_complex * | scalar, |
| std::string | desc = "" |
||
| ) |
Definition at line 32 of file TrackerFile.cpp.
| void CppNoddy::TrackerFile::push_ptr | ( | DenseVector< D_complex > * | ptr_to_vector, |
| std::string | desc = "" |
||
| ) |
Definition at line 47 of file TrackerFile.cpp.
| void CppNoddy::TrackerFile::push_ptr | ( | DenseVector< double > * | ptr_to_vector, |
| std::string | desc = "" |
||
| ) |
Definition at line 42 of file TrackerFile.cpp.
| void CppNoddy::TrackerFile::push_ptr | ( | double * | scalar, |
| std::string | desc = "" |
||
| ) |
Definition at line 27 of file TrackerFile.cpp.
Referenced by main().
| void CppNoddy::TrackerFile::push_ptr | ( | OneD_Node_Mesh< D_complex > * | ptr_to_mesh, |
| std::string | desc = "" |
||
| ) |
Definition at line 57 of file TrackerFile.cpp.
| void CppNoddy::TrackerFile::push_ptr | ( | OneD_Node_Mesh< D_complex, D_complex > * | ptr_to_mesh, |
| std::string | desc = "" |
||
| ) |
Definition at line 62 of file TrackerFile.cpp.
| void CppNoddy::TrackerFile::push_ptr | ( | OneD_Node_Mesh< double > * | ptr_to_mesh, |
| std::string | desc = "" |
||
| ) |
Definition at line 52 of file TrackerFile.cpp.
| void CppNoddy::TrackerFile::set_filename | ( | std::string | filename | ) |
Definition at line 70 of file TrackerFile.cpp.
References m_dumpFile.
Referenced by main().
| void CppNoddy::TrackerFile::update | ( | ) |
Definition at line 118 of file TrackerFile.cpp.
References m_dumpFile.
Referenced by main().
|
mutableprotected |
Definition at line 52 of file TrackerFile.h.
Referenced by header(), newline(), precision(), set_filename(), TrackerFile(), update(), and ~TrackerFile().
1.9.5
© 2012
R.E. Hewitt