DATRW++ library: seismic data I/O with multiple formats
◆
read()
[11/15]
void datrw::binary::ibinstream::read
(
::sff::SRCE &
v
)
Definition at line
182
of file
ibinstream.cc
.
References
read()
.
183
{
184
this->
read
(v.date);
185
this->
read
(v.type);
186
char
cs;
187
this->
read
(cs);
188
v.cs=::sff::coosysID(cs);
189
this->
read
(v.cx);
190
this->
read
(v.cy);
191
this->
read
(v.cz);
192
}
// void ibinstream::read(::sff::SRCE& 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