Open Qmin
0.8.0
GPU-accelerated Q-tensor-based liquid crystal simulations
|
#include <fileGenerator.h>
Public Member Functions | |
fileGenerator () | |
void | initialize () |
void | save () |
void | addLine (string _line) |
Public Attributes | |
vector< string > | lines |
string | outputName |
|
inline |
void fileGenerator::initialize | ( | ) |
References addLine(), lines, and outputName.
void fileGenerator::save | ( | ) |
References lines, and outputName.
|
inline |
Referenced by initialize().
vector<string> fileGenerator::lines |
Referenced by initialize(), and save().
string fileGenerator::outputName |
Referenced by initialize(), and save().