Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkSource.h

00001 /*=========================================================================
00002 
00003   Program:   3DMed
00004   Date:      $Date: 2014-02-25 18:30:00 +0800 $
00005   Version:   $Version: 4.6.0 $
00006   Copyright: MIPG, Institute of Automation, Chinese Academy of Sciences
00007 
00008 =========================================================================*/
00009 
00010 
00011 #ifndef __mitkSource_h
00012 #define __mitkSource_h
00013 
00014 #include "mitkProcessObject.h"
00015 
00021 class MITK_COMMON_API mitkSource : public mitkProcessObject
00022 {
00023 public:
00024     MITK_TYPE(mitkSource,mitkProcessObject)
00025 
00026     virtual void PrintSelf(ostream& os);    
00027 
00028 protected:
00029     mitkSource();
00030     virtual ~mitkSource();
00031     
00032 private:
00033     mitkSource(const mitkSource&);
00034     void operator=(const mitkSource&);
00035 
00036 };
00037 
00038 
00039 
00040 //#define DEFINED_mitkSource
00041 
00042 
00043 
00044 #endif
00045 
00046 
00047 
00048 
00049 

Generated on Tue Feb 25 15:00:37 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3