|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Functions | |
| nfu_status | ptwXY_clip (statusMessageReporting *smr, ptwXYPoints *ptwXY1, double rangeMin, double rangeMax) |
| nfu_status | ptwXY_thicken (statusMessageReporting *smr, ptwXYPoints *ptwXY1, int sectionSubdivideMax, double dDomainMax, double fDomainMax) |
| ptwXYPoints * | ptwXY_thin (statusMessageReporting *smr, ptwXYPoints *ptwXY1, double accuracy) |
| ptwXYPoints * | ptwXY_thinDomain (statusMessageReporting *smr, ptwXYPoints *ptwXY1, double epsilon) |
| nfu_status | ptwXY_trim (statusMessageReporting *smr, ptwXYPoints *ptwXY) |
| ptwXYPoints * | ptwXY_union (statusMessageReporting *smr, ptwXYPoints *ptwXY1, ptwXYPoints *ptwXY2, int unionOptions) |
| nfu_status | ptwXY_scaleOffsetXAndY (statusMessageReporting *smr, ptwXYPoints *ptwXY, double xScale, double xOffset, double yScale, double yOffset) |
| nfu_status | ptwXY_scaleAndOffsetDomainWith_ptwXYs (statusMessageReporting *smr, ptwXYPoints *ptwXY, ptwXYPoints *offsetXY, ptwXYPoints *slopeXY, int skipLastPoint) |
| nfu_status ptwXY_clip | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY1, | ||
| double | rangeMin, | ||
| double | rangeMax ) |
Definition at line 21 of file ptwXY_methods.c.
| nfu_status ptwXY_scaleAndOffsetDomainWith_ptwXYs | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY, | ||
| ptwXYPoints * | offsetXY, | ||
| ptwXYPoints * | slopeXY, | ||
| int | skipLastPoint ) |
Definition at line 709 of file ptwXY_methods.c.
| nfu_status ptwXY_scaleOffsetXAndY | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY, | ||
| double | xScale, | ||
| double | xOffset, | ||
| double | yScale, | ||
| double | yOffset ) |
Definition at line 666 of file ptwXY_methods.c.
| nfu_status ptwXY_thicken | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY1, | ||
| int | sectionSubdivideMax, | ||
| double | dDomainMax, | ||
| double | fDomainMax ) |
Definition at line 155 of file ptwXY_methods.c.
| ptwXYPoints * ptwXY_thin | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY1, | ||
| double | accuracy ) |
Definition at line 259 of file ptwXY_methods.c.
| ptwXYPoints * ptwXY_thinDomain | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY1, | ||
| double | epsilon ) |
Definition at line 365 of file ptwXY_methods.c.
| nfu_status ptwXY_trim | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY ) |
Definition at line 477 of file ptwXY_methods.c.
| ptwXYPoints * ptwXY_union | ( | statusMessageReporting * | smr, |
| ptwXYPoints * | ptwXY1, | ||
| ptwXYPoints * | ptwXY2, | ||
| int | unionOptions ) |
Definition at line 517 of file ptwXY_methods.c.
Referenced by ptwXY_binary_ptwXY(), ptwXY_div_ptwXY(), ptwXY_groupThreeFunctions(), and ptwXY_groupTwoFunctions().