Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkTimeProbesCollectorBase.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Insight Segmentation & Registration Toolkit
00004   Module:    $RCSfile: itkTimeProbesCollectorBase.h,v $
00005   Language:  C++
00006   Date:      $Date: 2008-11-02 16:55:35 $
00007   Version:   $Revision: 1.10 $
00008 
00009   Copyright (c) Insight Software Consortium. All rights reserved.
00010   See ITKCopyright.txt or http://www.itk.org/HTML/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 __itkTimeProbesCollectorBase_h
00018 #define __itkTimeProbesCollectorBase_h
00019 
00020 
00021 #include "itkMacro.h"
00022 #include "itkTimeProbe.h"
00023 #include "itkResourceProbesCollectorBase.h"
00024 
00025 namespace itk
00026 {
00027 
00038 class ITKCommon_EXPORT TimeProbesCollectorBase : public ResourceProbesCollectorBase<TimeProbe>
00039 {
00040 public:
00042   TimeProbesCollectorBase();
00043 
00045   virtual ~TimeProbesCollectorBase();
00046 };
00047 
00048 }
00049 
00050 #endif //__itkTimeProbesCollectorBase_h
00051 

Generated at Tue Sep 15 05:09:15 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000