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 #include "gdcmTypes.h" // GDCM_EXPORT
00027 
00028 class VTK_EXPORT vtkGDCMTesting : public vtkObject
00029 {
00030 public:
00031   static vtkGDCMTesting *New();
00032   vtkTypeRevisionMacro(vtkGDCMTesting,vtkObject);
00033   void PrintSelf(ostream& os, vtkIndent indent);
00034 
00035   static const char *GetVTKDataRoot();
00036   static const char *GetGDCMDataRoot();
00037 
00038 protected:
00039   vtkGDCMTesting();
00040   ~vtkGDCMTesting();
00041 
00042 private:
00043   vtkGDCMTesting(const vtkGDCMTesting&);  // Not implemented.
00044   void operator=(const vtkGDCMTesting&);  // Not implemented.
00045 };
00046 
00047 #endif
00048 

Generated on Thu Jul 1 06:40:28 2010 for GDCM by doxygen 1.6.3
SourceForge.net Logo