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

mitkVolumeSplatPerspective.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 __mitkVolumeSplatPerspective_h
00012 #define __mitkVolumeSplatPerspective_h
00013 
00014 #include "mitkVolumeSplatFunction.h"
00015 
00020 class MITK_VISUALIZATION_API mitkVolumeSplatPerspective : public mitkVolumeSplatFunction
00021 {
00022 public:
00023     MITK_TYPE(mitkVolumeSplatPerspective, mitkVolumeSplatFunction)
00024 
00025     virtual void PrintSelf(ostream &os);
00026 
00030     mitkVolumeSplatPerspective();
00031 
00038     virtual bool IsParallel(){ return false; }
00039 
00043     virtual void Splat(mitkSplat *splatInform);
00044 
00045 protected:
00046     virtual ~mitkVolumeSplatPerspective();
00047 
00048 private:
00049     mitkVolumeSplatPerspective(const mitkVolumeSplatPerspective&);
00050     void operator = (const mitkVolumeSplatPerspective&);
00051 
00052 };
00053 
00054 
00055 //#define DEFINED_mitkVolumeSplatPerspective
00056 
00057 
00058 
00059 #endif
00060 

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