Loading...
Searching...
No Matches
Classes | Enumerations | Functions
operation.cuh File Reference
#include <cuproj/detail/utility/cuda.hpp>
#include <cuproj/projection_parameters.hpp>

Go to the source code of this file.

Classes

class  cuproj::operation< Coordinate, T >
 Base class for all transform operations. More...
 

Enumerations

enum  cuproj::operation_type {
  AXIS_SWAP , DEGREES_TO_RADIANS , CLAMP_ANGULAR_COORDINATES , OFFSET_SCALE_CARTESIAN_COORDINATES ,
  TRANSVERSE_MERCATOR
}
 Enumerates the different types of transform operations. More...
 
enum  cuproj::direction { FORWARD , INVERSE }
 Enumerates the direction of a transform operation. More...
 

Functions

direction cuproj::reverse (direction dir)
 Returns the opposite of a direction.