9 #ifndef RMF_DECORATOR_H
10 #define RMF_DECORATOR_H
12 #include "RMF/config.h"
15 #include "internal/SharedData.h"
32 std::shared_ptr<internal::SharedData> data_;
36 : id_(handle.
get_id()), data_(handle.get_shared_data()) {};
41 RMF_SHOWABLE(
Decorator, get_node().get_name());
A handle for a particular node in the hierarchy.
The base class for decorators.
A handle for a particular node in a read-only hierarchy.
The base class for Factories.
Declaration of NodeConstHandle.
Declaration of NodeHandle.
Various general useful macros for IMP.