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

#include <G4VViewer.hh>

Public 멤버 함수

 G4Spline ()
 
 ~G4Spline ()
 
void AddSplinePoint (const G4Vector3D &v)
 
G4Vector3D GetInterpolatedSplinePoint (float t)
 
int GetNumPoints ()
 
G4Vector3D GetPoint (int)
 
G4Vector3D CatmullRom_Eq (float t, const G4Vector3D &p1, const G4Vector3D &p2, const G4Vector3D &p3, const G4Vector3D &p4)
 

Private 속성

std::vector< G4Vector3Dvp
 
float delta_t
 

상세한 설명

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

생성자 & 소멸자 문서화

G4VViewer::G4Spline::G4Spline ( )

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

G4VViewer::G4Spline::~G4Spline ( )

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

멤버 함수 문서화

void G4VViewer::G4Spline::AddSplinePoint ( const G4Vector3D v)

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

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

G4Vector3D G4VViewer::G4Spline::CatmullRom_Eq ( float  t,
const G4Vector3D p1,
const G4Vector3D p2,
const G4Vector3D p3,
const G4Vector3D p4 
)

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

다음을 참조함 : t2.

G4Vector3D G4VViewer::G4Spline::GetInterpolatedSplinePoint ( float  t)

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

다음을 참조함 : BOUNDS, int().

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

int G4VViewer::G4Spline::GetNumPoints ( )

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

G4Vector3D G4VViewer::G4Spline::GetPoint ( int  a)

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

다음을 참조함 : a.

멤버 데이타 문서화

float G4VViewer::G4Spline::delta_t
private

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

std::vector<G4Vector3D> G4VViewer::G4Spline::vp
private

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


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