Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Private 속성 | 모든 멤버 목록
DicomROI 클래스 참조

#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 
)

DicomROI.cc 파일의 29 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, theName, theNumber.

DicomROI::~DicomROI ( )
inline

DicomROI.hh 파일의 39 번째 라인에서 정의되었습니다.

멤버 함수 문서화

void DicomROI::AddContour ( DicomROIContour cont)

DicomROI.cc 파일의 35 번째 라인에서 정의되었습니다.

다음을 참조함 : DicomROIContour::GetPoints(), DicomROIContour::GetZ(), theContours.

std::vector<DicomROIContour*> DicomROI::GetContours ( ) const
inline

DicomROI.hh 파일의 43 번째 라인에서 정의되었습니다.

다음을 참조함 : theContours.

OFString DicomROI::GetName ( void  ) const
inline

DicomROI.hh 파일의 50 번째 라인에서 정의되었습니다.

다음을 참조함 : theName.

다음에 의해서 참조됨 : DicomFileStructure::ReadData().

int DicomROI::GetNumber ( ) const
inline

DicomROI.hh 파일의 47 번째 라인에서 정의되었습니다.

다음을 참조함 : theNumber.

다음에 의해서 참조됨 : DicomFileStructure::ReadData().

void DicomROI::Print ( std::ostream &  out)

DicomROI.cc 파일의 56 번째 라인에서 정의되었습니다.

다음을 참조함 : G4endl, theContours, theName, theNumber.

멤버 데이타 문서화

std::vector<DicomROIContour*> DicomROI::theContours
private

DicomROI.hh 파일의 58 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AddContour(), GetContours(), Print().

OFString DicomROI::theName
private

DicomROI.hh 파일의 56 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DicomROI(), GetName(), Print().

int DicomROI::theNumber
private

DicomROI.hh 파일의 55 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DicomROI(), GetNumber(), Print().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: