26 #ifndef __stir_RegisteredObjectBase_H__ 27 # define __stir_RegisteredObjectBase_H__ 52 virtual std::string get_registered_name()
const = 0;
A base class for objects that want to be able to parse parameter files.
Definition: ParsingObject.h:44
Declaration of class stir::ParsingObject.
Base class for all classes that can parse .par files (and more?)The only reason that this class exist...
Definition: RegisteredObjectBase.h:40