|
Point Cloud Library (PCL)
1.11.1-dev
|
#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>
Inheritance diagram for NCVVector< T >:Public Member Functions | |
| NCVVector () | |
| virtual | ~NCVVector () |
| void | clear () |
| NCVStatus | copySolid (NCVVector< T > &dst, cudaStream_t cuStream, std::size_t howMuch=0) const |
| T * | ptr () const |
| std::size_t | length () const |
| NCVMemoryType | memType () const |
Protected Attributes | |
| T * | _ptr |
| std::size_t | _length |
| NCVMemoryType | _memtype |
|
inline |
Definition at line 520 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::NCVVector(), NCVVectorAlloc< HaarClassifierNode128 >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), and NCVVectorAlloc< HaarClassifierNode128 >::~NCVVectorAlloc().
|
inline |
Definition at line 555 of file NCV.hpp.
Referenced by NCVVectorAlloc< HaarClassifierNode128 >::NCVVectorAlloc(), and NCVVectorReuse< T >::NCVVectorReuse().
|
inline |
|
protected |
Definition at line 561 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::clear(), NCVVector< HaarClassifierNode128 >::copySolid(), NCVVector< HaarClassifierNode128 >::length(), and NCVVectorReuse< T >::NCVVectorReuse().
|
protected |
Definition at line 562 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::clear(), NCVVector< HaarClassifierNode128 >::copySolid(), and NCVVector< HaarClassifierNode128 >::memType().
|
protected |