|
Geant4 11.3.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 (ptwXYPoints *ptwXY1, double yMin, double yMax) |
| nfu_status | ptwXY_thicken (ptwXYPoints *ptwXY1, int sectionSubdivideMax, double dxMax, double fxMax) |
| ptwXYPoints * | ptwXY_thin (ptwXYPoints *ptwXY1, double accuracy, nfu_status *status) |
| nfu_status | ptwXY_trim (ptwXYPoints *ptwXY) |
| ptwXYPoints * | ptwXY_union (ptwXYPoints *ptwXY1, ptwXYPoints *ptwXY2, nfu_status *status, int unionOptions) |
| nfu_status | ptwXY_scaleOffsetXAndY (ptwXYPoints *ptwXY, double xScale, double xOffset, double yScale, double yOffset) |
| nfu_status ptwXY_clip | ( | ptwXYPoints * | ptwXY1, |
| double | yMin, | ||
| double | yMax ) |
Definition at line 25 of file ptwXY_methods.cc.
| nfu_status ptwXY_scaleOffsetXAndY | ( | ptwXYPoints * | ptwXY, |
| double | xScale, | ||
| double | xOffset, | ||
| double | yScale, | ||
| double | yOffset ) |
Definition at line 481 of file ptwXY_methods.cc.
| nfu_status ptwXY_thicken | ( | ptwXYPoints * | ptwXY1, |
| int | sectionSubdivideMax, | ||
| double | dxMax, | ||
| double | fxMax ) |
Definition at line 144 of file ptwXY_methods.cc.
| ptwXYPoints * ptwXY_thin | ( | ptwXYPoints * | ptwXY1, |
| double | accuracy, | ||
| nfu_status * | status ) |
Definition at line 211 of file ptwXY_methods.cc.
| nfu_status ptwXY_trim | ( | ptwXYPoints * | ptwXY | ) |
Definition at line 315 of file ptwXY_methods.cc.
| ptwXYPoints * ptwXY_union | ( | ptwXYPoints * | ptwXY1, |
| ptwXYPoints * | ptwXY2, | ||
| nfu_status * | status, | ||
| int | unionOptions ) |
Definition at line 349 of file ptwXY_methods.cc.
Referenced by ptwXY_binary_ptwXY(), ptwXY_div_ptwXY(), ptwXY_groupThreeFunctions(), and ptwXY_groupTwoFunctions().