Loading...
Searching...
No Matches
Types

Type declarations for cuproj. More...

Files

file  projection.cuh
 
file  ellipsoid.hpp
 
file  vec_2d.hpp
 

Classes

class  cuproj::projection< Coordinate, T >
 A projection transforms coordinates between coordinate reference systems. More...
 

Typedefs

template<typename Coordinate >
using cuproj::device_projection = typename detail::pipeline<Coordinate>
 A projection object that can be invoked from __device__ code to transform coordinates.
 

Detailed Description

Type declarations for cuproj.

Typedef Documentation

◆ device_projection

template<typename Coordinate >
using cuproj::device_projection = typename detail::pipeline<Coordinate>

A projection object that can be invoked from __device__ code to transform coordinates.

Template Parameters
Coordinatethe coordinate type. This type is expected to have a value_type member type.

Definition at line 47 of file projection.cuh.