Triple.h
Go to the documentation of this file.
1 #ifndef _utl_Triple_h_
2 #define _utl_Triple_h_
3 
9 #include <boost/tuple/tuple.hpp>
10 
11 
12 namespace utl {
13 
15  typedef boost::tuple<double, double, double> Triple;
16 
17 }
18 
19 
20 #endif
boost::tuple< double, double, double > Triple
Coordinate triple for easy getting or setting of coordinates.
Definition: Triple.h:15

, generated on Tue Sep 26 2023.