| 
    Geant4
    10.02.p03
    
   | 
 
Go to the source code of this file.
Functions | |
| static nfu_status | ptwXY_createFromFunctionBisect (ptwXYPoints *ptwXY, double x1, double y1, double x2, double y2, ptwXY_createFromFunction_callback func, void *argList, int level, int checkForRoots, double eps) | 
| static nfu_status | ptwXY_createFromFunctionZeroCrossing (ptwXYPoints *ptwXY, double x1, double y1, double x2, double y2, ptwXY_createFromFunction_callback func, void *argList, double eps) | 
| static nfu_status | ptwXY_applyFunction2 (ptwXYPoints *ptwXY1, double y1, double y2, ptwXYPoint *p1, ptwXYPoint *p2, ptwXY_applyFunction_callback func, void *argList, int level, int checkForRoots) | 
| static nfu_status | ptwXY_applyFunctionZeroCrossing (ptwXYPoints *ptwXY1, double y1, double y2, ptwXYPoint *p1, ptwXYPoint *p2, ptwXY_applyFunction_callback func, void *argList) | 
| void | ptwXY_update_biSectionMax (ptwXYPoints *ptwXY1, double oldLength) | 
| ptwXYPoints * | ptwXY_createFromFunction (int n, double *xs, ptwXY_createFromFunction_callback func, void *argList, double accuracy, int checkForRoots, int biSectionMax, nfu_status *status) | 
| ptwXYPoints * | ptwXY_createFromFunction2 (ptwXPoints *xs, ptwXY_createFromFunction_callback func, void *argList, double accuracy, int checkForRoots, int biSectionMax, nfu_status *status) | 
| nfu_status | ptwXY_applyFunction (ptwXYPoints *ptwXY1, ptwXY_applyFunction_callback func, void *argList, int checkForRoots) | 
| ptwXYPoints * | ptwXY_fromString (char const *str, ptwXY_interpolation interpolation, ptwXY_interpolationOtherInfo const *interpolationOtherInfo, double biSectionMax, double accuracy, char **endCharacter, nfu_status *status) | 
| void | ptwXY_showInteralStructure (ptwXYPoints *ptwXY, FILE *f, int printPointersAsNull) | 
| void | ptwXY_simpleWrite (ptwXYPoints *ptwXY, FILE *f, char *format) | 
| void | ptwXY_simplePrint (ptwXYPoints *ptwXY, char *format) | 
| nfu_status ptwXY_applyFunction | ( | ptwXYPoints * | ptwXY1, | 
| ptwXY_applyFunction_callback | func, | ||
| void * | argList, | ||
| int | checkForRoots | ||
| ) | 
Definition at line 143 of file ptwXY_misc.cc.
      
  | 
  static | 
Definition at line 172 of file ptwXY_misc.cc.
      
  | 
  static | 
Definition at line 198 of file ptwXY_misc.cc.
| ptwXYPoints* ptwXY_createFromFunction | ( | int | n, | 
| double * | xs, | ||
| ptwXY_createFromFunction_callback | func, | ||
| void * | argList, | ||
| double | accuracy, | ||
| int | checkForRoots, | ||
| int | biSectionMax, | ||
| nfu_status * | status | ||
| ) | 
Definition at line 40 of file ptwXY_misc.cc.
| ptwXYPoints* ptwXY_createFromFunction2 | ( | ptwXPoints * | xs, | 
| ptwXY_createFromFunction_callback | func, | ||
| void * | argList, | ||
| double | accuracy, | ||
| int | checkForRoots, | ||
| int | biSectionMax, | ||
| nfu_status * | status | ||
| ) | 
Definition at line 89 of file ptwXY_misc.cc.
      
  | 
  static | 
Definition at line 97 of file ptwXY_misc.cc.
      
  | 
  static | 
Definition at line 116 of file ptwXY_misc.cc.
| ptwXYPoints* ptwXY_fromString | ( | char const * | str, | 
| ptwXY_interpolation | interpolation, | ||
| ptwXY_interpolationOtherInfo const * | interpolationOtherInfo, | ||
| double | biSectionMax, | ||
| double | accuracy, | ||
| char ** | endCharacter, | ||
| nfu_status * | status | ||
| ) | 
Definition at line 230 of file ptwXY_misc.cc.
| void ptwXY_showInteralStructure | ( | ptwXYPoints * | ptwXY, | 
| FILE * | f, | ||
| int | printPointersAsNull | ||
| ) | 
Definition at line 247 of file ptwXY_misc.cc.
| void ptwXY_simplePrint | ( | ptwXYPoints * | ptwXY, | 
| char * | format | ||
| ) | 
Definition at line 292 of file ptwXY_misc.cc.
| void ptwXY_simpleWrite | ( | ptwXYPoints * | ptwXY, | 
| FILE * | f, | ||
| char * | format | ||
| ) | 
Definition at line 279 of file ptwXY_misc.cc.
| void ptwXY_update_biSectionMax | ( | ptwXYPoints * | ptwXY1, | 
| double | oldLength | ||
| ) | 
Definition at line 31 of file ptwXY_misc.cc.