#include <RtRelationFactory.h>
construct RtRelation from text file. Write text file.
Definition at line 18 of file RtRelationFactory.h.
◆ RtRelationType
enumerates 3rd deg polynomial coefficients or table
Enumerator |
---|
EBasicRtRelation | |
EBinnedRtRelation | |
EDinesRtRelation | |
Definition at line 22 of file RtRelationFactory.h.
◆ RtRelationFactory()
TRTCond::RtRelationFactory::RtRelationFactory |
( |
| ) |
|
◆ ~RtRelationFactory()
TRTCond::RtRelationFactory::~RtRelationFactory |
( |
| ) |
|
◆ readFromFile()
RtRelation * TRTCond::RtRelationFactory::readFromFile |
( |
std::istream & |
is | ) |
|
|
inlinestatic |
read method
Definition at line 33 of file RtRelationFactory.h.
39 rt =
new BasicRtRelation() ;
43 rt =
new BinnedRtRelation() ;
47 rt =
new DinesRtRelation() ;
◆ writeToFile()
void TRTCond::RtRelationFactory::writeToFile |
( |
std::ostream & |
os, |
|
|
const RtRelation & |
rt |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: