Geant4
10.03
|
#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.
DicomROI::DicomROI | ( | int | ROINumber, |
OFString | ROIName | ||
) |
|
inline |
Definition at line 39 of file DicomROI.hh.
void DicomROI::AddContour | ( | DicomROIContour * | cont | ) |
Definition at line 35 of file DicomROI.cc.
References DicomROIContour::GetPoints(), DicomROIContour::GetZ(), and theContours.
|
inline |
Definition at line 43 of file DicomROI.hh.
References theContours.
|
inline |
Definition at line 50 of file DicomROI.hh.
References theName.
Referenced by DicomFileStructure::ReadData().
|
inline |
Definition 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.
References G4endl, theContours, theName, and theNumber.
|
private |
Definition at line 58 of file DicomROI.hh.
Referenced by AddContour(), GetContours(), and Print().
|
private |
Definition at line 56 of file DicomROI.hh.
Referenced by DicomROI(), GetName(), and Print().
|
private |
Definition at line 55 of file DicomROI.hh.
Referenced by DicomROI(), GetNumber(), and Print().