source: NonGTP/Boost/boost/graph/simple_point.hpp @ 857

Revision 857, 235 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#ifndef BOOST_GRAPH_SIMPLE_POINT_HPP
2#define BOOST_GRAPH_SIMPLE_POINT_HPP
3
4namespace boost {
5
6template<typename T>
7struct simple_point
8{
9  T x;
10  T y;
11};
12
13} // end namespace boost
14
15#endif // BOOST_GRAPH_SIMPLE_POINT_HPP
Note: See TracBrowser for help on using the repository browser.