SignImageViewer.h

Go to the documentation of this file.
00001 /*
00002  *
00003  * Program:   Slicer Image-Guided Navigator (The SIGN)
00004  * Module:    $RCSfile: SignImageViewer.h,v $
00005  */
00017 #ifndef __SIGNIMAGEVIEWER_H
00018 #define __SIGNIMAGEVIEWER_H
00019 
00020 #include <vtkImageViewer2.h>
00021 
00022 #include <SignDLL.h>
00023 
00024 class SIGN_EXPORT SignImageViewer : public vtkImageViewer2
00025 {
00026 public:
00027   vtkTypeRevisionMacro(SignImageViewer,vtkImageViewer2);
00029         static SignImageViewer *New();
00030 
00032 
00033         void InstallPipeline();
00034 
00035 protected:
00036   SignImageViewer(){};
00037   ~SignImageViewer();
00038 
00039 
00040 };
00041 
00042 #endif

Generated on Mon Feb 26 12:11:16 2007 for TheSIGN by  doxygen 1.4.6