Point Cloud Library (PCL)
1.8.1
|
#include </builddir/build/BUILD/pcl-1.8.1/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
NCVVector () | |
virtual | ~NCVVector () |
void | clear () |
NCVStatus | copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const |
T * | ptr () const |
size_t | length () const |
NCVMemoryType | memType () const |
Protected Attributes | |
T * | _ptr |
size_t | _length |
NCVMemoryType | _memtype |
|
inline |
Definition at line 536 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::NCVVector(), NCVVectorAlloc< HaarClassifierNode128 >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), and NCVVectorAlloc< HaarClassifierNode128 >::~NCVVectorAlloc().
|
inline |
Definition at line 571 of file NCV.hpp.
Referenced by NCVVectorAlloc< HaarClassifierNode128 >::NCVVectorAlloc(), and NCVVectorReuse< T >::NCVVectorReuse().
|
inline |
|
protected |
Definition at line 577 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::clear(), NCVVector< HaarClassifierNode128 >::copySolid(), NCVVector< HaarClassifierNode128 >::length(), and NCVVectorReuse< T >::NCVVectorReuse().
|
protected |
Definition at line 578 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::clear(), NCVVector< HaarClassifierNode128 >::copySolid(), and NCVVector< HaarClassifierNode128 >::memType().
|
protected |