CERN Accelerating science

This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

IDataPointSet.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // AID-GENERATED
00003 // =========================================================================
00004 // This class was generated by AID - Abstract Interface Definition          
00005 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. 
00006 // =========================================================================
00007 #ifndef AIDA_IDATAPOINTSET_H
00008 #define AIDA_IDATAPOINTSET_H 1
00009 
00010 //  This file is part of the AIDA library
00011 //  Copyright (C) 2002 by the AIDA team.  All rights reserved.
00012 //  This library is free software and under the terms of the
00013 //  GNU Library General Public License described in the LGPL.txt 
00014 
00015 #include <string>
00016 
00017 namespace AIDA {
00018 
00019 class IAnnotation;
00020 class IDataPoint;
00021 
00030 class IDataPointSet {
00031 
00032 public: 
00034     virtual ~IDataPointSet() { /* nop */; }
00035 
00041     virtual IAnnotation & annotation() = 0;
00042 
00043     virtual const IAnnotation & annotation() const = 0;
00044 
00050     virtual const std::string & title() const = 0;
00051 
00058     virtual bool setTitle(const std::string & title) = 0;
00059 
00065     virtual int dimension() const = 0;
00066 
00072     virtual void clear() = 0;
00073 
00080     virtual int size() const = 0;
00081 
00088     virtual IDataPoint * point(int index) = 0;
00089 
00090     virtual const IDataPoint * point(int index) const = 0;
00091 
00097     virtual bool addPoint() = 0;
00098 
00106     virtual bool addPoint(const IDataPoint & point) = 0;
00107 
00114     virtual bool removePoint(int index) = 0;
00115 
00133     virtual double lowerExtent(int coord) const = 0;
00134 
00152     virtual double upperExtent(int coord) const = 0;
00153 
00161     virtual bool scale(double scaleFactor) = 0;
00162 
00170     virtual bool scaleValues(double scaleFactor) = 0;
00171 
00179     virtual bool scaleErrors(double scaleFactor) = 0;
00180 }; // class
00181 }; // namespace AIDA
00182 #endif /* ifndef AIDA_IDATAPOINTSET_H */

Generated at Tue Feb 18 15:48:23 2003 for AIDA_Interfaces by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001