|
Documentation for OpenFLUID
2.2.0
|
Read of ghost simulators signatures in old XML format
#include <waresdev/SimulatorSignatureXMLReader.hpp>
Public Member Functions | |
| SimulatorSignatureXMLReader ()=delete | |
Static Public Member Functions | |
| static bool | loadFromFile (const std::string &FilePath, openfluid::ware::SimulatorSignature &Signature) |
Static Public Attributes | |
| static std::string const | FormatVersion |
|
delete |
|
static |
Loads a signature of a ghost simulator from a file
| [in] | FilePath | The path to the file to load |
| [out] | Signature | The signature loaded from file |
|
inlinestatic |