IGSTK
/tmp/buildd/igstk-4.4.0/Source/igstkUSImageReader.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Image Guided Surgery Software Toolkit
00004   Module:    $RCSfile: igstkUSImageReader.h,v $
00005   Language:  C++
00006   Date:      $Date: 2008-02-11 01:41:51 $
00007   Version:   $Revision: 1.5 $
00008 
00009   Copyright (c) ISC  Insight Software Consortium.  All rights reserved.
00010   See IGSTKCopyright.txt or http://www.igstk.org/copyright.htm for details.
00011 
00012      This software is distributed WITHOUT ANY WARRANTY; without even
00013      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00014      PURPOSE.  See the above copyright notices for more information.
00015 
00016 =========================================================================*/
00017 #ifndef __igstkUSImageReader_h
00018 #define __igstkUSImageReader_h
00019 
00020 #include "igstkDICOMImageReader.h"
00021 #include "igstkUSImageObject.h"
00022 
00023 namespace igstk
00024 {
00025 
00038 class USImageReader : public DICOMImageReader< USImageObject >
00039 {
00040 
00041 public:
00042 
00044   igstkStandardClassTraitsMacro( USImageReader, 
00045                                  DICOMImageReader< USImageObject > )
00046 
00047 protected:
00048 
00049   USImageReader( void );
00050   virtual ~USImageReader( void );
00051 
00053   bool CheckModalityType( DICOMInformationType modality );
00054 
00056   void PrintSelf( std::ostream& os, itk::Indent indent ) const; 
00057 
00058 private:
00059   
00062   USImageReader(const Self&);         //purposely not implemented
00063   void operator=(const Self&);        //purposely not implemented
00064 
00065 
00066 };
00067 
00068 } // end namespace igstk
00069 
00070 #endif // __igstkUSImageReader_h