Changeset c9b843 for src/Fragmentation/Summation/SetValues/SamplingGrid.hpp
- Timestamp:
- May 18, 2016, 10:03:09 PM (9 years ago)
- Children:
- c805f7
- Parents:
- 706d48
- git-author:
- Frederik Heber <heber@…> (03/10/16 14:52:28)
- git-committer:
- Frederik Heber <heber@…> (05/18/16 22:03:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Summation/SetValues/SamplingGrid.hpp
r706d48 rc9b843 362 362 void setWindowSize(const double _begin_window[3], const double _end_window[3]); 363 363 364 /** Helper function to get point at grid point for given \a axis and less than value.365 *366 * @param value value to find nearest grid point to367 * @param axis axis of the value368 * @return nearest lower grid point369 */370 double getNearestLowerGridPoint(371 const double value, const size_t axis) const;372 373 /** Helper function to get point at grid point for given \a axis and greater than value.374 *375 * @param value value to find nearest grid point to376 * @param axis axis of the value377 * @return nearest lower grid point378 */379 double getNearestHigherGridPoint(380 const double value, const size_t axis) const;381 382 364 public: 383 365 /// We do not store the whole grid if many entries are actually zero
Note:
See TracChangeset
for help on using the changeset viewer.
