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

AlgChopListGeneric.h

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

Generated on Thu Nov 1 15:51:40 2007 for loon by  doxygen 1.3.9.1