cheshirekow  v0.1.0
mpblocks::cudaNN::ResultBlock< Format_t, NDim > Class Template Reference

#include <mpblocks/cudaNN/PointSet.h>

Public Types

typedef unsigned int uint_t
 

Public Member Functions

void allocate (uint_t cols)
 
uint_t cols () const
 
Format_t operator() (int i, int j)
 
uint_t pitch () const
 
Format_t * ptr () const
 
 ResultBlock (uint_t cols=0)
 
 ~ResultBlock ()
 

Private Attributes

Format_t * m_buf
 
uint_t m_cols
 

Detailed Description

template<typename Format_t, unsigned int NDim>
class mpblocks::cudaNN::ResultBlock< Format_t, NDim >

Definition at line 40 of file PointSet.h.

Member Typedef Documentation

template<typename Format_t , unsigned int NDim>
typedef unsigned int mpblocks::cudaNN::ResultBlock< Format_t, NDim >::uint_t

Definition at line 43 of file PointSet.h.

Constructor & Destructor Documentation

template<typename Format_t , unsigned int NDim>
mpblocks::cudaNN::ResultBlock< Format_t, NDim >::ResultBlock ( uint_t  cols = 0)
inline

Definition at line 50 of file PointSet.h.

template<typename Format_t , unsigned int NDim>
mpblocks::cudaNN::ResultBlock< Format_t, NDim >::~ResultBlock ( )
inline

Definition at line 57 of file PointSet.h.

Member Function Documentation

template<typename Format_t , unsigned int NDim>
void mpblocks::cudaNN::ResultBlock< Format_t, NDim >::allocate ( uint_t  cols)

Definition at line 46 of file PointSet.hpp.

template<typename Format_t , unsigned int NDim>
uint_t mpblocks::cudaNN::ResultBlock< Format_t, NDim >::cols ( ) const
inline

Definition at line 66 of file PointSet.h.

template<typename Format_t , unsigned int NDim>
Format_t mpblocks::cudaNN::ResultBlock< Format_t, NDim >::operator() ( int  i,
int  j 
)
inline

Definition at line 69 of file PointSet.h.

template<typename Format_t , unsigned int NDim>
uint_t mpblocks::cudaNN::ResultBlock< Format_t, NDim >::pitch ( ) const
inline

Definition at line 67 of file PointSet.h.

template<typename Format_t , unsigned int NDim>
Format_t* mpblocks::cudaNN::ResultBlock< Format_t, NDim >::ptr ( ) const
inline

Definition at line 65 of file PointSet.h.

Member Data Documentation

template<typename Format_t , unsigned int NDim>
Format_t* mpblocks::cudaNN::ResultBlock< Format_t, NDim >::m_buf
private

Definition at line 47 of file PointSet.h.

template<typename Format_t , unsigned int NDim>
uint_t mpblocks::cudaNN::ResultBlock< Format_t, NDim >::m_cols
private

Definition at line 46 of file PointSet.h.


The documentation for this class was generated from the following files: