|
| virtual MEDFileParameter1TS * | deepCopy () const |
| |
| std::string | getClassName () const override |
| |
| std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
| |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| |
| std::string | getName () const |
| |
| virtual bool | isEqual (const MEDFileParameter1TS *other, double eps, std::string &what) const |
| |
| void | setName (const std::string &name) |
| |
| virtual std::string | simpleRepr () const |
| |
| void | write (const std::string &fileName, int mode) const |
| |
| MEDFileParameter1TS * | deepCopy () const |
| |
| std::string | getClassName () const override |
| |
| std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
| |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| |
| double | getValue () const |
| |
| bool | isEqual (const MEDFileParameter1TS *other, double eps, std::string &what) const |
| |
| void | readValue (med_idt fid, const std::string &name) |
| |
| void | setValue (double val) |
| |
| std::string | simpleRepr () const |
| |
| virtual MEDFileParameter1TS * | deepCopy () const =0 |
| |
| int | getIteration () const |
| |
| int | getOrder () const |
| |
| double | getTime (int &dt, int &it) |
| |
| double | getTimeValue () const |
| |
| virtual bool | isEqual (const MEDFileParameter1TS *other, double eps, std::string &what) const |
| |
| virtual void | readValue (med_idt fid, const std::string &name)=0 |
| |
| void | setIteration (int it) |
| |
| void | setOrder (int order) |
| |
| void | setTime (int dt, int it, double time) |
| |
| void | setTimeValue (double time) |
| |
| virtual void | simpleRepr2 (int bkOffset, std::ostream &oss) const =0 |
| |
| virtual void | writeAdvanced (med_idt fid, const std::string &name, const MEDFileWritable &mw) const =0 |
| |
| bool | decrRef () const |
| |
| int | getRCValue () const |
| |
| void | incrRef () const |
| |
| RefCountObjectOnly & | operator= (const RefCountObjectOnly &other) |
| |
| std::string | debugHeapMemorySize () const |
| |
| std::vector< const BigMemoryObject * > | getAllTheProgeny () const |
| |
| virtual std::string | getClassName () const |
| |
| std::vector< const BigMemoryObject * > | getDirectChildren () const |
| |
| virtual std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const =0 |
| |
| std::size_t | getHeapMemorySize () const |
| |
| std::string | getHeapMemorySizeStr () const |
| |
| virtual std::size_t | getHeapMemorySizeWithoutChildren () const =0 |
| |
| bool | isObjectInTheProgeny (const BigMemoryObject *obj) const |
| |
| virtual | ~BigMemoryObject () |
| |
| std::string | getDescription () const |
| |
| std::size_t | getHeapMemSizeOfStrings () const |
| |
| std::string | getTimeUnit () const |
| |
| bool | isEqualStrings (const MEDFileParameterTinyInfo &other, std::string &what) const |
| |
| void | setDescription (const std::string &name) |
| |
| void | setTimeUnit (const std::string &unit) |
| |
|
| void | finishLoading (med_idt fid, const std::string &name, int dt, int it, int nbOfSteps) |
| |
| void | finishLoading (med_idt fid, const std::string &name, int timeStepId) |
| |
| | MEDFileParameterDouble1TSWTI () |
| |
| | MEDFileParameterDouble1TSWTI (int iteration, int order, double time) |
| |
| void | simpleRepr2 (int bkOffset, std::ostream &oss) const |
| |
| void | writeAdvanced (med_idt fid, const std::string &name, const MEDFileWritable &mw) const |
| |
| | MEDFileParameter1TS () |
| |
| | MEDFileParameter1TS (int iteration, int order, double time) |
| |
| | RefCountObject () |
| |
| | RefCountObject (const RefCountObject &other) |
| |
| virtual | ~RefCountObject () |
| |
| | RefCountObjectOnly () |
| |
| | RefCountObjectOnly (const RefCountObjectOnly &other) |
| |
| virtual | ~RefCountObjectOnly () |
| |
| void | mainRepr (int bkOffset, std::ostream &oss) const |
| |
| void | writeLLHeader (med_idt fid, med_parameter_type typ) const |
| |
| double | _arr |
| |
| int | _iteration |
| |
| int | _order |
| |
| double | _time |
| |
| std::string | _desc_name |
| |
| std::string | _dt_unit |
| |
| std::string | _name |
| |