#include <MioctSectorGeometry.h>
Definition at line 20 of file MioctSectorGeometry.h.
◆ MioctSectorGeometry()
| MioctSectorGeometry::MioctSectorGeometry |
( |
| ) |
|
◆ ~MioctSectorGeometry()
| virtual MioctSectorGeometry::~MioctSectorGeometry |
( |
| ) |
|
|
virtualdefault |
◆ addROI()
◆ connector()
| unsigned int MioctSectorGeometry::connector |
( |
| ) |
const |
|
inline |
◆ name()
| const std::string & MioctSectorGeometry::name |
( |
| ) |
const |
|
inline |
◆ print()
| void MioctSectorGeometry::print |
( |
const std::string & | indent = "", |
|
|
unsigned int | detail = 1 ) const |
|
virtual |
Definition at line 18 of file MioctSectorGeometry.cxx.
18 {
19 cout <<
indent <<
"MioctSectorGeometry: " << endl;
22 for(std::vector<MioctROIGeometry>::const_iterator iROI =
m_ROIs.begin(); iROI <
m_ROIs.end(); ++iROI)
23 iROI->print(indent+indent);
24
25}
◆ ROIs()
◆ setConnector()
| void MioctSectorGeometry::setConnector |
( |
unsigned int | id | ) |
|
|
inline |
◆ setName()
| void MioctSectorGeometry::setName |
( |
const std::string & | name | ) |
|
|
inline |
◆ writeXML()
| void MioctSectorGeometry::writeXML |
( |
std::ostream & | xmlfile, |
|
|
int | indentLevel = 0, |
|
|
int | indentWidth = 2 ) const |
|
virtual |
Definition at line 28 of file MioctSectorGeometry.cxx.
28 {
31 <<
"\" name=\"" <<
m_name <<
"\">" << endl;
33 mioctIndent(
xmlfile, indentLevel+1, indentWidth) <<
"<!-- mapping from ROI to coding scheme -->\n";
34 for(std::vector<MioctROIGeometry>::const_iterator iROI =
m_ROIs.begin(); iROI <
m_ROIs.end(); ++iROI)
35 iROI->writeXML(
xmlfile, indentLevel+1, indentWidth);
37
38}
std::ostream & mioctIndent(std::ostream &o, int lvl, int size)
static std::vector< std::string > xmlfile
◆ m_connector
| unsigned int MioctSectorGeometry::m_connector {} |
|
private |
◆ m_name
| std::string MioctSectorGeometry::m_name |
|
private |
◆ m_ROIs
The documentation for this class was generated from the following files: