Loading...
Searching...
No Matches
Classes | Functions
segment.cuh File Reference
#include <cuspatial/cuda_utils.hpp>
#include <cuspatial/geometry/vec_2d.hpp>
#include <thrust/device_reference.h>
#include <iostream>

Go to the source code of this file.

Classes

class  cuspatial::segment< T, Vertex >
 A generic segment type. More...
 

Functions

template<typename T >
 cuspatial::segment (vec_2d< T > a, vec_2d< T > b) -> segment< T, vec_2d< T > >
 
template<typename T >
 cuspatial::segment (thrust::device_reference< vec_2d< T > > a, thrust::device_reference< vec_2d< T > > b) -> segment< T, vec_2d< T > >