DATRW++ library: seismic data I/O with multiple formats
◆
read()
[12/15]
void datrw::binary::ibinstream::read
(
::sff::INFO &
v
)
Definition at line
196
of file
ibinstream.cc
.
References
read()
.
197
{
198
char
cs;
199
this->
read
(cs);
200
v.cs=::sff::coosysID(cs);
201
this->
read
(v.cx);
202
this->
read
(v.cy);
203
this->
read
(v.cz);
204
this->
read
(v.nstacks);
205
}
// void ibinstream::read(::sff::INFO& v)
datrw::binary::ibinstream::read
void read(char &v)
Definition:
ibinstream.cc:63
Here is the call graph for this function:
datrw
binary
ibinstream
Generated on Mon Aug 21 2023 17:36:17 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14