(Last Changed on June
23,
2017 for git-revision a044557dfcf7e530be7a47639cc5686c6cf5628d.)
Go to the source code of this file.
|
ostream & | operator<< (const ostream &output, const i3_array &iarr3) |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
|
|
istream & | operator>> (const istream &input, const i3_array &iarr3) |
| Read to iarr3 from input stream. More...
|
|
ostream& operator<< |
( |
const ostream & |
output, |
|
|
const i3_array & |
iarr3 |
|
) |
| |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Save iarr3 to output stream.
- Parameters
-
Definition at line 26 of file i3_io.cpp.
istream& operator>> |
( |
const istream & |
input, |
|
|
const i3_array & |
iarr3 |
|
) |
| |
Read to iarr3 from input stream.
- Parameters
-
Definition at line 48 of file i3_io.cpp.