source:
NonGTP/Boost/boost/graph/simple_point.hpp
@
857
Revision 857, 235 bytes checked in by igarcia, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef BOOST_GRAPH_SIMPLE_POINT_HPP |
2 | #define BOOST_GRAPH_SIMPLE_POINT_HPP |
3 | |
4 | namespace boost { |
5 | |
6 | template<typename T> |
7 | struct 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.