5#ifndef TRTCond_RtRelationFactory_h
6#define TRTCond_RtRelationFactory_h
59 os <<
type <<
" " << rt ;
Default rt-relation class in the TRT: a 3rd degree polynomial.
Default rt-relation class in the TRT: a 3rd degree polynomial.
RtRelationType
enumerates 3rd deg polynomial coefficients or table
RtRelationFactory()
constructor
~RtRelationFactory()
destructor
static RtRelation * readFromFile(std::istream &is)
read method
static void writeToFile(std::ostream &os, const RtRelation &rt)
write method
Base class for rt-relations in the TRT.