testBasicVectorHelper.h
Go to the documentation of this file.
1 #ifndef __testBasicVectorHelper_h_
2 #define __testBasicVectorHelper_h_
3 
16 #include <utl/BasicVector.h>
17 
18 
19 namespace tst {
20 
21  template<class Vector>
22  const typename Vector::CoordinateType& cartesian();
23 
24  template<class Vector>
25  const typename Vector::CoordinateType& cylindrical();
26 
27  template<class Vector>
28  const typename Vector::CoordinateType& spherical();
29 
30 }
31 
32 
33 #endif
34 
35 // Configure (x)emacs for this file ...
36 // Local Variables:
37 // mode:c++
38 // compile-command: "make -C .. -k"
39 // End:
const Vector::CoordinateType & spherical()
const Vector::CoordinateType & cartesian()
const Vector::CoordinateType & cylindrical()

, generated on Tue Sep 26 2023.