SFF++ library: reading and writing SFF from C++

◆ SRCE() [1/2]

sff::SRCE::SRCE ( )

Definition at line 351 of file sffxx.cc.

351  :
352  type("NSP"), date(libtime::now()),
353  cs(CS_cartesian), cx(0.), cy(0.), cz(0.) { }
double cz
Definition: sffxx.h:176
std::string type
Definition: sffxx.h:173
Ecoosys cs
Definition: sffxx.h:175
libtime::TAbsoluteTime date
time of source
Definition: sffxx.h:174
double cx
Definition: sffxx.h:176
double cy
Definition: sffxx.h:176