#include <DicomROI.hh>
Definition at line 35 of file DicomROI.hh.
DicomROI::DicomROI |
( |
int |
ROINumber, |
|
|
OFString |
ROIName |
|
) |
| |
Definition at line 29 of file DicomROI.cc.
29 : theNumber(ROINumber+1), theName(ROIName)
31 G4cout <<
" CREATED DicomROI " << theNumber <<
" : " << theName <<
G4endl;
G4GLOB_DLL std::ostream G4cout
Definition at line 35 of file DicomROI.cc.
40 for( ii = 0; ii < theContours.size(); ii++ ){
41 if( cont->
GetZ() == theContours[ii]->GetZ() ) {
47 theContours.push_back( cont );
49 theContours[ii]->AddPoints( cont->
GetPoints() );
std::vector< G4ThreeVector > GetPoints() const
OFString DicomROI::GetName |
( |
void |
| ) |
const |
|
inline |
int DicomROI::GetNumber |
( |
| ) |
const |
|
inline |
void DicomROI::Print |
( |
std::ostream & |
out | ) |
|
Definition at line 56 of file DicomROI.cc.
58 out <<
"@@@@@ ROI: " << theNumber <<
" " << theName <<
G4endl;
60 out <<
"@@@@ NUMBER OF ContourSequences " << theContours.size() <<
G4endl;
61 for(
size_t ii = 0; ii < theContours.size(); ii++ ) {
62 out <<
"@@@@ CONTOUR " << ii <<
G4endl;
63 theContours[ii]->Print(out);
The documentation for this class was generated from the following files:
- source/geant4.10.03.p02/examples/extended/medical/DICOM/dicomReader/include/DicomROI.hh
- source/geant4.10.03.p02/examples/extended/medical/DICOM/dicomReader/src/DicomROI.cc