BALL 1.5.0
Loading...
Searching...
No Matches
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
12namespace BALL
13{
26 {
27 public:
28
32
36 ;
37
39
42
46 ;
47
51 virtual void clear()
52 ;
53
55
58
68 ;
69
81 ;
83 };
84
85} // namespace BALL
86
87#endif // BALL_CONCEPT_MOLECULEOBJECTCREATOR_H
virtual void initPersistenceManager(TextPersistenceManager &pm)
virtual Composite * convertObject(PersistentObject &po)
#define BALL_EXPORT