00001
00002
00003
00004
00005
00006
00007
00008
00009
00011
00012 #ifndef ALGSLICESRLIST_H
00013 #define ALGSLICESRLIST_H
00014
00015 #include "Algorithm/AlgBase.h"
00016
00017 class AlgSliceSRList : public AlgBase
00018 {
00019
00020 public:
00021 AlgSliceSRList();
00022 virtual ~AlgSliceSRList();
00023 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00024 virtual void SlicetheSnarl(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00025 virtual void SlicetheSnarl_ASAP(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00026 virtual void SlicetheSnarl_MST(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00027 virtual void PassAll(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00028 virtual void Trace(const char *c) const;
00029
00030 ClassDef(AlgSliceSRList,1)
00031
00032 };
00033
00034 #endif // ALGSLICESRLIST_H