#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 |
◆ 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.
29 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"<Sector "
31 <<
"\" name=\"" <<
m_name <<
"\">" << endl;
32 mioctIndent(xmlfile, indentLevel+1, indentWidth) <<
"<!-- contains "<<
m_ROIs.size() <<
" ROIs -->\n";
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);
36 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"</Sector>" << endl;
◆ 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: