Go to the documentation of this file.00001 #ifndef MITKOBJECTOBSERVER_H
00002 #define MITKOBJECTOBSERVER_H
00003
00004 #include <itkObject.h>
00005 #include "mitkSetObserver.h"
00006
00007 namespace mitk
00008 {
00009
00015 struct ObjectObserver: public SetObserver<itk::Object*>
00016 {
00017 };
00018 }
00019
00020 #endif // MITKOBJECTOBSERVER_H