source:
downloads/boost_1_33_1/boost/graph/simple_point.hpp
@
12
Last change on this file since 12 was 12, checked in by landauf, 18 years ago | |
---|---|
File size: 220 bytes |
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.