ODIN
|
#include <seqclass.h>
Public Member Functions | |
SeqClass & | set_temporary () |
Public Member Functions inherited from Labeled | |
Labeled (const STD_string &label="unnamed") | |
Labeled & | set_label (const STD_string &label) |
const STD_string & | get_label () const |
Labeled & | operator= (const Labeled &l) |
Protected Member Functions | |
void | marshall_error () const |
virtual void | clear_container () |
virtual bool | prep () |
Static Protected Member Functions | |
static void | clear_temporary () |
static void | clear_containers () |
Friends | |
class | SeqOperator |
class | SeqMethod |
class | SeqMethodProxy |
class | SystemInterface |
class | SeqPlatformProxy |
This is the base class for all Seq* classes. It provides functions that are common to all classes of the sequence library, e.g. functions for error/debug message handling and acces to proxies, i.e. geometryInfo, studyInfo and systemInfo.
Definition at line 62 of file seqclass.h.
|
inlineprotectedvirtual |
Overload this function in case the class is a container object, i.e. it contains other sequence objects. The function should clear all references to other sequence objects, i.e. to thos it contains.
Reimplemented in SeqObjVector, SeqObjList, SeqDiffWeightFlowComp, SeqDiffWeight, SeqDecoupling, and SeqCounter.
Definition at line 102 of file seqclass.h.
|
staticprotected |
Clear the contents of all container objects
|
staticprotected |
Delete all temporary objects
|
protected |
Writes a marshalling error, i.e. mashalling without appropriate sub-object, to the log
|
inlineprotectedvirtual |
Overload this function to prepare objects before the measurement. This function will then be called automatically after editing the sequence parameters and before the measurement is started. This function should not alter the physical properties of the sequence object, e.g. its duration.
Reimplemented in SeqObjList, SeqFreqChan, SeqCounter, and SeqBlSiegPrep.
Definition at line 116 of file seqclass.h.
SeqClass& SeqClass::set_temporary | ( | ) |
Mark object as temporary so that it will be deleted automatically