#include <RPAlignmentCorrectionsMethods.h>
|
static RPAlignmentCorrectionsData | GetCorrectionsData (xercesc::DOMNode *) |
|
static RPAlignmentCorrectionsData | GetCorrectionsDataFromFile (const std::string &fileName) |
|
static void | WriteXML (const RPAlignmentCorrectionData &data, FILE *f, bool precise, bool wrErrors, bool wrSh_r, bool wrSh_xy, bool wrSh_z, bool wrRot_z) |
|
static void | WriteXMLBlock (const RPAlignmentCorrectionsData &, FILE *, bool precise=false, bool wrErrors=true, bool wrSh_r=true, bool wrSh_xy=true, bool wrSh_z=true, bool wrRot_z=true) |
| writes a block of corrections into a file More...
|
|
static void | WriteXMLFile (const RPAlignmentCorrectionsData &, const std::string &fileName, bool precise=false, bool wrErrors=true, bool wrSh_r=true, bool wrSh_xy=true, bool wrSh_z=true, bool wrRot_z=true) |
| writes corrections into a single XML file More...
|
|
RPAlignmentCorrectionsMethods::RPAlignmentCorrectionsMethods |
( |
| ) |
|
|
inline |
void RPAlignmentCorrectionsMethods::WriteXML |
( |
const RPAlignmentCorrectionData & |
data, |
|
|
FILE * |
f, |
|
|
bool |
precise, |
|
|
bool |
wrErrors, |
|
|
bool |
wrSh_r, |
|
|
bool |
wrSh_xy, |
|
|
bool |
wrSh_z, |
|
|
bool |
wrRot_z |
|
) |
| |
|
static |
void RPAlignmentCorrectionsMethods::WriteXMLBlock |
( |
const RPAlignmentCorrectionsData & |
data, |
|
|
FILE * |
rf, |
|
|
bool |
precise = false , |
|
|
bool |
wrErrors = true , |
|
|
bool |
wrSh_r = true , |
|
|
bool |
wrSh_xy = true , |
|
|
bool |
wrSh_z = true , |
|
|
bool |
wrRot_z = true |
|
) |
| |
|
static |
void RPAlignmentCorrectionsMethods::WriteXMLFile |
( |
const RPAlignmentCorrectionsData & |
, |
|
|
const std::string & |
fileName, |
|
|
bool |
precise = false , |
|
|
bool |
wrErrors = true , |
|
|
bool |
wrSh_r = true , |
|
|
bool |
wrSh_xy = true , |
|
|
bool |
wrSh_z = true , |
|
|
bool |
wrRot_z = true |
|
) |
| |
|
static |