BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
moleculeObjectCreator.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 
5 #ifndef BALL_CONCEPT_MOLECULEOBJECTCREATOR_H
6 #define BALL_CONCEPT_MOLECULEOBJECTCREATOR_H
7 
8 #ifndef BALL_CONCEPT_OBJECTCREATOR_H
10 #endif
11 
12 namespace BALL
13 {
26  {
27  public:
28 
32 
36  ;
37 
39 
42 
45  virtual ~MoleculeObjectCreator()
46  ;
47 
51  virtual void clear()
52  ;
53 
55 
58 
67  virtual void initPersistenceManager(TextPersistenceManager &pm)
68  ;
69 
80  virtual Composite *convertObject(PersistentObject &po)
81  ;
83  };
84 
85 } // namespace BALL
86 
87 #endif // BALL_CONCEPT_MOLECULEOBJECTCREATOR_H