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

Class for storing and comparing sorted nucleon configurations. 더 자세히 ...

Public 타입

typedef G4int NucleonItem
 

Public 멤버 함수

 SortedNucleonConfiguration ()
 Constructor. 더 자세히 ...
 
 SortedNucleonConfiguration (const SortedNucleonConfiguration &rhs)
 Copy constructor. 더 자세히 ...
 
 ~SortedNucleonConfiguration ()
 Destructor. 더 자세히 ...
 
void swap (SortedNucleonConfiguration &rhs)
 Helper method for the assignment operator. 더 자세히 ...
 
SortedNucleonConfigurationoperator= (const SortedNucleonConfiguration &rhs)
 Assignment operator. 더 자세히 ...
 
G4bool operator< (const SortedNucleonConfiguration &rhs) const
 Order operator for SortedNucleonConfiguration. 더 자세히 ...
 
void fill (NucleonItem *config, size_t n)
 Fill configuration with array of NucleonItem. 더 자세히 ...
 

Private 속성

size_t theSize
 Size of the array. 더 자세히 ...
 
NucleonItemnucleons
 The real array. 더 자세히 ...
 

상세한 설명

Class for storing and comparing sorted nucleon configurations.

This class is actually just a wrapper around an array of Particle* pointers. It provides a lexicographical comparison operator (SortedNucleonConfiguration::operator<) for inclusion in std::set containers.

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

멤버 타입정의 문서화

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

생성자 & 소멸자 문서화

G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::SortedNucleonConfiguration ( )
inline

Constructor.

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

G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::SortedNucleonConfiguration ( const SortedNucleonConfiguration rhs)
inline

Copy constructor.

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

다음을 참조함 : nucleons, theSize.

G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::~SortedNucleonConfiguration ( )
inline

Destructor.

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

다음을 참조함 : nucleons.

멤버 함수 문서화

void G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::fill ( NucleonItem config,
size_t  n 
)
inline

Fill configuration with array of NucleonItem.

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

다음을 참조함 : n, nucleons, theSize.

다음에 의해서 참조됨 : G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom().

G4bool G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::operator< ( const SortedNucleonConfiguration rhs) const
inline

Order operator for SortedNucleonConfiguration.

The comparison is done lexicographically (i.e. from the first element to the last).

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

다음을 참조함 : nucleons, theSize.

SortedNucleonConfiguration& G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::operator= ( const SortedNucleonConfiguration rhs)
inline

Assignment operator.

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

다음을 참조함 : swap().

void G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::swap ( SortedNucleonConfiguration rhs)
inline

Helper method for the assignment operator.

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

다음을 참조함 : nucleons, theSize.

다음에 의해서 참조됨 : operator=().

멤버 데이타 문서화

NucleonItem* G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::nucleons
private

The real array.

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

다음에 의해서 참조됨 : fill(), operator<(), SortedNucleonConfiguration(), swap(), ~SortedNucleonConfiguration().

size_t G4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration::theSize
private

Size of the array.

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

다음에 의해서 참조됨 : fill(), operator<(), SortedNucleonConfiguration(), swap().


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