| 55 | } |
| 56 | template < typename PointType, index_t dimension > |
| 57 | double GenericSphere< PointType, dimension >::radius() const |
| 58 | { |
| 59 | return radius_; |
| 60 | } |
| 61 | |
| 62 | template < typename PointType, index_t dimension > |
| 63 | BoundingBox< dimension > |
no outgoing calls