CoordinateSystemPtr.h
Go to the documentation of this file.
1 #ifndef _utl_CoordinateSystemPtr_h_
2 #define _utl_CoordinateSystemPtr_h_
3 
4 #include <boost/shared_ptr.hpp>
5 
6 
7 namespace utl {
8 
10 
11 
24  typedef boost::shared_ptr<const CoordinateTransformer> CoordinateSystemPtr;
25 
26 }
27 
28 
29 #endif
boost::shared_ptr< const CoordinateTransformer > CoordinateSystemPtr
Shared pointer for coordinate systems.
Bottom part of Coordinate system class.

, generated on Tue Sep 26 2023.