1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
3 | <title>mixpp: itfile.h File Reference</title> |
---|
4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
6 | </head><body> |
---|
7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
8 | <script type="text/javascript"> |
---|
9 | <!-- |
---|
10 | function changeDisplayState (e){ |
---|
11 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
12 | var button=this.firstChild; |
---|
13 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
15 | sectionDiv.style.display='block'; |
---|
16 | button.src='open.gif'; |
---|
17 | }else{ |
---|
18 | sectionDiv.style.display='none'; |
---|
19 | button.src='closed.gif'; |
---|
20 | } |
---|
21 | } |
---|
22 | function initDynSections(){ |
---|
23 | var divs=document.getElementsByTagName('div'); |
---|
24 | var sectionCounter=1; |
---|
25 | for(var i=0;i<divs.length-1;i++){ |
---|
26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
27 | var header=divs[i]; |
---|
28 | var section=divs[i+1]; |
---|
29 | var button=header.firstChild; |
---|
30 | if (button!='IMG'){ |
---|
31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
32 | button=document.createElement('img'); |
---|
33 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
34 | } |
---|
35 | header.style.cursor='pointer'; |
---|
36 | header.onclick=changeDisplayState; |
---|
37 | header.id='dynheader'+sectionCounter; |
---|
38 | button.src='closed.gif'; |
---|
39 | section.id='dynsection'+sectionCounter; |
---|
40 | section.style.display='none'; |
---|
41 | section.style.marginLeft='14px'; |
---|
42 | sectionCounter++; |
---|
43 | } |
---|
44 | } |
---|
45 | } |
---|
46 | window.onload = initDynSections; |
---|
47 | --> |
---|
48 | </script> |
---|
49 | <div class="navigation" id="top"> |
---|
50 | <div class="tabs"> |
---|
51 | <ul> |
---|
52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
55 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
56 | <li class="current"><a href="files.html"><span>Files</span></a></li> |
---|
57 | </ul> |
---|
58 | </div> |
---|
59 | <div class="tabs"> |
---|
60 | <ul> |
---|
61 | <li><a href="files.html"><span>File List</span></a></li> |
---|
62 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
63 | </ul> |
---|
64 | </div> |
---|
65 | </div> |
---|
66 | <div class="contents"> |
---|
67 | <h1>itfile.h File Reference</h1>Definition of classes for the IT++ file format. |
---|
68 | <a href="#_details">More...</a> |
---|
69 | <p> |
---|
70 | <code>#include <<a class="el" href="vec_8h-source.html">itpp/base/vec.h</a>></code><br> |
---|
71 | <code>#include <<a class="el" href="array_8h-source.html">itpp/base/array.h</a>></code><br> |
---|
72 | <code>#include <<a class="el" href="binfile_8h-source.html">itpp/base/binfile.h</a>></code><br> |
---|
73 | <code>#include <<a class="el" href="itcompat_8h-source.html">itpp/base/itcompat.h</a>></code><br> |
---|
74 | |
---|
75 | <p> |
---|
76 | <a href="itfile_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
77 | <tr><td></td></tr> |
---|
78 | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> |
---|
79 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__file__base.html">itpp::it_file_base</a></td></tr> |
---|
80 | |
---|
81 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Base class for <a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a> and <a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a>. <a href="classitpp_1_1it__file__base.html#_details">More...</a><br></td></tr> |
---|
82 | <tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structitpp_1_1it__file__base_1_1data__header.html">itpp::it_file_base::it_file_base::data_header</a></td></tr> |
---|
83 | |
---|
84 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Data header structure. <a href="structitpp_1_1it__file__base_1_1data__header.html#_details">More...</a><br></td></tr> |
---|
85 | <tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structitpp_1_1it__file__base_1_1file__header.html">itpp::it_file_base::it_file_base::file_header</a></td></tr> |
---|
86 | |
---|
87 | <tr><td class="mdescLeft"> </td><td class="mdescRight">File header structure. <a href="structitpp_1_1it__file__base_1_1file__header.html#_details">More...</a><br></td></tr> |
---|
88 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__ifile.html">itpp::it_ifile</a></td></tr> |
---|
89 | |
---|
90 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The IT++ file format reading class. <a href="classitpp_1_1it__ifile.html#_details">More...</a><br></td></tr> |
---|
91 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__file.html">itpp::it_file</a></td></tr> |
---|
92 | |
---|
93 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The IT++ file format reading and writing class. <a href="classitpp_1_1it__file.html#_details">More...</a><br></td></tr> |
---|
94 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Name.html">itpp::Name</a></td></tr> |
---|
95 | |
---|
96 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Automatic naming when saving<p> |
---|
97 | An easy way to give a variable a name and optionally description when saving. Usage:. <a href="classitpp_1_1Name.html#_details">More...</a><br></td></tr> |
---|
98 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__file__base__old.html">itpp::it_file_base_old</a></td></tr> |
---|
99 | |
---|
100 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Base class for <a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a> and <a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a>. <a href="classitpp_1_1it__file__base__old.html#_details">More...</a><br></td></tr> |
---|
101 | <tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structitpp_1_1it__file__base__old_1_1data__header.html">itpp::it_file_base_old::it_file_base_old::data_header</a></td></tr> |
---|
102 | |
---|
103 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Data header structure. <a href="structitpp_1_1it__file__base__old_1_1data__header.html#_details">More...</a><br></td></tr> |
---|
104 | <tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structitpp_1_1it__file__base__old_1_1file__header.html">itpp::it_file_base_old::it_file_base_old::file_header</a></td></tr> |
---|
105 | |
---|
106 | <tr><td class="mdescLeft"> </td><td class="mdescRight">File header structure. <a href="structitpp_1_1it__file__base__old_1_1file__header.html#_details">More...</a><br></td></tr> |
---|
107 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__ifile__old.html">itpp::it_ifile_old</a></td></tr> |
---|
108 | |
---|
109 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The old (version 2) IT++ file format reading class. <a href="classitpp_1_1it__ifile__old.html#_details">More...</a><br></td></tr> |
---|
110 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__file__old.html">itpp::it_file_old</a></td></tr> |
---|
111 | |
---|
112 | <tr><td class="mdescLeft"> </td><td class="mdescRight">The old (version 2) IT++ file format reading and writing class. <a href="classitpp_1_1it__file__old.html#_details">More...</a><br></td></tr> |
---|
113 | <tr><td colspan="2"><br><h2>Defines</h2></td></tr> |
---|
114 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g35f2aec2508c48f64b9b9bf6d4c8d3a7"></a><!-- doxytag: member="itfile.h::it_save_var" ref="g35f2aec2508c48f64b9b9bf6d4c8d3a7" args="(v)" --> |
---|
115 | #define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g35f2aec2508c48f64b9b9bf6d4c8d3a7">it_save_var</a>(v) it_save_var_as(v,#v)</td></tr> |
---|
116 | |
---|
117 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A convenient macro. Calling <a class="el" href="group__itfile.html#g35f2aec2508c48f64b9b9bf6d4c8d3a7" title="A convenient macro. Calling it_save_var(M) saves M as 'M' in the file 'M...">it_save_var(M)</a> saves M as 'M' in the file 'M.it'. <br></td></tr> |
---|
118 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gfa96d51227248ab9b5e52e485e304230"></a><!-- doxytag: member="itfile.h::it_load_var" ref="gfa96d51227248ab9b5e52e485e304230" args="(v)" --> |
---|
119 | #define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gfa96d51227248ab9b5e52e485e304230">it_load_var</a>(v) it_load_var_as(v,#v)</td></tr> |
---|
120 | |
---|
121 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A convenient macro. Calling <a class="el" href="group__itfile.html#gfa96d51227248ab9b5e52e485e304230" title="A convenient macro. Calling it_load_var(M) loads M as 'M' in the file 'M...">it_load_var(M)</a> loads M as 'M' in the file 'M.it'. <br></td></tr> |
---|
122 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
---|
123 | <tr><td class="memItemLeft" nowrap align="right" valign="top">it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf29ff24134fbfa1030aafba47a7ff646">itpp::flush</a> (it_file &f)</td></tr> |
---|
124 | |
---|
125 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Flush operator<p> |
---|
126 | Flushes the data. Usage:. <a href="group__itfile.html#gf29ff24134fbfa1030aafba47a7ff646"></a><br></td></tr> |
---|
127 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5c9710a3993e2b606299ddd7ab9d9c86"></a><!-- doxytag: member="itfile.h::operator>>" ref="g5c9710a3993e2b606299ddd7ab9d9c86" args="(it_ifile &f, const Name &s)" --> |
---|
128 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5c9710a3993e2b606299ddd7ab9d9c86">itpp::operator>></a> (it_ifile &f, const Name &s)</td></tr> |
---|
129 | |
---|
130 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Finds the variable <code><a class="el" href="classitpp_1_1Name.html" title="Automatic naming when savingAn easy way to give a variable a name and optionally...">Name</a></code> in the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code>. Returns file pointer for reading. <br></td></tr> |
---|
131 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7cbab295c4ef85a515b073b0823f4095"></a><!-- doxytag: member="itfile.h::operator<<" ref="g7cbab295c4ef85a515b073b0823f4095" args="(it_file &f, const Name &s)" --> |
---|
132 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7cbab295c4ef85a515b073b0823f4095">itpp::operator<<</a> (it_file &f, const Name &s)</td></tr> |
---|
133 | |
---|
134 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Finds the variable <code><a class="el" href="classitpp_1_1Name.html" title="Automatic naming when savingAn easy way to give a variable a name and optionally...">Name</a></code> in the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code>. Returns file pointer for writing. <br></td></tr> |
---|
135 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g280f993271f63dd8cf170cc89e708e6e"></a><!-- doxytag: member="itfile.h::operator>>" ref="g280f993271f63dd8cf170cc89e708e6e" args="(it_ifile &f, char &v)" --> |
---|
136 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g280f993271f63dd8cf170cc89e708e6e">itpp::operator>></a> (it_ifile &f, char &v)</td></tr> |
---|
137 | |
---|
138 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the char variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
139 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g44ec692d4378a95aaf4df751fd708f23"></a><!-- doxytag: member="itfile.h::operator>>" ref="g44ec692d4378a95aaf4df751fd708f23" args="(it_ifile &f, bool &v)" --> |
---|
140 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g44ec692d4378a95aaf4df751fd708f23">itpp::operator>></a> (it_ifile &f, bool &v)</td></tr> |
---|
141 | |
---|
142 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bool variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
143 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g73156e88410ece45a26271d472f973bf"></a><!-- doxytag: member="itfile.h::operator>>" ref="g73156e88410ece45a26271d472f973bf" args="(it_ifile &f, bin &v)" --> |
---|
144 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g73156e88410ece45a26271d472f973bf">itpp::operator>></a> (it_ifile &f, bin &v)</td></tr> |
---|
145 | |
---|
146 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the binary variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
147 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2883ad49b7a5acc270e6fbdb9dc2ff1d"></a><!-- doxytag: member="itfile.h::operator>>" ref="g2883ad49b7a5acc270e6fbdb9dc2ff1d" args="(it_ifile &f, short &v)" --> |
---|
148 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2883ad49b7a5acc270e6fbdb9dc2ff1d">itpp::operator>></a> (it_ifile &f, short &v)</td></tr> |
---|
149 | |
---|
150 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the short variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
151 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4554cba7d8de58216838dae0dcb3d126"></a><!-- doxytag: member="itfile.h::operator>>" ref="g4554cba7d8de58216838dae0dcb3d126" args="(it_ifile &f, int &v)" --> |
---|
152 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4554cba7d8de58216838dae0dcb3d126">itpp::operator>></a> (it_ifile &f, int &v)</td></tr> |
---|
153 | |
---|
154 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the integer variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
155 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge7a1062053883bafe3842b0bd72eab8d"></a><!-- doxytag: member="itfile.h::operator>>" ref="ge7a1062053883bafe3842b0bd72eab8d" args="(it_ifile &f, float &v)" --> |
---|
156 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge7a1062053883bafe3842b0bd72eab8d">itpp::operator>></a> (it_ifile &f, float &v)</td></tr> |
---|
157 | |
---|
158 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
159 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdc551e7e996be40e4d690978b81d9e99"></a><!-- doxytag: member="itfile.h::operator>>" ref="gdc551e7e996be40e4d690978b81d9e99" args="(it_ifile &f, double &v)" --> |
---|
160 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdc551e7e996be40e4d690978b81d9e99">itpp::operator>></a> (it_ifile &f, double &v)</td></tr> |
---|
161 | |
---|
162 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
163 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3d085b0c1334779e46e108118182ba83"></a><!-- doxytag: member="itfile.h::operator>>" ref="g3d085b0c1334779e46e108118182ba83" args="(it_ifile &f, std::complex< float > &v)" --> |
---|
164 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3d085b0c1334779e46e108118182ba83">itpp::operator>></a> (it_ifile &f, std::complex< float > &v)</td></tr> |
---|
165 | |
---|
166 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
167 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge1019a5690ccff092a8090fff202a953"></a><!-- doxytag: member="itfile.h::operator>>" ref="ge1019a5690ccff092a8090fff202a953" args="(it_ifile &f, std::complex< double > &v)" --> |
---|
168 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge1019a5690ccff092a8090fff202a953">itpp::operator>></a> (it_ifile &f, std::complex< double > &v)</td></tr> |
---|
169 | |
---|
170 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
171 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9dc0f8b5ce054bcfc3cfa7ad195f3a9b"></a><!-- doxytag: member="itfile.h::operator>>" ref="g9dc0f8b5ce054bcfc3cfa7ad195f3a9b" args="(it_ifile &f, bvec &v)" --> |
---|
172 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9dc0f8b5ce054bcfc3cfa7ad195f3a9b">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &v)</td></tr> |
---|
173 | |
---|
174 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
175 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2a7c863335ce93ecd214a7d6829081f0"></a><!-- doxytag: member="itfile.h::operator>>" ref="g2a7c863335ce93ecd214a7d6829081f0" args="(it_ifile &f, svec &v)" --> |
---|
176 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2a7c863335ce93ecd214a7d6829081f0">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &v)</td></tr> |
---|
177 | |
---|
178 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the svec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
179 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4692514e2c40dd2d06b969faf7b19582"></a><!-- doxytag: member="itfile.h::operator>>" ref="g4692514e2c40dd2d06b969faf7b19582" args="(it_ifile &f, ivec &v)" --> |
---|
180 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4692514e2c40dd2d06b969faf7b19582">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
181 | |
---|
182 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the ivec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
183 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g958315c738305663890ca0b373d768c3"></a><!-- doxytag: member="itfile.h::operator>>" ref="g958315c738305663890ca0b373d768c3" args="(it_ifile &f, vec &v)" --> |
---|
184 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g958315c738305663890ca0b373d768c3">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
185 | |
---|
186 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the vec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
187 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g98da8ebbc297a276853cd95a5d39f97b"></a><!-- doxytag: member="itfile.h::operator>>" ref="g98da8ebbc297a276853cd95a5d39f97b" args="(it_ifile &f, cvec &v)" --> |
---|
188 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g98da8ebbc297a276853cd95a5d39f97b">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
189 | |
---|
190 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
191 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge2a50f26ed78f8dec731ac1e057c985d"></a><!-- doxytag: member="itfile.h::operator>>" ref="ge2a50f26ed78f8dec731ac1e057c985d" args="(it_ifile &f, std::string &str)" --> |
---|
192 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge2a50f26ed78f8dec731ac1e057c985d">itpp::operator>></a> (it_ifile &f, std::string &str)</td></tr> |
---|
193 | |
---|
194 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the string <code>str</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
195 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g225d7f512acc8d4325bd1664e370f161"></a><!-- doxytag: member="itfile.h::operator>>" ref="g225d7f512acc8d4325bd1664e370f161" args="(it_ifile &f, bmat &m)" --> |
---|
196 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g225d7f512acc8d4325bd1664e370f161">itpp::operator>></a> (it_ifile &f, <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &m)</td></tr> |
---|
197 | |
---|
198 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
199 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g151c881ee70804af017d5816c03e0277"></a><!-- doxytag: member="itfile.h::operator>>" ref="g151c881ee70804af017d5816c03e0277" args="(it_ifile &f, smat &m)" --> |
---|
200 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g151c881ee70804af017d5816c03e0277">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &m)</td></tr> |
---|
201 | |
---|
202 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the smat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
203 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2b1f42241ec021366d82e2157f188b9a"></a><!-- doxytag: member="itfile.h::operator>>" ref="g2b1f42241ec021366d82e2157f188b9a" args="(it_ifile &f, imat &m)" --> |
---|
204 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2b1f42241ec021366d82e2157f188b9a">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &m)</td></tr> |
---|
205 | |
---|
206 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the imat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
207 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g874048109adc92f4c94934659f6a68bb"></a><!-- doxytag: member="itfile.h::operator>>" ref="g874048109adc92f4c94934659f6a68bb" args="(it_ifile &f, mat &m)" --> |
---|
208 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g874048109adc92f4c94934659f6a68bb">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
209 | |
---|
210 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the mat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
211 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g094bfdf93c3709c42abb58335788ba2e"></a><!-- doxytag: member="itfile.h::operator>>" ref="g094bfdf93c3709c42abb58335788ba2e" args="(it_ifile &f, cmat &m)" --> |
---|
212 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g094bfdf93c3709c42abb58335788ba2e">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
213 | |
---|
214 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
215 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9f3120e647198e6d31d0ce4ff1f8bd61"></a><!-- doxytag: member="itfile.h::operator>>" ref="g9f3120e647198e6d31d0ce4ff1f8bd61" args="(it_ifile &f, Array< bin > &v)" --> |
---|
216 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9f3120e647198e6d31d0ce4ff1f8bd61">itpp::operator>></a> (it_ifile &f, Array< bin > &v)</td></tr> |
---|
217 | |
---|
218 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the binary <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
219 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8944a69b7bf7d45a7cddf4af59951e68"></a><!-- doxytag: member="itfile.h::operator>>" ref="g8944a69b7bf7d45a7cddf4af59951e68" args="(it_ifile &f, Array< short > &v)" --> |
---|
220 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8944a69b7bf7d45a7cddf4af59951e68">itpp::operator>></a> (it_ifile &f, Array< short > &v)</td></tr> |
---|
221 | |
---|
222 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the short integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
223 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5efc234acb63bea16cf550f048d5ce7"></a><!-- doxytag: member="itfile.h::operator>>" ref="gb5efc234acb63bea16cf550f048d5ce7" args="(it_ifile &f, Array< int > &v)" --> |
---|
224 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb5efc234acb63bea16cf550f048d5ce7">itpp::operator>></a> (it_ifile &f, Array< int > &v)</td></tr> |
---|
225 | |
---|
226 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
227 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8e30bf8adc48dfdd05a4798dd70dea0a"></a><!-- doxytag: member="itfile.h::operator>>" ref="g8e30bf8adc48dfdd05a4798dd70dea0a" args="(it_ifile &f, Array< float > &v)" --> |
---|
228 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8e30bf8adc48dfdd05a4798dd70dea0a">itpp::operator>></a> (it_ifile &f, Array< float > &v)</td></tr> |
---|
229 | |
---|
230 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
231 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga9cfe5251f0f4ef7aa8227db17a0c9d6"></a><!-- doxytag: member="itfile.h::operator>>" ref="ga9cfe5251f0f4ef7aa8227db17a0c9d6" args="(it_ifile &f, Array< double > &v)" --> |
---|
232 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga9cfe5251f0f4ef7aa8227db17a0c9d6">itpp::operator>></a> (it_ifile &f, Array< double > &v)</td></tr> |
---|
233 | |
---|
234 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
235 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0bfc8e56b0971aab52173189e2e62691"></a><!-- doxytag: member="itfile.h::operator>>" ref="g0bfc8e56b0971aab52173189e2e62691" args="(it_ifile &f, Array< std::complex< float > > &v)" --> |
---|
236 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0bfc8e56b0971aab52173189e2e62691">itpp::operator>></a> (it_ifile &f, Array< std::complex< float > > &v)</td></tr> |
---|
237 | |
---|
238 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
239 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gef0ef02dba75c60e857e0c3d58d05fd3"></a><!-- doxytag: member="itfile.h::operator>>" ref="gef0ef02dba75c60e857e0c3d58d05fd3" args="(it_ifile &f, Array< std::complex< double > > &v)" --> |
---|
240 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gef0ef02dba75c60e857e0c3d58d05fd3">itpp::operator>></a> (it_ifile &f, Array< std::complex< double > > &v)</td></tr> |
---|
241 | |
---|
242 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
243 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5273b6d411818105095fffffae742ff9"></a><!-- doxytag: member="itfile.h::operator>>" ref="g5273b6d411818105095fffffae742ff9" args="(it_ifile &f, Array< bvec > &v)" --> |
---|
244 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5273b6d411818105095fffffae742ff9">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> > &v)</td></tr> |
---|
245 | |
---|
246 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
247 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga179aec94c6e04c7c26de00ec3068133"></a><!-- doxytag: member="itfile.h::operator>>" ref="ga179aec94c6e04c7c26de00ec3068133" args="(it_ifile &f, Array< svec > &v)" --> |
---|
248 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga179aec94c6e04c7c26de00ec3068133">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> > &v)</td></tr> |
---|
249 | |
---|
250 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the svec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
251 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdd061057bf50dcb9f684f6dbccab128a"></a><!-- doxytag: member="itfile.h::operator>>" ref="gdd061057bf50dcb9f684f6dbccab128a" args="(it_ifile &f, Array< ivec > &v)" --> |
---|
252 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdd061057bf50dcb9f684f6dbccab128a">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> > &v)</td></tr> |
---|
253 | |
---|
254 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
255 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2cd1c3dc1e29d36331c92f4416d58f82"></a><!-- doxytag: member="itfile.h::operator>>" ref="g2cd1c3dc1e29d36331c92f4416d58f82" args="(it_ifile &f, Array< vec > &v)" --> |
---|
256 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2cd1c3dc1e29d36331c92f4416d58f82">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> > &v)</td></tr> |
---|
257 | |
---|
258 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
259 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcc58a680f656efb81d0f5b9b5e4110b6"></a><!-- doxytag: member="itfile.h::operator>>" ref="gcc58a680f656efb81d0f5b9b5e4110b6" args="(it_ifile &f, Array< cvec > &v)" --> |
---|
260 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcc58a680f656efb81d0f5b9b5e4110b6">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> > &v)</td></tr> |
---|
261 | |
---|
262 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
263 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8ae29ab6534c877f2e1c1f80fbeadd4c"></a><!-- doxytag: member="itfile.h::operator>>" ref="g8ae29ab6534c877f2e1c1f80fbeadd4c" args="(it_ifile &f, Array< std::string > &v)" --> |
---|
264 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8ae29ab6534c877f2e1c1f80fbeadd4c">itpp::operator>></a> (it_ifile &f, Array< std::string > &v)</td></tr> |
---|
265 | |
---|
266 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
267 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc007b9e49e616ce625a9579f866df6d0"></a><!-- doxytag: member="itfile.h::operator>>" ref="gc007b9e49e616ce625a9579f866df6d0" args="(it_ifile &f, Array< bmat > &v)" --> |
---|
268 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc007b9e49e616ce625a9579f866df6d0">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> > &v)</td></tr> |
---|
269 | |
---|
270 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
271 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9b3565c2fd60ea4a18d5b0fbb4c04d3e"></a><!-- doxytag: member="itfile.h::operator>>" ref="g9b3565c2fd60ea4a18d5b0fbb4c04d3e" args="(it_ifile &f, Array< smat > &v)" --> |
---|
272 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9b3565c2fd60ea4a18d5b0fbb4c04d3e">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> > &v)</td></tr> |
---|
273 | |
---|
274 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
275 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gfe3bca94ecb7b4ee7d8f93bb88f6f06f"></a><!-- doxytag: member="itfile.h::operator>>" ref="gfe3bca94ecb7b4ee7d8f93bb88f6f06f" args="(it_ifile &f, Array< imat > &v)" --> |
---|
276 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gfe3bca94ecb7b4ee7d8f93bb88f6f06f">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> > &v)</td></tr> |
---|
277 | |
---|
278 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
279 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g45b206fcc216a74dd0f91dc80cb8ae96"></a><!-- doxytag: member="itfile.h::operator>>" ref="g45b206fcc216a74dd0f91dc80cb8ae96" args="(it_ifile &f, Array< mat > &v)" --> |
---|
280 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g45b206fcc216a74dd0f91dc80cb8ae96">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> > &v)</td></tr> |
---|
281 | |
---|
282 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
283 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g11824e3eebade1cd49a3e0afcd35bd00"></a><!-- doxytag: member="itfile.h::operator>>" ref="g11824e3eebade1cd49a3e0afcd35bd00" args="(it_ifile &f, Array< cmat > &v)" --> |
---|
284 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g11824e3eebade1cd49a3e0afcd35bd00">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> > &v)</td></tr> |
---|
285 | |
---|
286 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
287 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6eed974716b166ec1baaee323e61ae7d"></a><!-- doxytag: member="itfile.h::operator<<" ref="g6eed974716b166ec1baaee323e61ae7d" args="(it_file &f, char x)" --> |
---|
288 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6eed974716b166ec1baaee323e61ae7d">itpp::operator<<</a> (it_file &f, char x)</td></tr> |
---|
289 | |
---|
290 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the char variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
291 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g77485783b1b0e2906cdd64e913ff5eb2"></a><!-- doxytag: member="itfile.h::operator<<" ref="g77485783b1b0e2906cdd64e913ff5eb2" args="(it_file &f, bool x)" --> |
---|
292 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g77485783b1b0e2906cdd64e913ff5eb2">itpp::operator<<</a> (it_file &f, bool x)</td></tr> |
---|
293 | |
---|
294 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bool variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
295 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb9ad62d2c3114f23da4466e35a900226"></a><!-- doxytag: member="itfile.h::operator<<" ref="gb9ad62d2c3114f23da4466e35a900226" args="(it_file &f, bin x)" --> |
---|
296 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb9ad62d2c3114f23da4466e35a900226">itpp::operator<<</a> (it_file &f, bin x)</td></tr> |
---|
297 | |
---|
298 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the binary variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
299 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc35ed281f0dc443f44cf0c59d305b4f5"></a><!-- doxytag: member="itfile.h::operator<<" ref="gc35ed281f0dc443f44cf0c59d305b4f5" args="(it_file &f, short x)" --> |
---|
300 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc35ed281f0dc443f44cf0c59d305b4f5">itpp::operator<<</a> (it_file &f, short x)</td></tr> |
---|
301 | |
---|
302 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the short variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
303 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g062ab1ef4fdb7725439654f642610fb6"></a><!-- doxytag: member="itfile.h::operator<<" ref="g062ab1ef4fdb7725439654f642610fb6" args="(it_file &f, int x)" --> |
---|
304 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g062ab1ef4fdb7725439654f642610fb6">itpp::operator<<</a> (it_file &f, int x)</td></tr> |
---|
305 | |
---|
306 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the integer variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
307 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7351011f98711b3663aee8f49f973abb"></a><!-- doxytag: member="itfile.h::operator<<" ref="g7351011f98711b3663aee8f49f973abb" args="(it_file &f, float x)" --> |
---|
308 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7351011f98711b3663aee8f49f973abb">itpp::operator<<</a> (it_file &f, float x)</td></tr> |
---|
309 | |
---|
310 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
311 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc5d8c82f15ae783debf95f9765d35234"></a><!-- doxytag: member="itfile.h::operator<<" ref="gc5d8c82f15ae783debf95f9765d35234" args="(it_file &f, double x)" --> |
---|
312 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc5d8c82f15ae783debf95f9765d35234">itpp::operator<<</a> (it_file &f, double x)</td></tr> |
---|
313 | |
---|
314 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
315 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0cf2dee8bdc418599d49b29f768f3923"></a><!-- doxytag: member="itfile.h::operator<<" ref="g0cf2dee8bdc418599d49b29f768f3923" args="(it_file &f, std::complex< float > x)" --> |
---|
316 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0cf2dee8bdc418599d49b29f768f3923">itpp::operator<<</a> (it_file &f, std::complex< float > x)</td></tr> |
---|
317 | |
---|
318 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
319 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge866393508b741620e3bea3d3c46b347"></a><!-- doxytag: member="itfile.h::operator<<" ref="ge866393508b741620e3bea3d3c46b347" args="(it_file &f, std::complex< double > x)" --> |
---|
320 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge866393508b741620e3bea3d3c46b347">itpp::operator<<</a> (it_file &f, std::complex< double > x)</td></tr> |
---|
321 | |
---|
322 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
323 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb895ee83b9d78b2a69f28518479bd0c2"></a><!-- doxytag: member="itfile.h::operator<<" ref="gb895ee83b9d78b2a69f28518479bd0c2" args="(it_file &f, const bvec &v)" --> |
---|
324 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb895ee83b9d78b2a69f28518479bd0c2">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &v)</td></tr> |
---|
325 | |
---|
326 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
327 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga94ce5333fed62623813d6cbcb70c1cb"></a><!-- doxytag: member="itfile.h::operator<<" ref="ga94ce5333fed62623813d6cbcb70c1cb" args="(it_file &f, const svec &v)" --> |
---|
328 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga94ce5333fed62623813d6cbcb70c1cb">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &v)</td></tr> |
---|
329 | |
---|
330 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the svec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
331 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3dee62dcc4518d4af5917e50b81b5c2c"></a><!-- doxytag: member="itfile.h::operator<<" ref="g3dee62dcc4518d4af5917e50b81b5c2c" args="(it_file &f, const ivec &v)" --> |
---|
332 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3dee62dcc4518d4af5917e50b81b5c2c">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
333 | |
---|
334 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the ivec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
335 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gad695a9d7f6b8b675d9eae64753dfd7e"></a><!-- doxytag: member="itfile.h::operator<<" ref="gad695a9d7f6b8b675d9eae64753dfd7e" args="(it_file &f, const vec &v)" --> |
---|
336 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gad695a9d7f6b8b675d9eae64753dfd7e">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
337 | |
---|
338 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the vec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
339 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g21dde66c760f5f7fb5a70f0b786a8e7f"></a><!-- doxytag: member="itfile.h::operator<<" ref="g21dde66c760f5f7fb5a70f0b786a8e7f" args="(it_file &f, const cvec &v)" --> |
---|
340 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g21dde66c760f5f7fb5a70f0b786a8e7f">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
341 | |
---|
342 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
343 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3f3dbae9e8c925332d875424b0f817c2"></a><!-- doxytag: member="itfile.h::operator<<" ref="g3f3dbae9e8c925332d875424b0f817c2" args="(it_file &f, const std::string &str)" --> |
---|
344 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3f3dbae9e8c925332d875424b0f817c2">itpp::operator<<</a> (it_file &f, const std::string &str)</td></tr> |
---|
345 | |
---|
346 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the string <code>str</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
347 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g56ef764febc0e47802d22faae548e9f7"></a><!-- doxytag: member="itfile.h::operator<<" ref="g56ef764febc0e47802d22faae548e9f7" args="(it_file &f, const bmat &m)" --> |
---|
348 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g56ef764febc0e47802d22faae548e9f7">itpp::operator<<</a> (it_file &f, const <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &m)</td></tr> |
---|
349 | |
---|
350 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
351 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9381d5f972d51f69e7cb8e7981757146"></a><!-- doxytag: member="itfile.h::operator<<" ref="g9381d5f972d51f69e7cb8e7981757146" args="(it_file &f, const smat &m)" --> |
---|
352 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9381d5f972d51f69e7cb8e7981757146">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &m)</td></tr> |
---|
353 | |
---|
354 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the smat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
355 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g593f4cebbe97f056477161978fd1bdcc"></a><!-- doxytag: member="itfile.h::operator<<" ref="g593f4cebbe97f056477161978fd1bdcc" args="(it_file &f, const imat &m)" --> |
---|
356 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g593f4cebbe97f056477161978fd1bdcc">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &m)</td></tr> |
---|
357 | |
---|
358 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the imat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
359 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1b7d6c3e0bb6011be9785ce39c6210c1"></a><!-- doxytag: member="itfile.h::operator<<" ref="g1b7d6c3e0bb6011be9785ce39c6210c1" args="(it_file &f, const mat &m)" --> |
---|
360 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1b7d6c3e0bb6011be9785ce39c6210c1">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
361 | |
---|
362 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the mat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
363 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g68f7990c8d75cd4f7791cbda74a96bdf"></a><!-- doxytag: member="itfile.h::operator<<" ref="g68f7990c8d75cd4f7791cbda74a96bdf" args="(it_file &f, const cmat &m)" --> |
---|
364 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g68f7990c8d75cd4f7791cbda74a96bdf">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
365 | |
---|
366 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
367 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcb5994cba094c03eacb1f02b5c347b40"></a><!-- doxytag: member="itfile.h::operator<<" ref="gcb5994cba094c03eacb1f02b5c347b40" args="(it_file &f, const Array< bin > &v)" --> |
---|
368 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcb5994cba094c03eacb1f02b5c347b40">itpp::operator<<</a> (it_file &f, const Array< bin > &v)</td></tr> |
---|
369 | |
---|
370 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the <a class="el" href="classitpp_1_1bin.html" title="Binary arithmetic (boolean) class.">bin</a> <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
371 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7282890470c9b7baf0d796682386ec84"></a><!-- doxytag: member="itfile.h::operator<<" ref="g7282890470c9b7baf0d796682386ec84" args="(it_file &f, const Array< short > &v)" --> |
---|
372 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7282890470c9b7baf0d796682386ec84">itpp::operator<<</a> (it_file &f, const Array< short > &v)</td></tr> |
---|
373 | |
---|
374 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the short int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
375 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g043ba3a5a3d0ac2afed822f639c274c4"></a><!-- doxytag: member="itfile.h::operator<<" ref="g043ba3a5a3d0ac2afed822f639c274c4" args="(it_file &f, const Array< int > &v)" --> |
---|
376 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g043ba3a5a3d0ac2afed822f639c274c4">itpp::operator<<</a> (it_file &f, const Array< int > &v)</td></tr> |
---|
377 | |
---|
378 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
379 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g93f65444f44c01b465fa772896c69dde"></a><!-- doxytag: member="itfile.h::operator<<" ref="g93f65444f44c01b465fa772896c69dde" args="(it_file &f, const Array< float > &v)" --> |
---|
380 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g93f65444f44c01b465fa772896c69dde">itpp::operator<<</a> (it_file &f, const Array< float > &v)</td></tr> |
---|
381 | |
---|
382 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
383 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g323e4805ee9245f87674881d4b6ec2d0"></a><!-- doxytag: member="itfile.h::operator<<" ref="g323e4805ee9245f87674881d4b6ec2d0" args="(it_file &f, const Array< double > &v)" --> |
---|
384 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g323e4805ee9245f87674881d4b6ec2d0">itpp::operator<<</a> (it_file &f, const Array< double > &v)</td></tr> |
---|
385 | |
---|
386 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
387 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9027f4997841d95df7a42ffbd073f44f"></a><!-- doxytag: member="itfile.h::operator<<" ref="g9027f4997841d95df7a42ffbd073f44f" args="(it_file &f, const Array< std::complex< float > > &v)" --> |
---|
388 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9027f4997841d95df7a42ffbd073f44f">itpp::operator<<</a> (it_file &f, const Array< std::complex< float > > &v)</td></tr> |
---|
389 | |
---|
390 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
391 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4aeec65cd1d84213b3c35c189beedc39"></a><!-- doxytag: member="itfile.h::operator<<" ref="g4aeec65cd1d84213b3c35c189beedc39" args="(it_file &f, const Array< std::complex< double > > &v)" --> |
---|
392 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4aeec65cd1d84213b3c35c189beedc39">itpp::operator<<</a> (it_file &f, const Array< std::complex< double > > &v)</td></tr> |
---|
393 | |
---|
394 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
395 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2e1e8e51182215564004e473b02be71a"></a><!-- doxytag: member="itfile.h::operator<<" ref="g2e1e8e51182215564004e473b02be71a" args="(it_file &f, const Array< bvec > &v)" --> |
---|
396 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2e1e8e51182215564004e473b02be71a">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> > &v)</td></tr> |
---|
397 | |
---|
398 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
399 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g49fa4229e4f2e946cd8cdc76bb9bfd91"></a><!-- doxytag: member="itfile.h::operator<<" ref="g49fa4229e4f2e946cd8cdc76bb9bfd91" args="(it_file &f, const Array< svec > &v)" --> |
---|
400 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g49fa4229e4f2e946cd8cdc76bb9bfd91">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> > &v)</td></tr> |
---|
401 | |
---|
402 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the svec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
403 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga83320b63db77c10b4520c02af842bf6"></a><!-- doxytag: member="itfile.h::operator<<" ref="ga83320b63db77c10b4520c02af842bf6" args="(it_file &f, const Array< ivec > &v)" --> |
---|
404 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga83320b63db77c10b4520c02af842bf6">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> > &v)</td></tr> |
---|
405 | |
---|
406 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
407 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g33a7b1e0cbef9967bb1477232b10d73a"></a><!-- doxytag: member="itfile.h::operator<<" ref="g33a7b1e0cbef9967bb1477232b10d73a" args="(it_file &f, const Array< vec > &v)" --> |
---|
408 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g33a7b1e0cbef9967bb1477232b10d73a">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> > &v)</td></tr> |
---|
409 | |
---|
410 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
411 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga61728d50015878d41f4d740d09903d5"></a><!-- doxytag: member="itfile.h::operator<<" ref="ga61728d50015878d41f4d740d09903d5" args="(it_file &f, const Array< cvec > &v)" --> |
---|
412 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga61728d50015878d41f4d740d09903d5">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> > &v)</td></tr> |
---|
413 | |
---|
414 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
415 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1b3b0b321ecdc133ecbb0359b61a1d2a"></a><!-- doxytag: member="itfile.h::operator<<" ref="g1b3b0b321ecdc133ecbb0359b61a1d2a" args="(it_file &f, const Array< std::string > &v)" --> |
---|
416 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1b3b0b321ecdc133ecbb0359b61a1d2a">itpp::operator<<</a> (it_file &f, const Array< std::string > &v)</td></tr> |
---|
417 | |
---|
418 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
419 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g692caa9d23a3de4b321bc2a6e6b716a3"></a><!-- doxytag: member="itfile.h::operator<<" ref="g692caa9d23a3de4b321bc2a6e6b716a3" args="(it_file &f, const Array< bmat > &v)" --> |
---|
420 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g692caa9d23a3de4b321bc2a6e6b716a3">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> > &v)</td></tr> |
---|
421 | |
---|
422 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
423 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g510959ecb57b50f12f78774dc1edfb8b"></a><!-- doxytag: member="itfile.h::operator<<" ref="g510959ecb57b50f12f78774dc1edfb8b" args="(it_file &f, const Array< smat > &v)" --> |
---|
424 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g510959ecb57b50f12f78774dc1edfb8b">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> > &v)</td></tr> |
---|
425 | |
---|
426 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the smat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
427 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9bcdc15f8805671f604bc396bf7c180e"></a><!-- doxytag: member="itfile.h::operator<<" ref="g9bcdc15f8805671f604bc396bf7c180e" args="(it_file &f, const Array< imat > &v)" --> |
---|
428 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9bcdc15f8805671f604bc396bf7c180e">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> > &v)</td></tr> |
---|
429 | |
---|
430 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
431 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0c660401e1377838a8fd2f6942619d2f"></a><!-- doxytag: member="itfile.h::operator<<" ref="g0c660401e1377838a8fd2f6942619d2f" args="(it_file &f, const Array< mat > &v)" --> |
---|
432 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0c660401e1377838a8fd2f6942619d2f">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> > &v)</td></tr> |
---|
433 | |
---|
434 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
435 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc3cf93c79e90580f81c274a188a80638"></a><!-- doxytag: member="itfile.h::operator<<" ref="gc3cf93c79e90580f81c274a188a80638" args="(it_file &f, const Array< cmat > &v)" --> |
---|
436 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc3cf93c79e90580f81c274a188a80638">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> > &v)</td></tr> |
---|
437 | |
---|
438 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
439 | <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g3aca6340053abd9d3ed57fd16a471558"></a><!-- doxytag: member="itfile.h::it_save_var_as" ref="g3aca6340053abd9d3ed57fd16a471558" args="(const T &v, const std::string &name)" --> |
---|
440 | template<class T > </td></tr> |
---|
441 | <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3aca6340053abd9d3ed57fd16a471558">itpp::it_save_var_as</a> (const T &v, const std::string &name)</td></tr> |
---|
442 | |
---|
443 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Save the variable v in the file name.it as the name name. <br></td></tr> |
---|
444 | <tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g384645c2d9932cc689ec8ce36909460d"></a><!-- doxytag: member="itfile.h::it_load_var_as" ref="g384645c2d9932cc689ec8ce36909460d" args="(T &v, const std::string &name)" --> |
---|
445 | template<class T > </td></tr> |
---|
446 | <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__itfile.html#g384645c2d9932cc689ec8ce36909460d">itpp::it_load_var_as</a> (T &v, const std::string &name)</td></tr> |
---|
447 | |
---|
448 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Load the variable v from the file name.it as the name name. <br></td></tr> |
---|
449 | <tr><td class="memItemLeft" nowrap align="right" valign="top">it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gffed2f75aed5e2b7be0be6c284de081d">itpp::flush</a> (it_file_old &f)</td></tr> |
---|
450 | |
---|
451 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Flush operator.<p> |
---|
452 | Flushes the data. Usage:. <a href="group__itfile.html#gffed2f75aed5e2b7be0be6c284de081d"></a><br></td></tr> |
---|
453 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g25221657100289e869e5a3b4882ba739"></a><!-- doxytag: member="itfile.h::operator>>" ref="g25221657100289e869e5a3b4882ba739" args="(it_ifile_old &f, const Name &s)" --> |
---|
454 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g25221657100289e869e5a3b4882ba739">itpp::operator>></a> (it_ifile_old &f, const Name &s)</td></tr> |
---|
455 | |
---|
456 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Finds the variable <code><a class="el" href="classitpp_1_1Name.html" title="Automatic naming when savingAn easy way to give a variable a name and optionally...">Name</a></code> in the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code>. Returns file pointer for reading. <br></td></tr> |
---|
457 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g36fc5db5c8404636dcf444b47dccd6f3"></a><!-- doxytag: member="itfile.h::operator<<" ref="g36fc5db5c8404636dcf444b47dccd6f3" args="(it_file_old &f, const Name &s)" --> |
---|
458 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g36fc5db5c8404636dcf444b47dccd6f3">itpp::operator<<</a> (it_file_old &f, const Name &s)</td></tr> |
---|
459 | |
---|
460 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Finds the variable <code><a class="el" href="classitpp_1_1Name.html" title="Automatic naming when savingAn easy way to give a variable a name and optionally...">Name</a></code> in the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code>. Returns file pointer for writing. <br></td></tr> |
---|
461 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge4f2112f94fc2011d2fb0101db21dbbe"></a><!-- doxytag: member="itfile.h::operator>>" ref="ge4f2112f94fc2011d2fb0101db21dbbe" args="(it_ifile_old &f, char &v)" --> |
---|
462 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge4f2112f94fc2011d2fb0101db21dbbe">itpp::operator>></a> (it_ifile_old &f, char &v)</td></tr> |
---|
463 | |
---|
464 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the char variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
465 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge53abf84358540ca612c98fda8ed6511"></a><!-- doxytag: member="itfile.h::operator>>" ref="ge53abf84358540ca612c98fda8ed6511" args="(it_ifile_old &f, bin &v)" --> |
---|
466 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge53abf84358540ca612c98fda8ed6511">itpp::operator>></a> (it_ifile_old &f, bin &v)</td></tr> |
---|
467 | |
---|
468 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the binary variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
469 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3776d8ecf123a5d5e31ad0dc7f2aa7d6"></a><!-- doxytag: member="itfile.h::operator>>" ref="g3776d8ecf123a5d5e31ad0dc7f2aa7d6" args="(it_ifile_old &f, short &v)" --> |
---|
470 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3776d8ecf123a5d5e31ad0dc7f2aa7d6">itpp::operator>></a> (it_ifile_old &f, short &v)</td></tr> |
---|
471 | |
---|
472 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the short variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
473 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gade1deb760bf9ce2a69e2b2d1791918d"></a><!-- doxytag: member="itfile.h::operator>>" ref="gade1deb760bf9ce2a69e2b2d1791918d" args="(it_ifile_old &f, int &v)" --> |
---|
474 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gade1deb760bf9ce2a69e2b2d1791918d">itpp::operator>></a> (it_ifile_old &f, int &v)</td></tr> |
---|
475 | |
---|
476 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the integer variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
477 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9b7b7f64c87466464e662e9220eaa714"></a><!-- doxytag: member="itfile.h::operator>>" ref="g9b7b7f64c87466464e662e9220eaa714" args="(it_ifile_old &f, float &v)" --> |
---|
478 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9b7b7f64c87466464e662e9220eaa714">itpp::operator>></a> (it_ifile_old &f, float &v)</td></tr> |
---|
479 | |
---|
480 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
481 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42ffb342415b776e00e126df6707450b"></a><!-- doxytag: member="itfile.h::operator>>" ref="g42ffb342415b776e00e126df6707450b" args="(it_ifile_old &f, double &v)" --> |
---|
482 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g42ffb342415b776e00e126df6707450b">itpp::operator>></a> (it_ifile_old &f, double &v)</td></tr> |
---|
483 | |
---|
484 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
485 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf70c3154da0eac4ebe173f78d4746cd0"></a><!-- doxytag: member="itfile.h::operator>>" ref="gf70c3154da0eac4ebe173f78d4746cd0" args="(it_ifile_old &f, std::complex< float > &v)" --> |
---|
486 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf70c3154da0eac4ebe173f78d4746cd0">itpp::operator>></a> (it_ifile_old &f, std::complex< float > &v)</td></tr> |
---|
487 | |
---|
488 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
489 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5fd3f35fdaadf8c610c4f4d71361eceb"></a><!-- doxytag: member="itfile.h::operator>>" ref="g5fd3f35fdaadf8c610c4f4d71361eceb" args="(it_ifile_old &f, std::complex< double > &v)" --> |
---|
490 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5fd3f35fdaadf8c610c4f4d71361eceb">itpp::operator>></a> (it_ifile_old &f, std::complex< double > &v)</td></tr> |
---|
491 | |
---|
492 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
493 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42e0d18fd2ccc93b2e8687dc47eaca1e"></a><!-- doxytag: member="itfile.h::operator>>" ref="g42e0d18fd2ccc93b2e8687dc47eaca1e" args="(it_ifile_old &f, vec &v)" --> |
---|
494 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g42e0d18fd2ccc93b2e8687dc47eaca1e">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
495 | |
---|
496 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the vec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
497 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g77c8170f3df68a4142a895c3e993e5ab"></a><!-- doxytag: member="itfile.h::operator>>" ref="g77c8170f3df68a4142a895c3e993e5ab" args="(it_ifile_old &f, ivec &v)" --> |
---|
498 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g77c8170f3df68a4142a895c3e993e5ab">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
499 | |
---|
500 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the ivec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
501 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2b878ff26426c4b876d372b265188747"></a><!-- doxytag: member="itfile.h::operator>>" ref="g2b878ff26426c4b876d372b265188747" args="(it_ifile_old &f, bvec &v)" --> |
---|
502 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2b878ff26426c4b876d372b265188747">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &v)</td></tr> |
---|
503 | |
---|
504 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
505 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g79f9cb568ee0d77ff7011ec8068022a8"></a><!-- doxytag: member="itfile.h::operator>>" ref="g79f9cb568ee0d77ff7011ec8068022a8" args="(it_ifile_old &f, cvec &v)" --> |
---|
506 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g79f9cb568ee0d77ff7011ec8068022a8">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
507 | |
---|
508 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
509 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2f5261d34439689186bdec3df3cba592"></a><!-- doxytag: member="itfile.h::operator>>" ref="g2f5261d34439689186bdec3df3cba592" args="(it_ifile_old &f, std::string &str)" --> |
---|
510 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2f5261d34439689186bdec3df3cba592">itpp::operator>></a> (it_ifile_old &f, std::string &str)</td></tr> |
---|
511 | |
---|
512 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the string <code>str</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
513 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g52753f169148b72f9d8e8e03f31c12c8"></a><!-- doxytag: member="itfile.h::operator>>" ref="g52753f169148b72f9d8e8e03f31c12c8" args="(it_ifile_old &f, mat &m)" --> |
---|
514 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g52753f169148b72f9d8e8e03f31c12c8">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
515 | |
---|
516 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the mat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
517 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0c02d8cef1c05906e0f95ca7f35ca6dc"></a><!-- doxytag: member="itfile.h::operator>>" ref="g0c02d8cef1c05906e0f95ca7f35ca6dc" args="(it_ifile_old &f, imat &m)" --> |
---|
518 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0c02d8cef1c05906e0f95ca7f35ca6dc">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &m)</td></tr> |
---|
519 | |
---|
520 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the imat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
521 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gad37ec8501a726083e78592f47876a3b"></a><!-- doxytag: member="itfile.h::operator>>" ref="gad37ec8501a726083e78592f47876a3b" args="(it_ifile_old &f, bmat &m)" --> |
---|
522 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gad37ec8501a726083e78592f47876a3b">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &m)</td></tr> |
---|
523 | |
---|
524 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
525 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g044fbca7da20c6ae3cbe3f7faf056c89"></a><!-- doxytag: member="itfile.h::operator>>" ref="g044fbca7da20c6ae3cbe3f7faf056c89" args="(it_ifile_old &f, cmat &m)" --> |
---|
526 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g044fbca7da20c6ae3cbe3f7faf056c89">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
527 | |
---|
528 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
529 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6afb4454cd5ea3b3bb7135d1b62725a7"></a><!-- doxytag: member="itfile.h::operator>>" ref="g6afb4454cd5ea3b3bb7135d1b62725a7" args="(it_ifile_old &f, Array< float > &v)" --> |
---|
530 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6afb4454cd5ea3b3bb7135d1b62725a7">itpp::operator>></a> (it_ifile_old &f, Array< float > &v)</td></tr> |
---|
531 | |
---|
532 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
533 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g59da826305bf142eb8c5ed080a5717d3"></a><!-- doxytag: member="itfile.h::operator>>" ref="g59da826305bf142eb8c5ed080a5717d3" args="(it_ifile_old &f, Array< double > &v)" --> |
---|
534 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g59da826305bf142eb8c5ed080a5717d3">itpp::operator>></a> (it_ifile_old &f, Array< double > &v)</td></tr> |
---|
535 | |
---|
536 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
537 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc5b2acab02fadaba9bb32d76f49f130c"></a><!-- doxytag: member="itfile.h::operator>>" ref="gc5b2acab02fadaba9bb32d76f49f130c" args="(it_ifile_old &f, Array< int > &v)" --> |
---|
538 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc5b2acab02fadaba9bb32d76f49f130c">itpp::operator>></a> (it_ifile_old &f, Array< int > &v)</td></tr> |
---|
539 | |
---|
540 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
541 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb8b9c052e3c9b69644091ffe79573065"></a><!-- doxytag: member="itfile.h::operator>>" ref="gb8b9c052e3c9b69644091ffe79573065" args="(it_ifile_old &f, Array< bin > &v)" --> |
---|
542 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb8b9c052e3c9b69644091ffe79573065">itpp::operator>></a> (it_ifile_old &f, Array< bin > &v)</td></tr> |
---|
543 | |
---|
544 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the binary <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
545 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g90cb5d15cf1d27321d84076dae6b8675"></a><!-- doxytag: member="itfile.h::operator>>" ref="g90cb5d15cf1d27321d84076dae6b8675" args="(it_ifile_old &f, Array< std::complex< float > > &v)" --> |
---|
546 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g90cb5d15cf1d27321d84076dae6b8675">itpp::operator>></a> (it_ifile_old &f, Array< std::complex< float > > &v)</td></tr> |
---|
547 | |
---|
548 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
549 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g621dde587f98bea319d4818c8dafcad1"></a><!-- doxytag: member="itfile.h::operator>>" ref="g621dde587f98bea319d4818c8dafcad1" args="(it_ifile_old &f, Array< std::complex< double > > &v)" --> |
---|
550 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g621dde587f98bea319d4818c8dafcad1">itpp::operator>></a> (it_ifile_old &f, Array< std::complex< double > > &v)</td></tr> |
---|
551 | |
---|
552 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
553 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga24bebd5888b6387722a4a4d09f9ff85"></a><!-- doxytag: member="itfile.h::operator>>" ref="ga24bebd5888b6387722a4a4d09f9ff85" args="(it_ifile_old &f, Array< vec > &v)" --> |
---|
554 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga24bebd5888b6387722a4a4d09f9ff85">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> > &v)</td></tr> |
---|
555 | |
---|
556 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
557 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc7dd6d96b53476e92b8e2ed4676d0144"></a><!-- doxytag: member="itfile.h::operator>>" ref="gc7dd6d96b53476e92b8e2ed4676d0144" args="(it_ifile_old &f, Array< ivec > &v)" --> |
---|
558 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc7dd6d96b53476e92b8e2ed4676d0144">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> > &v)</td></tr> |
---|
559 | |
---|
560 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
561 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6d15c89354d05cc591ae8112d1b73cfb"></a><!-- doxytag: member="itfile.h::operator>>" ref="g6d15c89354d05cc591ae8112d1b73cfb" args="(it_ifile_old &f, Array< bvec > &v)" --> |
---|
562 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6d15c89354d05cc591ae8112d1b73cfb">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> > &v)</td></tr> |
---|
563 | |
---|
564 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
565 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd72b9d2baf723d550b82bea1be697486"></a><!-- doxytag: member="itfile.h::operator>>" ref="gd72b9d2baf723d550b82bea1be697486" args="(it_ifile_old &f, Array< cvec > &v)" --> |
---|
566 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gd72b9d2baf723d550b82bea1be697486">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> > &v)</td></tr> |
---|
567 | |
---|
568 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
569 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf088fb62b7e830db6d97ac58a5518072"></a><!-- doxytag: member="itfile.h::operator>>" ref="gf088fb62b7e830db6d97ac58a5518072" args="(it_ifile_old &f, Array< std::string > &v)" --> |
---|
570 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf088fb62b7e830db6d97ac58a5518072">itpp::operator>></a> (it_ifile_old &f, Array< std::string > &v)</td></tr> |
---|
571 | |
---|
572 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
573 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5dfe148f8f1f0b0b0ab447718d62d41d"></a><!-- doxytag: member="itfile.h::operator>>" ref="g5dfe148f8f1f0b0b0ab447718d62d41d" args="(it_ifile_old &f, Array< mat > &v)" --> |
---|
574 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5dfe148f8f1f0b0b0ab447718d62d41d">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> > &v)</td></tr> |
---|
575 | |
---|
576 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
577 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1a075f64697eeedf03c5caa2c2f76ada"></a><!-- doxytag: member="itfile.h::operator>>" ref="g1a075f64697eeedf03c5caa2c2f76ada" args="(it_ifile_old &f, Array< imat > &v)" --> |
---|
578 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1a075f64697eeedf03c5caa2c2f76ada">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> > &v)</td></tr> |
---|
579 | |
---|
580 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
581 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g44a8d5a4881c1d7bcd67c4178bc4bc74"></a><!-- doxytag: member="itfile.h::operator>>" ref="g44a8d5a4881c1d7bcd67c4178bc4bc74" args="(it_ifile_old &f, Array< bmat > &v)" --> |
---|
582 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g44a8d5a4881c1d7bcd67c4178bc4bc74">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> > &v)</td></tr> |
---|
583 | |
---|
584 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
585 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga155df7d35e09e9fa9e0330ba2521a00"></a><!-- doxytag: member="itfile.h::operator>>" ref="ga155df7d35e09e9fa9e0330ba2521a00" args="(it_ifile_old &f, Array< cmat > &v)" --> |
---|
586 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga155df7d35e09e9fa9e0330ba2521a00">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> > &v)</td></tr> |
---|
587 | |
---|
588 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
589 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g755081f8997a79774675742f3f4c5829"></a><!-- doxytag: member="itfile.h::operator<<" ref="g755081f8997a79774675742f3f4c5829" args="(it_file_old &f, char x)" --> |
---|
590 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g755081f8997a79774675742f3f4c5829">itpp::operator<<</a> (it_file_old &f, char x)</td></tr> |
---|
591 | |
---|
592 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the char variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
593 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge231bd8bec4ba88cce48da7c84edfe5e"></a><!-- doxytag: member="itfile.h::operator<<" ref="ge231bd8bec4ba88cce48da7c84edfe5e" args="(it_file_old &f, bin x)" --> |
---|
594 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge231bd8bec4ba88cce48da7c84edfe5e">itpp::operator<<</a> (it_file_old &f, bin x)</td></tr> |
---|
595 | |
---|
596 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the binary variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
597 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf104044ec7779dc23ec1868ae4b549a9"></a><!-- doxytag: member="itfile.h::operator<<" ref="gf104044ec7779dc23ec1868ae4b549a9" args="(it_file_old &f, short x)" --> |
---|
598 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf104044ec7779dc23ec1868ae4b549a9">itpp::operator<<</a> (it_file_old &f, short x)</td></tr> |
---|
599 | |
---|
600 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the short variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
601 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g123c891629438fc11d5763d0bf1f3aac"></a><!-- doxytag: member="itfile.h::operator<<" ref="g123c891629438fc11d5763d0bf1f3aac" args="(it_file_old &f, int x)" --> |
---|
602 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g123c891629438fc11d5763d0bf1f3aac">itpp::operator<<</a> (it_file_old &f, int x)</td></tr> |
---|
603 | |
---|
604 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the integer variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
605 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8d65a518caad25c607fea1fedc5f7663"></a><!-- doxytag: member="itfile.h::operator<<" ref="g8d65a518caad25c607fea1fedc5f7663" args="(it_file_old &f, float x)" --> |
---|
606 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8d65a518caad25c607fea1fedc5f7663">itpp::operator<<</a> (it_file_old &f, float x)</td></tr> |
---|
607 | |
---|
608 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
609 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7bfd9a3c394e1cb9318a80db28b4c6d6"></a><!-- doxytag: member="itfile.h::operator<<" ref="g7bfd9a3c394e1cb9318a80db28b4c6d6" args="(it_file_old &f, double x)" --> |
---|
610 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7bfd9a3c394e1cb9318a80db28b4c6d6">itpp::operator<<</a> (it_file_old &f, double x)</td></tr> |
---|
611 | |
---|
612 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
613 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g838850f054536f2607ed67d3f847d53b"></a><!-- doxytag: member="itfile.h::operator<<" ref="g838850f054536f2607ed67d3f847d53b" args="(it_file_old &f, std::complex< float > x)" --> |
---|
614 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g838850f054536f2607ed67d3f847d53b">itpp::operator<<</a> (it_file_old &f, std::complex< float > x)</td></tr> |
---|
615 | |
---|
616 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
617 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga1634cbf3ba25e9061586cac600656f2"></a><!-- doxytag: member="itfile.h::operator<<" ref="ga1634cbf3ba25e9061586cac600656f2" args="(it_file_old &f, std::complex< double > x)" --> |
---|
618 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga1634cbf3ba25e9061586cac600656f2">itpp::operator<<</a> (it_file_old &f, std::complex< double > x)</td></tr> |
---|
619 | |
---|
620 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
621 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g983ae27993f5c8cd13f720e560ba0923"></a><!-- doxytag: member="itfile.h::operator<<" ref="g983ae27993f5c8cd13f720e560ba0923" args="(it_file_old &f, const vec &v)" --> |
---|
622 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g983ae27993f5c8cd13f720e560ba0923">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
623 | |
---|
624 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the vec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
625 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g097f3b47050cc29dea572e364d387050"></a><!-- doxytag: member="itfile.h::operator<<" ref="g097f3b47050cc29dea572e364d387050" args="(it_file_old &f, const ivec &v)" --> |
---|
626 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g097f3b47050cc29dea572e364d387050">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
627 | |
---|
628 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the ivec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
629 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gda0a04bb9b40d419eb7e4c944d85f74d"></a><!-- doxytag: member="itfile.h::operator<<" ref="gda0a04bb9b40d419eb7e4c944d85f74d" args="(it_file_old &f, const bvec &v)" --> |
---|
630 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gda0a04bb9b40d419eb7e4c944d85f74d">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &v)</td></tr> |
---|
631 | |
---|
632 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
633 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gab1d6b61165ceaa147016306afd68029"></a><!-- doxytag: member="itfile.h::operator<<" ref="gab1d6b61165ceaa147016306afd68029" args="(it_file_old &f, const cvec &v)" --> |
---|
634 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gab1d6b61165ceaa147016306afd68029">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
635 | |
---|
636 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
637 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdeff536c457ade274815c65ce68aa836"></a><!-- doxytag: member="itfile.h::operator<<" ref="gdeff536c457ade274815c65ce68aa836" args="(it_file_old &f, const std::string &str)" --> |
---|
638 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdeff536c457ade274815c65ce68aa836">itpp::operator<<</a> (it_file_old &f, const std::string &str)</td></tr> |
---|
639 | |
---|
640 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the string <code>str</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
641 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g33f123353e20702c6f35d216d8f4a7be"></a><!-- doxytag: member="itfile.h::operator<<" ref="g33f123353e20702c6f35d216d8f4a7be" args="(it_file_old &f, const mat &m)" --> |
---|
642 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g33f123353e20702c6f35d216d8f4a7be">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
643 | |
---|
644 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the mat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
645 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7eb685d3601a2f794423e4fc583f5f8c"></a><!-- doxytag: member="itfile.h::operator<<" ref="g7eb685d3601a2f794423e4fc583f5f8c" args="(it_file_old &f, const imat &m)" --> |
---|
646 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7eb685d3601a2f794423e4fc583f5f8c">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &m)</td></tr> |
---|
647 | |
---|
648 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the imat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
649 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5269de662dae6b0724522c7f626216c9"></a><!-- doxytag: member="itfile.h::operator<<" ref="g5269de662dae6b0724522c7f626216c9" args="(it_file_old &f, const bmat &m)" --> |
---|
650 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5269de662dae6b0724522c7f626216c9">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &m)</td></tr> |
---|
651 | |
---|
652 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
653 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc4b5a5053b7f7785caf444cc8f3fb476"></a><!-- doxytag: member="itfile.h::operator<<" ref="gc4b5a5053b7f7785caf444cc8f3fb476" args="(it_file_old &f, const cmat &m)" --> |
---|
654 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc4b5a5053b7f7785caf444cc8f3fb476">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
655 | |
---|
656 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
657 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4ec6fa8dd9d75e6ff7962a3bb5598b77"></a><!-- doxytag: member="itfile.h::operator<<" ref="g4ec6fa8dd9d75e6ff7962a3bb5598b77" args="(it_file_old &f, const Array< float > &v)" --> |
---|
658 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4ec6fa8dd9d75e6ff7962a3bb5598b77">itpp::operator<<</a> (it_file_old &f, const Array< float > &v)</td></tr> |
---|
659 | |
---|
660 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
661 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0b8f51770b15bdcad2e22529f2dc07cf"></a><!-- doxytag: member="itfile.h::operator<<" ref="g0b8f51770b15bdcad2e22529f2dc07cf" args="(it_file_old &f, const Array< double > &v)" --> |
---|
662 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0b8f51770b15bdcad2e22529f2dc07cf">itpp::operator<<</a> (it_file_old &f, const Array< double > &v)</td></tr> |
---|
663 | |
---|
664 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
665 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g54f2bdf0e0d7d5b8d011a10328713eeb"></a><!-- doxytag: member="itfile.h::operator<<" ref="g54f2bdf0e0d7d5b8d011a10328713eeb" args="(it_file_old &f, const Array< int > &v)" --> |
---|
666 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g54f2bdf0e0d7d5b8d011a10328713eeb">itpp::operator<<</a> (it_file_old &f, const Array< int > &v)</td></tr> |
---|
667 | |
---|
668 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
669 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g475e09a65aba09073259f45b2326a187"></a><!-- doxytag: member="itfile.h::operator<<" ref="g475e09a65aba09073259f45b2326a187" args="(it_file_old &f, const Array< bin > &v)" --> |
---|
670 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g475e09a65aba09073259f45b2326a187">itpp::operator<<</a> (it_file_old &f, const Array< bin > &v)</td></tr> |
---|
671 | |
---|
672 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the <a class="el" href="classitpp_1_1bin.html" title="Binary arithmetic (boolean) class.">bin</a> <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
673 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd490eff574e9b4754159007265492296"></a><!-- doxytag: member="itfile.h::operator<<" ref="gd490eff574e9b4754159007265492296" args="(it_file_old &f, const Array< std::complex< float > > &v)" --> |
---|
674 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gd490eff574e9b4754159007265492296">itpp::operator<<</a> (it_file_old &f, const Array< std::complex< float > > &v)</td></tr> |
---|
675 | |
---|
676 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
677 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcd57cdf80e044a2ca19f33f197dcd0d5"></a><!-- doxytag: member="itfile.h::operator<<" ref="gcd57cdf80e044a2ca19f33f197dcd0d5" args="(it_file_old &f, const Array< std::complex< double > > &v)" --> |
---|
678 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcd57cdf80e044a2ca19f33f197dcd0d5">itpp::operator<<</a> (it_file_old &f, const Array< std::complex< double > > &v)</td></tr> |
---|
679 | |
---|
680 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
681 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1d58cb6a36ea9ae11946a23bd1ce4c71"></a><!-- doxytag: member="itfile.h::operator<<" ref="g1d58cb6a36ea9ae11946a23bd1ce4c71" args="(it_file_old &f, const Array< vec > &v)" --> |
---|
682 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1d58cb6a36ea9ae11946a23bd1ce4c71">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> > &v)</td></tr> |
---|
683 | |
---|
684 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
685 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge13d0786a40df0c708f3e2d411305e41"></a><!-- doxytag: member="itfile.h::operator<<" ref="ge13d0786a40df0c708f3e2d411305e41" args="(it_file_old &f, const Array< ivec > &v)" --> |
---|
686 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge13d0786a40df0c708f3e2d411305e41">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> > &v)</td></tr> |
---|
687 | |
---|
688 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
689 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gea0edeada6ebf5daa195ca2455a22231"></a><!-- doxytag: member="itfile.h::operator<<" ref="gea0edeada6ebf5daa195ca2455a22231" args="(it_file_old &f, const Array< bvec > &v)" --> |
---|
690 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gea0edeada6ebf5daa195ca2455a22231">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> > &v)</td></tr> |
---|
691 | |
---|
692 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
693 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gef030846676bb1da911a7d10f8d58f94"></a><!-- doxytag: member="itfile.h::operator<<" ref="gef030846676bb1da911a7d10f8d58f94" args="(it_file_old &f, const Array< cvec > &v)" --> |
---|
694 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gef030846676bb1da911a7d10f8d58f94">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> > &v)</td></tr> |
---|
695 | |
---|
696 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
697 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5f242f5563eb31304a2b55cd79276d9"></a><!-- doxytag: member="itfile.h::operator<<" ref="gb5f242f5563eb31304a2b55cd79276d9" args="(it_file_old &f, const Array< std::string > &v)" --> |
---|
698 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb5f242f5563eb31304a2b55cd79276d9">itpp::operator<<</a> (it_file_old &f, const Array< std::string > &v)</td></tr> |
---|
699 | |
---|
700 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
701 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga68cf8c96c89984c42144f69b490e453"></a><!-- doxytag: member="itfile.h::operator<<" ref="ga68cf8c96c89984c42144f69b490e453" args="(it_file_old &f, const Array< mat > &v)" --> |
---|
702 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga68cf8c96c89984c42144f69b490e453">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> > &v)</td></tr> |
---|
703 | |
---|
704 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
705 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc2822a6c6f1ad4e5f41768d2b98e0594"></a><!-- doxytag: member="itfile.h::operator<<" ref="gc2822a6c6f1ad4e5f41768d2b98e0594" args="(it_file_old &f, const Array< imat > &v)" --> |
---|
706 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc2822a6c6f1ad4e5f41768d2b98e0594">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> > &v)</td></tr> |
---|
707 | |
---|
708 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
709 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf07d6223d200cd1eef7217375593231f"></a><!-- doxytag: member="itfile.h::operator<<" ref="gf07d6223d200cd1eef7217375593231f" args="(it_file_old &f, const Array< bmat > &v)" --> |
---|
710 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf07d6223d200cd1eef7217375593231f">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> > &v)</td></tr> |
---|
711 | |
---|
712 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
713 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g19d851e039fe0118e1c528ddde09615d"></a><!-- doxytag: member="itfile.h::operator<<" ref="g19d851e039fe0118e1c528ddde09615d" args="(it_file_old &f, const Array< cmat > &v)" --> |
---|
714 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g19d851e039fe0118e1c528ddde09615d">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> > &v)</td></tr> |
---|
715 | |
---|
716 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
717 | </table> |
---|
718 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
719 | Definition of classes for the IT++ file format. |
---|
720 | <p> |
---|
721 | <dl class="author" compact><dt><b>Author:</b></dt><dd>Tony Ottosson, Tobias Ringstrom and Adam Piatyszek</dd></dl> |
---|
722 | -------------------------------------------------------------------------<p> |
---|
723 | Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)<p> |
---|
724 | This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.<p> |
---|
725 | IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<p> |
---|
726 | IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<p> |
---|
727 | You should have received a copy of the GNU General Public License along with IT++. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.<p> |
---|
728 | ------------------------------------------------------------------------- </div> |
---|
729 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:13 2009 for mixpp by |
---|
730 | <a href="http://www.doxygen.org/index.html"> |
---|
731 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
732 | </body> |
---|
733 | </html> |
---|