Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cuspatial::detail::index_to_geometry_id< IndexT, GeometryIter > Struct Template Reference

Public Member Functions

 index_to_geometry_id (GeometryIter begin, GeometryIter end)
 
CUSPATIAL_HOST_DEVICE auto operator() (IndexT idx)
 

Public Attributes

GeometryIter geometry_begin
 
GeometryIter geometry_end
 

Detailed Description

template<class IndexT, class GeometryIter>
struct cuspatial::detail::index_to_geometry_id< IndexT, GeometryIter >

Definition at line 168 of file iterator_factory.cuh.

Constructor & Destructor Documentation

◆ index_to_geometry_id()

template<class IndexT , class GeometryIter >
cuspatial::detail::index_to_geometry_id< IndexT, GeometryIter >::index_to_geometry_id ( GeometryIter begin,
GeometryIter end )
inline

Definition at line 172 of file iterator_factory.cuh.

Member Function Documentation

◆ operator()()

template<class IndexT , class GeometryIter >
CUSPATIAL_HOST_DEVICE auto cuspatial::detail::index_to_geometry_id< IndexT, GeometryIter >::operator() ( IndexT idx)
inline

Definition at line 177 of file iterator_factory.cuh.

Member Data Documentation

◆ geometry_begin

template<class IndexT , class GeometryIter >
GeometryIter cuspatial::detail::index_to_geometry_id< IndexT, GeometryIter >::geometry_begin

Definition at line 169 of file iterator_factory.cuh.

◆ geometry_end

template<class IndexT , class GeometryIter >
GeometryIter cuspatial::detail::index_to_geometry_id< IndexT, GeometryIter >::geometry_end

Definition at line 170 of file iterator_factory.cuh.


The documentation for this struct was generated from the following file: