ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/medical/DICOM/dicomReader/include/DicomROI.hh>
Public Member Functions | |
DicomROI (int ROINumber, OFString ROIName) | |
~DicomROI () | |
void | AddContour (DicomROIContour *) |
std::vector< DicomROIContour * > | GetContours () const |
void | Print (std::ostream &out) |
int | GetNumber () const |
OFString | GetName () const |
Private Attributes | |
int | theNumber |
OFString | theName |
std::vector< DicomROIContour * > | theContours |
Definition at line 35 of file DicomROI.hh.
View newest version in sPHENIX GitHub at line 35 of file DicomROI.hh
DicomROI::DicomROI | ( | int | ROINumber, |
OFString | ROIName | ||
) |
Definition at line 29 of file DicomROI.cc.
View newest version in sPHENIX GitHub at line 29 of file DicomROI.cc
|
inline |
Definition at line 39 of file DicomROI.hh.
View newest version in sPHENIX GitHub at line 39 of file DicomROI.hh
void DicomROI::AddContour | ( | DicomROIContour * | cont | ) |
Definition at line 35 of file DicomROI.cc.
View newest version in sPHENIX GitHub at line 35 of file DicomROI.cc
References DicomROIContour::GetPoints(), DicomROIContour::GetZ(), and theContours.
|
inline |
Definition at line 43 of file DicomROI.hh.
View newest version in sPHENIX GitHub at line 43 of file DicomROI.hh
References theContours.
|
inline |
Definition at line 50 of file DicomROI.hh.
View newest version in sPHENIX GitHub at line 50 of file DicomROI.hh
References theName.
Referenced by DicomFileStructure::ReadData().
|
inline |
Definition at line 47 of file DicomROI.hh.
View newest version in sPHENIX GitHub at line 47 of file DicomROI.hh
References theNumber.
Referenced by DicomFileStructure::ReadData().
void DicomROI::Print | ( | std::ostream & | out | ) |
Definition at line 56 of file DicomROI.cc.
View newest version in sPHENIX GitHub at line 56 of file DicomROI.cc
References G4endl, theContours, theName, and theNumber.
|
private |
Definition at line 58 of file DicomROI.hh.
View newest version in sPHENIX GitHub at line 58 of file DicomROI.hh
Referenced by AddContour(), GetContours(), and Print().
|
private |
Definition at line 56 of file DicomROI.hh.
View newest version in sPHENIX GitHub at line 56 of file DicomROI.hh
Referenced by DicomROI(), GetName(), and Print().
|
private |
Definition at line 55 of file DicomROI.hh.
View newest version in sPHENIX GitHub at line 55 of file DicomROI.hh
Referenced by DicomROI(), GetNumber(), and Print().