Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Utilities
Geometry
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
9
class
CoordinateTransformer
;
10
11
24
typedef
boost::shared_ptr<const CoordinateTransformer>
CoordinateSystemPtr
;
25
26
}
27
28
29
#endif
utl::CoordinateSystemPtr
boost::shared_ptr< const CoordinateTransformer > CoordinateSystemPtr
Shared pointer for coordinate systems.
Definition:
CoordinateSystemPtr.h:9
utl::CoordinateTransformer
Bottom part of Coordinate system class.
Definition:
CoordinateSystem.h:81
, generated on Tue Sep 26 2023.