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

Interpolation node. 더 자세히 ...

#include <G4INCLInterpolationTable.hh>

Public 멤버 함수

 InterpolationNode (const G4double x0, const G4double y0, const G4double yPrime0)
 
virtual ~InterpolationNode ()
 
G4bool operator< (const InterpolationNode &rhs) const
 
G4bool operator<= (const InterpolationNode &rhs) const
 
G4bool operator> (const InterpolationNode &rhs) const
 
G4bool operator>= (const InterpolationNode &rhs) const
 
G4double getX () const
 
G4double getY () const
 
G4double getYPrime () const
 
void setX (const G4double x0)
 
void setY (const G4double y0)
 
void setYPrime (const G4double yPrime0)
 
std::string print () const
 

Protected 속성

G4double x
 abscissa 더 자세히 ...
 
G4double y
 function value 더 자세히 ...
 
G4double yPrime
 function derivative 더 자세히 ...
 

상세한 설명

Interpolation node.

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

생성자 & 소멸자 문서화

G4INCL::InterpolationNode::InterpolationNode ( const G4double  x0,
const G4double  y0,
const G4double  yPrime0 
)
inline

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

virtual G4INCL::InterpolationNode::~InterpolationNode ( )
inlinevirtual

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

멤버 함수 문서화

G4double G4INCL::InterpolationNode::getX ( ) const
inline

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

다음을 참조함 : x.

다음에 의해서 참조됨 : G4INCL::InterpolationTable::getNodeAbscissae().

G4double G4INCL::InterpolationNode::getY ( ) const
inline

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

다음을 참조함 : y.

다음에 의해서 참조됨 : G4INCL::InterpolationTable::getNodeValues().

G4double G4INCL::InterpolationNode::getYPrime ( ) const
inline

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

다음을 참조함 : yPrime.

G4bool G4INCL::InterpolationNode::operator< ( const InterpolationNode rhs) const
inline

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

다음을 참조함 : x.

G4bool G4INCL::InterpolationNode::operator<= ( const InterpolationNode rhs) const
inline

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

다음을 참조함 : x.

G4bool G4INCL::InterpolationNode::operator> ( const InterpolationNode rhs) const
inline

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

다음을 참조함 : x.

G4bool G4INCL::InterpolationNode::operator>= ( const InterpolationNode rhs) const
inline

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

다음을 참조함 : x.

std::string G4INCL::InterpolationNode::print ( ) const
inline

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

다음을 참조함 : message(), x, y, yPrime.

void G4INCL::InterpolationNode::setX ( const G4double  x0)
inline

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

다음을 참조함 : x.

void G4INCL::InterpolationNode::setY ( const G4double  y0)
inline

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

다음을 참조함 : y.

void G4INCL::InterpolationNode::setYPrime ( const G4double  yPrime0)
inline

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

다음을 참조함 : yPrime.

멤버 데이타 문서화

G4double G4INCL::InterpolationNode::x
protected

abscissa

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

다음에 의해서 참조됨 : getX(), operator<(), operator<=(), operator>(), operator>=(), print(), setX().

G4double G4INCL::InterpolationNode::y
protected

function value

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

다음에 의해서 참조됨 : getY(), print(), setY().

G4double G4INCL::InterpolationNode::yPrime
protected

function derivative

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

다음에 의해서 참조됨 : getYPrime(), print(), setYPrime().


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