21 #define __USE_IOSTREAM__
25 #include <iostream.hpp>
26 #include <iomanip.hpp>
27 #include <fstream.hpp>
28 #define __USE_IOSTREAM__
34 #ifdef __USE_IOSTREAM__
67 for (
int i=mmin;i<=mmax;i++)
69 s.write((
char*)&((*
this)[i]),
sizeof(
double) );
82 for (
int i=mmin;i<=mmax;i++)
84 s.read((
char*)&((*
this)[i]),
sizeof(
double) );
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
void write_on(const ostream &) const
Description not yet available.
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.
Description not yet available.
void read_from(const uistream &)
Description not yet available.