cheshirekow  v0.1.0
mpblocks::dubins::curves_cuda::ResultBlock< Format_t > Class Template Reference

#include <mpblocks/dubins/curves_cuda/PointSet.h>

Public Types

typedef unsigned int uint_t
 

Public Member Functions

void allocate (uint_t rows, 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 rows=0, uint_t cols=0)
 
uint_t rows () const
 
 ~ResultBlock ()
 

Private Attributes

Format_t * m_buf
 
uint_t m_cols
 
uint_t m_rows
 

Detailed Description

template<typename Format_t>
class mpblocks::dubins::curves_cuda::ResultBlock< Format_t >

Definition at line 40 of file PointSet.h.

Member Typedef Documentation

template<typename Format_t>
typedef unsigned int mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::uint_t

Definition at line 43 of file PointSet.h.

Constructor & Destructor Documentation

template<typename Format_t>
mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::ResultBlock ( uint_t  rows = 0,
uint_t  cols = 0 
)
inline

Definition at line 52 of file PointSet.h.

template<typename Format_t>
mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::~ResultBlock ( )
inline

Definition at line 60 of file PointSet.h.

Member Function Documentation

template<typename Format_t >
void mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::allocate ( uint_t  rows,
uint_t  cols 
)

Definition at line 37 of file PointSet.cu.hpp.

template<typename Format_t>
uint_t mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::cols ( ) const
inline

Definition at line 70 of file PointSet.h.

template<typename Format_t>
Format_t mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::operator() ( int  i,
int  j 
)
inline

Definition at line 73 of file PointSet.h.

template<typename Format_t>
uint_t mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::pitch ( ) const
inline

Definition at line 71 of file PointSet.h.

template<typename Format_t>
Format_t* mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::ptr ( ) const
inline

Definition at line 68 of file PointSet.h.

template<typename Format_t>
uint_t mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::rows ( ) const
inline

Definition at line 69 of file PointSet.h.

Member Data Documentation

template<typename Format_t>
Format_t* mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::m_buf
private

Definition at line 49 of file PointSet.h.

template<typename Format_t>
uint_t mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::m_cols
private

Definition at line 47 of file PointSet.h.

template<typename Format_t>
uint_t mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::m_rows
private

Definition at line 46 of file PointSet.h.


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