10 #define IMPRMF_LINKS_H
12 #include <IMP/rmf/rmf_config.h>
13 #include <RMF/NodeHandle.h>
14 #include <RMF/FileHandle.h>
20 IMPRMF_BEGIN_NAMESPACE
40 virtual void do_load(RMF::FileConstHandle fh) = 0;
44 void load(RMF::FileConstHandle fh) {
64 virtual void do_save(RMF::FileHandle hf) = 0;
68 void save(RMF::FileHandle fh) {
Various general useful macros for IMP.
void set_was_used(bool tf) const
#define IMP_OBJECT_LOG
Set the log level to the object's log level.
Logging and error reporting support.
Common base class for heavy weight IMP objects.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
A nullptr-initialized pointer to an IMP Object.
A shared base class to help in debugging and things.
#define IMP_REF_COUNTED_NONTRIVIAL_DESTRUCTOR(Name)