 class  Thing
  class  Thing  superclass of all identifiable things that can be written to file.
|  enum | AssocType possible types in the assoclist. | 
|   | Thing () | 
|   | Thing (const Thing &s) | 
|  virtual | ~Thing () | 
|  unsigned  long | GetId () | 
|  void | SetId (unsigned long val) | 
|  virtual  bool | IsSubject () const | 
|  virtual  bool | IsShape () const | 
|  virtual  bool | IsView () const | 
|  virtual  int | GetClassType () const return code of the lowest class. | 
|  void | Write (OutputFile *ofile) write thing to file ofile. | 
|  virtual  bool | ReadMembers (InputFile *, double) read from input file. The second param is the read file format. | 
|  virtual  bool | SetReferences (AssocList *) update references when thing is read. | 
|  virtual  bool | CheckReferences () Check member references. | 
superclass of all identifiable things that can be written to file.
 Thing()
  Thing()
 
 
 
 
 
 
 
 
 
 
 Thing(const Thing &s)
  Thing(const Thing &s)
 virtual  ~Thing()
 virtual  ~Thing()
 unsigned  long  GetId()
 unsigned  long  GetId()
 void  SetId(unsigned long val)
 void  SetId(unsigned long val)
 virtual  bool  IsSubject() const
 virtual  bool  IsSubject() const 
 virtual  bool  IsShape() const
 virtual  bool  IsShape() const 
 virtual  bool  IsView() const
 virtual  bool  IsView() const 
 virtual  int  GetClassType() const
 virtual  int  GetClassType() const 
 void  Write(OutputFile *ofile)
 void  Write(OutputFile *ofile)
 virtual  bool  ReadMembers(InputFile *, double)
 virtual  bool  ReadMembers(InputFile *, double)
 virtual  bool  SetReferences(AssocList *)
 virtual  bool  SetReferences(AssocList *)
alphabetic index hierarchy of classes
 
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de