vtkGDCMTesting.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkGDCMTesting.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00015 // .NAME vtkGDCMTesting - GDCM Testing
00016 // .SECTION Description
00017 // GDCM Testing
00018 
00019 // .SECTION See Also
00020 // vtkTesting
00021 
00022 #ifndef VTKGDCMTESTING_H
00023 #define VTKGDCMTESTING_H
00024 
00025 #include "vtkObject.h"
00026 
00027 class VTK_EXPORT vtkGDCMTesting : public vtkObject
00028 {
00029 public:
00030   static vtkGDCMTesting *New();
00031   vtkTypeRevisionMacro(vtkGDCMTesting,vtkObject);
00032   void PrintSelf(ostream& os, vtkIndent indent);
00033 
00034   static const char *GetVTKDataRoot();
00035   static const char *GetGDCMDataRoot();
00036 
00037 protected:
00038   vtkGDCMTesting();
00039   ~vtkGDCMTesting();
00040 
00041 private:
00042   vtkGDCMTesting(const vtkGDCMTesting&);  // Not implemented.
00043   void operator=(const vtkGDCMTesting&);  // Not implemented.
00044 };
00045 
00046 #endif
00047 

Generated on Sat Dec 4 2010 08:58:49 for GDCM by doxygen 1.7.2
SourceForge.net Logo