// -*- C++ -*- // AID-GENERATED // ========================================================================= // This class was generated by AID - Abstract Interface Definition // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. // ========================================================================= #ifndef HEPREP_HEPREPVIEWER_H #define HEPREP_HEPREPVIEWER_H 1 // Copyright 2000-2005, FreeHEP. namespace HEPREP { class HepRep; /** * The HepRepViewer interface. * * @author Mark Donszelmann */ class HepRepViewer { public: /// Destructor. virtual ~HepRepViewer() { /* nop */; } /** * Display a heprep * */ virtual void display(HepRep heprep) = 0; }; // class } // namespace HEPREP #endif /* ifndef HEPREP_HEPREPVIEWER_H */