#include <rtkThreeDCircularProjectionGeometryXMLFileWriter.h>
Writes an XML-format file containing geometry for reconstruction
- Author
- Simon Rit
Definition at line 41 of file rtkThreeDCircularProjectionGeometryXMLFileWriter.h.
◆ Pointer
◆ Self
◆ Superclass
◆ ThreeDCircularProjectionGeometryXMLFileWriter()
rtk::ThreeDCircularProjectionGeometryXMLFileWriter::ThreeDCircularProjectionGeometryXMLFileWriter |
( |
| ) |
|
|
protecteddefault |
◆ ~ThreeDCircularProjectionGeometryXMLFileWriter()
rtk::ThreeDCircularProjectionGeometryXMLFileWriter::~ThreeDCircularProjectionGeometryXMLFileWriter |
( |
| ) |
|
|
overrideprotecteddefault |
◆ CanWriteFile()
int rtk::ThreeDCircularProjectionGeometryXMLFileWriter::CanWriteFile |
( |
const char * |
name | ) |
|
|
override |
Test whether a file is writable.
◆ CreateAnother()
◆ GetNameOfClass()
virtual const char* rtk::ThreeDCircularProjectionGeometryXMLFileWriter::GetNameOfClass |
( |
| ) |
const |
|
virtual |
◆ New()
static Pointer rtk::ThreeDCircularProjectionGeometryXMLFileWriter::New |
( |
| ) |
|
|
static |
◆ WriteFile()
int rtk::ThreeDCircularProjectionGeometryXMLFileWriter::WriteFile |
( |
| ) |
|
|
override |
Actually write out the file in question
◆ WriteGlobalParameter()
bool rtk::ThreeDCircularProjectionGeometryXMLFileWriter::WriteGlobalParameter |
( |
std::ofstream & |
output, |
|
|
const std::string & |
indent, |
|
|
const std::vector< double > & |
v, |
|
|
const std::string & |
s, |
|
|
bool |
convertToDegrees = false , |
|
|
double |
defval = 0. |
|
) |
| |
|
protected |
If all values are equal in v, write first value (if not 0.) in output file with parameter value s and return true. Return false otherwise.
◆ WriteLocalParameter()
void rtk::ThreeDCircularProjectionGeometryXMLFileWriter::WriteLocalParameter |
( |
std::ofstream & |
output, |
|
|
const std::string & |
indent, |
|
|
const double & |
v, |
|
|
const std::string & |
s |
|
) |
| |
|
protected |
Write projection specific parameter with name s.
The documentation for this class was generated from the following file: