Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AlgStripListFromSliceList.h

Go to the documentation of this file.
00001 
00002 // $Id: AlgStripListFromSliceList.h,v 1.1 2005/05/19 17:55:33 tagg Exp $
00003 //
00004 // AlgStripListFromSliceList.h
00005 //
00006 // The boilerplate code for a slicer.
00007 //
00008 //
00010 
00011 #ifndef ALGSTRIPLISTFROMSLICELIST_H
00012 #define ALGSTRIPLISTFROMSLICELIST_H
00013 
00014 #include "Algorithm/AlgBase.h"
00015 
00016 class AlgStripListFromSliceList : public AlgBase
00017 {
00018 
00019 public:
00020    AlgStripListFromSliceList();
00021    virtual ~AlgStripListFromSliceList();
00022    virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00023    virtual void Trace(const char *c) const;
00024  
00025 
00026 ClassDef(AlgStripListFromSliceList,2)                            //  Algorithm Class
00027 
00028 
00029 
00030 };
00031 
00032 #endif                                                     // ALGSTRIPFROMSLICE_H

Generated on Mon Feb 15 11:06:20 2010 for loon by  doxygen 1.3.9.1