21 #define __USE_IOSTREAM__
25 #include <iostream.hpp>
26 #include <iomanip.hpp>
27 #include <fstream.hpp>
28 #define __USE_IOSTREAM__
39 ostream& ostr=(ostream&) _ostr;
51 ostream& s=(ostream&) _s;
52 #ifdef __USE_IOSTREAM__
53 using std::streamsize;
54 streamsize new_w = s.width();
55 streamsize new_p = s.precision();
56 #if !defined(__cplusplus)
57 long new_form = s.flags();
59 ios::fmtflags new_form = s.flags();
61 char new_fill = s.fill();
65 #ifdef __USE_IOSTREAM__
74 s <<
" " << (*this)[i];
86 istream& istr= (istream&) _istr;
98 istream& s= (istream&) _s;
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
void write_on(const ostream &) const
Description not yet available.
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
istream & operator>>(const istream &input, const d3_array &arr3)
Read values from input stream into arr3.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
void read_from(const uistream &)
Description not yet available.