15 namespace JGEOMETRY3D {}
16 namespace JPP {
using namespace JGEOMETRY3D; }
18 namespace JGEOMETRY3D {
122 inline void setT(
const double time)
163 const JFormat format(out, getFormat<JTime>(
JFormat_t(9, 3, std::ios::fixed | std::ios::showpos)));
Interface for binary output.
double getT() const
Get time.
JTime & sub(const JTime &value)
Subtraction operator.
JTime & div(const double value)
Division operator.
JTime & negate()
Prefix unary minus.
JTime()
Default constructor.
JTime & add(const JTime &value)
Addition operator.
JTime & mul(const double value)
Multiplication operator.
Interface for binary input.
friend JReader & operator>>(JReader &in, JTime &time)
Read time from input.
void setT(const double time)
Set time.
friend std::ostream & operator<<(std::ostream &out, const JTime &time)
Write time to output.
JTime(const double t)
Constructor.
then fatal The output file must have the wildcard in the e g root fi eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
friend JWriter & operator<<(JWriter &out, const JTime &time)
Write time to output.
friend std::istream & operator>>(std::istream &in, JTime &time)
Read time from input.