| Geant4_10
    | 
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  More... | |
| G4double | y | 
| function value  More... | |
| G4double | yPrime | 
| function derivative  More... | |
Interpolation node.
Definition at line 58 of file G4INCLInverseInterpolationTable.hh.
| 
 | inline | 
Definition at line 60 of file G4INCLInverseInterpolationTable.hh.
| 
 | inlinevirtual | 
Definition at line 66 of file G4INCLInverseInterpolationTable.hh.
| 
 | inline | 
Definition at line 84 of file G4INCLInverseInterpolationTable.hh.

| 
 | inline | 
Definition at line 85 of file G4INCLInverseInterpolationTable.hh.

| 
 | inline | 
Definition at line 86 of file G4INCLInverseInterpolationTable.hh.
| 
 | inline | 
Definition at line 68 of file G4INCLInverseInterpolationTable.hh.
| 
 | inline | 
Definition at line 72 of file G4INCLInverseInterpolationTable.hh.
| 
 | inline | 
Definition at line 76 of file G4INCLInverseInterpolationTable.hh.
| 
 | inline | 
Definition at line 80 of file G4INCLInverseInterpolationTable.hh.
| 
 | inline | 
Definition at line 92 of file G4INCLInverseInterpolationTable.hh.
Definition at line 88 of file G4INCLInverseInterpolationTable.hh.
Definition at line 89 of file G4INCLInverseInterpolationTable.hh.
Definition at line 90 of file G4INCLInverseInterpolationTable.hh.
| 
 | protected | 
abscissa
Definition at line 100 of file G4INCLInverseInterpolationTable.hh.
| 
 | protected | 
function value
Definition at line 102 of file G4INCLInverseInterpolationTable.hh.
| 
 | protected | 
function derivative
Definition at line 104 of file G4INCLInverseInterpolationTable.hh.
 1.8.5
 1.8.5