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

#include <G4PlotParameters.hh>

Public 멤버 함수

 G4PlotParameters ()
 
void SetLayout (G4int columns, G4int rows)
 
void SetDimensions (G4int width, G4int height)
 
void SetStyle (const G4String &style)
 
G4int GetMaxColumns ()
 
G4int GetMaxRows ()
 
G4String GetAvailableStyles ()
 
G4int GetColumns () const
 
G4int GetRows () const
 
G4int GetWidth () const
 
G4int GetHeight () const
 
G4float GetScale () const
 
G4String GetStyle () const
 

Private 속성

std::unique_ptr< G4PlotMessengerfMessenger
 
G4int fDefaultColumns
 
G4int fDefaultRows
 
G4int fDefaultWidth
 
G4int fDefaultHeight
 
G4String fDefaultStyle
 
G4float fDefaultScale
 
G4int fMaxColumns
 
G4int fMaxRows
 
G4String fAvailableStyles
 
G4int fColumns
 
G4int fRows
 
G4int fWidth
 
G4int fHeight
 
G4float fScale
 
G4String fStyle
 

상세한 설명

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

생성자 & 소멸자 문서화

G4PlotParameters::G4PlotParameters ( )

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

다음을 참조함 : fMessenger.

멤버 함수 문서화

G4String G4PlotParameters::GetAvailableStyles ( )
inline

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

다음을 참조함 : fAvailableStyles.

다음에 의해서 참조됨 : G4PlotMessenger::SetStyleCmd().

G4int G4PlotParameters::GetColumns ( ) const
inline

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

다음을 참조함 : fColumns.

다음에 의해서 참조됨 : G4PlotManager::G4PlotManager(), G4PlotManager::GetNofPlotsPerPage(), G4PlotManager::PlotAndWrite().

G4int G4PlotParameters::GetHeight ( ) const
inline

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

다음을 참조함 : fHeight.

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

G4int G4PlotParameters::GetMaxColumns ( )
inline

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

다음을 참조함 : fMaxColumns.

다음에 의해서 참조됨 : G4PlotMessenger::SetLayoutCmd().

G4int G4PlotParameters::GetMaxRows ( )
inline

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

다음을 참조함 : fMaxRows.

다음에 의해서 참조됨 : G4PlotMessenger::SetLayoutCmd().

G4int G4PlotParameters::GetRows ( ) const
inline

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

다음을 참조함 : fRows.

다음에 의해서 참조됨 : G4PlotManager::G4PlotManager(), G4PlotManager::GetNofPlotsPerPage(), G4PlotManager::PlotAndWrite().

G4float G4PlotParameters::GetScale ( ) const
inline

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

다음을 참조함 : fScale.

다음에 의해서 참조됨 : G4PlotManager::WritePage().

G4String G4PlotParameters::GetStyle ( ) const
inline

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

다음을 참조함 : fStyle.

다음에 의해서 참조됨 : G4PlotManager::PlotAndWrite().

G4int G4PlotParameters::GetWidth ( ) const
inline

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

다음을 참조함 : fWidth.

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

void G4PlotParameters::SetDimensions ( G4int  width,
G4int  height 
)

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

다음을 참조함 : fHeight, fWidth, width.

다음에 의해서 참조됨 : G4PlotMessenger::SetNewValue().

void G4PlotParameters::SetLayout ( G4int  columns,
G4int  rows 
)

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

다음을 참조함 : fColumns, fMaxColumns, fMaxRows, fRows, G4endl, G4Exception(), JustWarning.

다음에 의해서 참조됨 : G4PlotMessenger::SetNewValue().

void G4PlotParameters::SetStyle ( const G4String style)

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

다음을 참조함 : fAvailableStyles, fDefaultScale, fScale, fStyle, G4endl, G4Exception(), JustWarning.

다음에 의해서 참조됨 : G4PlotMessenger::SetNewValue().

멤버 데이타 문서화

G4String G4PlotParameters::fAvailableStyles
private

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

다음에 의해서 참조됨 : GetAvailableStyles(), SetStyle().

G4int G4PlotParameters::fColumns
private

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

다음에 의해서 참조됨 : GetColumns(), SetLayout().

G4int G4PlotParameters::fDefaultColumns
private

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

G4int G4PlotParameters::fDefaultHeight
private

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

G4int G4PlotParameters::fDefaultRows
private

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

G4float G4PlotParameters::fDefaultScale
private

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

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

G4String G4PlotParameters::fDefaultStyle
private

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

G4int G4PlotParameters::fDefaultWidth
private

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

G4int G4PlotParameters::fHeight
private

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

다음에 의해서 참조됨 : GetHeight(), SetDimensions().

G4int G4PlotParameters::fMaxColumns
private

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

다음에 의해서 참조됨 : GetMaxColumns(), SetLayout().

G4int G4PlotParameters::fMaxRows
private

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

다음에 의해서 참조됨 : GetMaxRows(), SetLayout().

std::unique_ptr<G4PlotMessenger> G4PlotParameters::fMessenger
private

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

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

G4int G4PlotParameters::fRows
private

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

다음에 의해서 참조됨 : GetRows(), SetLayout().

G4float G4PlotParameters::fScale
private

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

다음에 의해서 참조됨 : GetScale(), SetStyle().

G4String G4PlotParameters::fStyle
private

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

다음에 의해서 참조됨 : GetStyle(), SetStyle().

G4int G4PlotParameters::fWidth
private

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

다음에 의해서 참조됨 : GetWidth(), SetDimensions().


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