RAIDA  1.9.0
ITupleEntry.h
1 // -*- C++ -*-
2 // AID-GENERATED
3 // =========================================================================
4 // This class was generated by AID - Abstract Interface Definition
5 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it.
6 // =========================================================================
7 #ifndef AIDA_ITUPLEENTRY_H
8 #define AIDA_ITUPLEENTRY_H 1
9 
10 // This file is part of the AIDA library
11 // Copyright (C) 2002 by the AIDA team. All rights reserved.
12 // This library is free software and under the terms of the
13 // GNU Library General Public License described in the LGPL.txt
14 
15 namespace AIDA {
16 
25 class ITupleEntry {
26 
27 public:
29  virtual ~ITupleEntry() { /* nop */; }
30 }; // class
31 } // namespace AIDA
32 #endif /* ifndef AIDA_ITUPLEENTRY_H */
virtual ~ITupleEntry()
Destructor.
Definition: ITupleEntry.h:29
Style for the part of the scene representing the data (then histograms, functions, data point sets).
Definition: ITupleEntry.h:25