Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Interpolation node. More...
#include <G4INCLInverseInterpolationTable.hh>
Public Member Functions | |
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 Attributes | |
G4double | x |
abscissa | |
G4double | y |
function value | |
G4double | yPrime |
function derivative | |
Friends | |
G4bool | operator< (const InterpolationNode &lhs, const G4double rhs) |
Overloaded comparison operator for STL algorithms. | |
Interpolation node.
Definition at line 60 of file G4INCLInverseInterpolationTable.hh.
|
inline |
Definition at line 62 of file G4INCLInverseInterpolationTable.hh.
|
inlinevirtual |
Definition at line 68 of file G4INCLInverseInterpolationTable.hh.
|
inline |
Definition at line 91 of file G4INCLInverseInterpolationTable.hh.
Referenced by G4INCL::InverseInterpolationTable::getNodeAbscissae().
|
inline |
Definition at line 92 of file G4INCLInverseInterpolationTable.hh.
Referenced by G4INCL::InverseInterpolationTable::getNodeValues().
|
inline |
Definition at line 93 of file G4INCLInverseInterpolationTable.hh.
|
inline |
Definition at line 70 of file G4INCLInverseInterpolationTable.hh.
|
inline |
Definition at line 74 of file G4INCLInverseInterpolationTable.hh.
|
inline |
Definition at line 78 of file G4INCLInverseInterpolationTable.hh.
|
inline |
Definition at line 82 of file G4INCLInverseInterpolationTable.hh.
|
inline |
Definition at line 99 of file G4INCLInverseInterpolationTable.hh.
Definition at line 95 of file G4INCLInverseInterpolationTable.hh.
Definition at line 96 of file G4INCLInverseInterpolationTable.hh.
Definition at line 97 of file G4INCLInverseInterpolationTable.hh.
|
friend |
Overloaded comparison operator for STL algorithms.
Definition at line 87 of file G4INCLInverseInterpolationTable.hh.
|
protected |
abscissa
Definition at line 107 of file G4INCLInverseInterpolationTable.hh.
Referenced by getX(), operator<(), operator<=(), operator>(), operator>=(), print(), and setX().
|
protected |
function value
Definition at line 109 of file G4INCLInverseInterpolationTable.hh.
|
protected |
function derivative
Definition at line 111 of file G4INCLInverseInterpolationTable.hh.
Referenced by getYPrime(), print(), and setYPrime().