cheshirekow
v0.1.0
|
#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 |
Definition at line 40 of file PointSet.h.
typedef unsigned int mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::uint_t |
Definition at line 43 of file PointSet.h.
|
inline |
Definition at line 52 of file PointSet.h.
|
inline |
Definition at line 60 of file PointSet.h.
void mpblocks::dubins::curves_cuda::ResultBlock< Format_t >::allocate | ( | uint_t | rows, |
uint_t | cols | ||
) |
Definition at line 37 of file PointSet.cu.hpp.
|
inline |
Definition at line 70 of file PointSet.h.
|
inline |
Definition at line 73 of file PointSet.h.
|
inline |
Definition at line 71 of file PointSet.h.
|
inline |
Definition at line 68 of file PointSet.h.
|
inline |
Definition at line 69 of file PointSet.h.
|
private |
Definition at line 49 of file PointSet.h.
|
private |
Definition at line 47 of file PointSet.h.
|
private |
Definition at line 46 of file PointSet.h.