CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BoundSpan.h
Go to the documentation of this file.
1 #ifndef Geom_BoundSpan_H
2 #define Geom_BoundSpan_H
3 
10 #include <utility>
11 class BoundSurface;
12 
13 namespace boundSpan {
14 
15  void
16  computeSpan(BoundSurface& plane);
17 
18 }
19 
20 #endif
void computeSpan(BoundSurface &plane)
Definition: BoundSpan.cc:10