/usr/include/openturns/swig/Last_doc.i is in libopenturns-dev 1.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | %feature("docstring") OT::Last
"Last history storage strategy.
Available constructors:
Last(*N*)
Parameters
----------
N : integer
Number of points to store.
See also
--------
HistoryStrategy, Compact, Null, Full
Notes
-----
The last strategy stores only the *N* last points."
// ---------------------------------------------------------------------
%feature("docstring") OT::Last::getHasWrapped
"Accessor to a wrapped flag.
Returns
-------
wrapped : bool
Return *True* if the storage has been wrapped."
// ---------------------------------------------------------------------
%feature("docstring") OT::Last::getIndex
"Accessor to the index.
Returns
-------
index : integer
The index of the storage position."
// ---------------------------------------------------------------------
%feature("docstring") OT::Last::getMaximumSize
"Accessor to the maximum size of the storage strategy.
Returns
-------
N : integer
The maximum number of points to store."
|