152 #ifndef Foam_functionObjects_graphFunctionObject_H 153 #define Foam_functionObjects_graphFunctionObject_H 163 namespace functionObjects
170 class graphFunctionObject
172 public stateFunctionObject,
187 List<string> titles_;
193 List<string> dashes_;
196 DynamicList<scalar> times_;
199 DynamicList<DynamicList<scalar>> values_;
202 List<DynamicList<label>> objectToCol_;
217 const string xlabel_;
220 const string ylabel_;
229 const label strokeWidth_;
238 const bool drawGrid_;
246 bool getValue(
const label objecti, label& valuei);
259 graphFunctionObject(
const graphFunctionObject&) =
delete;
262 void operator=(
const graphFunctionObject&) =
delete;
275 const dictionary&
dict 288 virtual bool write();
virtual ~graphFunctionObject()=default
Destructor.
const word & name() const noexcept
Return the name of this functionObject.
TypeName("graphFunctionObject")
Runtime type information.
virtual bool execute()
Execute.
virtual bool write()
Write.
List< word > wordList
List of word.