(Last Changed on June
22,
2017 for git-revision 357d7c240e700f212abee1604f8b140591769880.)
Go to the source code of this file.
|
ostream & | operator<< (const ostream &output, const d3_array &arr3) |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
|
|
istream & | operator>> (const istream &input, const d3_array &arr3) |
| Read values from input stream into arr3. More...
|
|
ostream& operator<< |
( |
const ostream & |
output, |
|
|
const d3_array & |
arr3 |
|
) |
| |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Saves values from arr3 to output stream.
- Parameters
-
Definition at line 26 of file d3_io.cpp.
istream& operator>> |
( |
const istream & |
input, |
|
|
const d3_array & |
arr3 |
|
) |
| |
Read values from input stream into arr3.
- Parameters
-
Definition at line 60 of file d3_io.cpp.