15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeCore/Str.h" 37 void setTitle(
const Str& title);
39 Str description()
const;
40 void setDescription(
const Str& description);
43 void setFilename(
const Str& filename);
45 Str sourceFilename()
const;
46 void setSourceFilename(
const Str& filename);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
SolutionType
Type of the solution run to produce the result database.
Definition: Base.h:129
SimulationType
Type of the simulation run to produce the result database.
Definition: Base.h:115
Simple class containing metadata info for the simulation that produced the model database.
Definition: SimulationInfo.h:26