cheshirekow  v0.1.0
mpblocks::cudaNN::kernels::Reader< Format_t, NDim, Idx > Struct Template Reference

#include <mpblocks/cudaNN/kernels/Reader.cu.hpp>

Static Public Member Functions

static __device__ void read (Format_t *g_data, unsigned int pitch, int idx, linalg::Matrix< Format_t, NDim, 1 > &v)
 
static __device__ void read (const QueryPoint< Format_t, NDim > &q, linalg::Matrix< Format_t, NDim, 1 > &v)
 

Detailed Description

template<typename Format_t, unsigned int NDim, unsigned int Idx>
struct mpblocks::cudaNN::kernels::Reader< Format_t, NDim, Idx >

Definition at line 42 of file Reader.cu.hpp.

Member Function Documentation

template<typename Format_t , unsigned int NDim, unsigned int Idx>
static __device__ void mpblocks::cudaNN::kernels::Reader< Format_t, NDim, Idx >::read ( Format_t *  g_data,
unsigned int  pitch,
int  idx,
linalg::Matrix< Format_t, NDim, 1 > &  v 
)
inlinestatic

Definition at line 45 of file Reader.cu.hpp.

template<typename Format_t , unsigned int NDim, unsigned int Idx>
static __device__ void mpblocks::cudaNN::kernels::Reader< Format_t, NDim, Idx >::read ( const QueryPoint< Format_t, NDim > &  q,
linalg::Matrix< Format_t, NDim, 1 > &  v 
)
inlinestatic

Definition at line 54 of file Reader.cu.hpp.


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