|
struct | default_strategy |
| Traits class binding a transformation strategy to a coordinate system. More...
|
|
struct | default_strategy< cartesian_tag, spherical_equatorial_tag, CoordSys1, CoordSys2, 3, 2, P1, P2 > |
|
struct | default_strategy< cartesian_tag, spherical_equatorial_tag, CoordSys1, CoordSys2, 3, 3, P1, P2 > |
|
struct | default_strategy< cartesian_tag, spherical_polar_tag, CoordSys1, CoordSys2, 3, 2, P1, P2 > |
| Specialization to transform from XYZ to unit sphere(phi,theta) More...
|
|
struct | default_strategy< cartesian_tag, spherical_polar_tag, CoordSys1, CoordSys2, 3, 3, P1, P2 > |
| Specialization to transform from XYZ to sphere(phi,theta,r) More...
|
|
struct | default_strategy< CoordSysTag, CoordSysTag, CoordSys, CoordSys, D, D, P, P > |
| Specialization for same coordinate system family, same system, same dimension, same point type, can be copied. More...
|
|
struct | default_strategy< CoordSysTag, CoordSysTag, CoordSys, CoordSys, D, D, P1, P2 > |
| Specialization for same coordinate system family and system, same dimension, different point type, copy per coordinate. More...
|
|
struct | default_strategy< CoordSysTag, CoordSysTag, CoordSys< degree >, CoordSys< radian >, 2, 2, P1, P2 > |
| Specialization to transform from degree to radian for any coordinate system / point type combination. More...
|
|
struct | default_strategy< CoordSysTag, CoordSysTag, CoordSys< degree >, CoordSys< radian >, 3, 3, P1, P2 > |
| Specialization degree->radian in 3D. More...
|
|
struct | default_strategy< CoordSysTag, CoordSysTag, CoordSys< radian >, CoordSys< degree >, 2, 2, P1, P2 > |
| Specialization to transform from radian to degree for any coordinate system / point type combination. More...
|
|
struct | default_strategy< CoordSysTag, CoordSysTag, CoordSys< radian >, CoordSys< degree >, 3, 3, P1, P2 > |
| Specialization radian->degree in 3D. More...
|
|
struct | default_strategy< spherical_equatorial_tag, cartesian_tag, CoordSys1, CoordSys2, 2, 3, P1, P2 > |
|
struct | default_strategy< spherical_equatorial_tag, cartesian_tag, CoordSys1, CoordSys2, 3, 3, P1, P2 > |
|
struct | default_strategy< spherical_polar_tag, cartesian_tag, CoordSys1, CoordSys2, 2, 3, P1, P2 > |
| Specialization to transform from unit sphere(phi,theta) to XYZ. More...
|
|
struct | default_strategy< spherical_polar_tag, cartesian_tag, CoordSys1, CoordSys2, 3, 3, P1, P2 > |
| Specialization to transform from sphere(phi,theta,r) to XYZ. More...
|
|