| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

VolumeIntersectionIntervals::AccumulateIntervals Class Reference

accumulation utility to accumulate the total length of intervals More...

#include <VolumeIntersectionIntervals.h>

List of all members.


Public Member Functions

double operator() (double &Length, const ILVolume::Interval &interval) const

Detailed Description

accumulation utility to accumulate the total length of intervals

Author:
Vanya Belyaev Ivan.Belyaev@itep.ru

Definition at line 146 of file VolumeIntersectionIntervals.h.


Member Function Documentation

double VolumeIntersectionIntervals::AccumulateIntervals::operator() ( double &  Length,
const ILVolume::Interval interval 
) const [inline]

Definition at line 151 of file VolumeIntersectionIntervals.h.

00152     { return Length += (interval.second-interval.first); }  


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:00:22 2011 for DetDesc by doxygen 1.4.7