#include <DicomROI.hh>
Public 멤버 함수 | |
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 속성 | |
int | theNumber |
OFString | theName |
std::vector< DicomROIContour * > | theContours |
DicomROI.hh 파일의 35 번째 라인에서 정의되었습니다.
DicomROI::DicomROI | ( | int | ROINumber, |
OFString | ROIName | ||
) |
|
inline |
DicomROI.hh 파일의 39 번째 라인에서 정의되었습니다.
void DicomROI::AddContour | ( | DicomROIContour * | cont | ) |
DicomROI.cc 파일의 35 번째 라인에서 정의되었습니다.
다음을 참조함 : DicomROIContour::GetPoints(), DicomROIContour::GetZ(), theContours.
|
inline |
DicomROI.hh 파일의 43 번째 라인에서 정의되었습니다.
다음을 참조함 : theContours.
|
inline |
DicomROI.hh 파일의 50 번째 라인에서 정의되었습니다.
다음을 참조함 : theName.
다음에 의해서 참조됨 : DicomFileStructure::ReadData().
|
inline |
DicomROI.hh 파일의 47 번째 라인에서 정의되었습니다.
다음을 참조함 : theNumber.
다음에 의해서 참조됨 : DicomFileStructure::ReadData().
void DicomROI::Print | ( | std::ostream & | out | ) |
DicomROI.cc 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : G4endl, theContours, theName, theNumber.
|
private |
DicomROI.hh 파일의 58 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AddContour(), GetContours(), Print().
|
private |
DicomROI.hh 파일의 56 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DicomROI(), GetName(), Print().
|
private |
DicomROI.hh 파일의 55 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DicomROI(), GetNumber(), Print().