14 namespace JGEOMETRY3D {}
 
   15 namespace JPP { 
using namespace JGEOMETRY3D; }
 
   17 namespace JGEOMETRY3D {
 
Interface for binary output. 
 
double getT() const 
Get time. 
 
JTime & sub(const JTime &value)
Subtraction operator. 
 
esac print_variable DETECTOR INPUT_FILE OUTPUT_FILE CDF for TYPE in
 
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. 
 
friend std::ostream & operator<<(std::ostream &out, const JTime &time)
Write time to output. 
 
JTime(const double t)
Constructor. 
 
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.