| 244 | FaceVolumeCalc( FaceVolumeCalc& x, tbb::split ) : topology_( x.topology_ ), points_( x.points_ ), region_( x.region_ ) |
| 245 | {} |
| 246 | void join( const FaceVolumeCalc& y ) |
| 247 | { |
| 248 | volume_ += y.volume_; |
| 249 | } |
| 250 | |
| 251 | double volume() |
| 252 | { |
no outgoing calls