DATRW++ library: seismic data I/O with multiple formats
◆
write()
[11/15]
void datrw::binary::obinstream::write
(
const ::sff::SRCE &
v
)
Definition at line
157
of file
obinstream.cc
.
References
write()
.
158
{
159
this->
write
(v.date);
160
this->
write
(v.type);
161
char
cs=::sff::coosysID(v.cs);
162
this->
write
(cs);
163
this->
write
(v.cx);
164
this->
write
(v.cy);
165
this->
write
(v.cz);
166
}
// void obinstream::write(const ::sff::SRCE& v)
datrw::binary::obinstream::write
void write(const char &v)
Definition:
obinstream.cc:59
Here is the call graph for this function:
datrw
binary
obinstream
Generated on Mon Aug 21 2023 17:36:17 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14