#include <CPTensorConf.h>
Public Member Functions | |
| void | GetData (std::ifstream &instream) |
| void | GetData (std::string filename) |
| void | WriteData (std::ofstream &outstream) |
| void | WriteData (std::string filename) |
| CPTensorConf (std::string filename) | |
| CPTensorConf () | |
Public Attributes | |
| double | scalefactor |
| bool | normalize |
| bool | writetensor |
| bool | writeserialparallel |
| bool | calcerr |
Definition at line 5 of file CPTensorConf.h.
| CPTensorConf::CPTensorConf | ( | std::string | filename | ) | [inline] |
| CPTensorConf::CPTensorConf | ( | ) | [inline] |
Definition at line 17 of file CPTensorConf.h.
| void CPTensorConf::GetData | ( | std::string | filename | ) |
| void CPTensorConf::GetData | ( | std::ifstream & | instream | ) |
Definition at line 16 of file CPTensorConf.cpp.
References calcerr, normalize, scalefactor, writeserialparallel, and writetensor.
Referenced by CPTensorConf(), and GetData().
| void CPTensorConf::WriteData | ( | std::string | filename | ) |
| void CPTensorConf::WriteData | ( | std::ofstream & | outstream | ) |
Definition at line 33 of file CPTensorConf.cpp.
References calcerr, normalize, scalefactor, writeserialparallel, and writetensor.
Referenced by WriteData().
1.5.8