~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to lib/src/Base/Stat/HistoryStrategyImplementation.hxx

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-05-10 17:27:55 UTC
  • mfrom: (1.1.4 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100510172755-cb5ynskknqqi5rhp
Tags: 0.13.2-2ubuntu1
* Merge with Debian testing. No changes left.
* ubuntu_fix-python-2.6.patch: fix detection of python 2.6 libs, to not use
  LOCALMODLIBS. This pulls a dependency on SSL and makes the package FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *  simulation algorithms. It delegates to its children the effective
6
6
 *  history strategy.
7
7
 *
8
 
 *  (C) Copyright 2005-2007 EDF-EADS-Phimeca
 
8
 *  (C) Copyright 2005-2010 EDF-EADS-Phimeca
9
9
 *
10
10
 *  This library is free software; you can redistribute it and/or
11
11
 *  modify it under the terms of the GNU Lesser General Public
22
22
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23
23
 *
24
24
 *  @author: $LastChangedBy: dutka $
25
 
 *  @date:   $LastChangedDate: 2009-05-28 14:47:53 +0200 (jeu. 28 mai 2009) $
26
 
 *  Id:      $Id: HistoryStrategyImplementation.hxx 1262 2009-05-28 12:47:53Z dutka $
 
25
 *  @date:   $LastChangedDate: 2010-02-04 16:44:49 +0100 (jeu. 04 févr. 2010) $
 
26
 *  Id:      $Id: HistoryStrategyImplementation.hxx 1473 2010-02-04 15:44:49Z dutka $
27
27
 */
28
28
#ifndef OPENTURNS_HISTORYSTRATEGYIMPLEMENTATION_HXX
29
29
#define OPENTURNS_HISTORYSTRATEGYIMPLEMENTATION_HXX
53
53
 
54
54
      public:
55
55
 
56
 
        typedef Type::NumericalPoint NumericalPoint;
 
56
        typedef Type::NumericalPoint NumericalPoint;
 
57
        typedef Common::StorageManager           StorageManager;
57
58
 
58
59
        /** Constructor with parameters */
59
60
        explicit HistoryStrategyImplementation();
70
71
        /** History sample accessor */
71
72
        virtual NumericalSample getSample() const;
72
73
 
73
 
        /** String converter */
74
 
        virtual String __repr__() const;
 
74
        /** String converter */
 
75
        virtual String __repr__() const;
 
76
 
 
77
        /** Method save() stores the object through the StorageManager */
 
78
        virtual void save(StorageManager::Advocate & adv) const;
 
79
 
 
80
        /** Method load() reloads the object from the StorageManager */
 
81
        virtual void load(StorageManager::Advocate & adv);
75
82
 
76
83
      protected:
77
84
        /** Data container */