|
Point Cloud Library (PCL)
1.14.1
|
#include </tmp/B.dbuxlxzr/BUILD/pcl-pcl-1.14.1/gpu/people/src/cuda/nvidia/NCV.hpp>
Inheritance diagram for NCVVector< T >:
Collaboration diagram for NCVVector< T >:Public Member Functions | |
| 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 515 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::NCVVector(), NCVVectorAlloc< HaarClassifierNode128 >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), and NCVVectorAlloc< HaarClassifierNode128 >::~NCVVectorAlloc().
|
inline |
Definition at line 550 of file NCV.hpp.
Referenced by NCVVectorReuse< T >::NCVVectorReuse().
|
inline |
|
protected |
Definition at line 556 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::clear(), NCVVector< HaarClassifierNode128 >::copySolid(), NCVVector< HaarClassifierNode128 >::length(), and NCVVectorReuse< T >::NCVVectorReuse().
|
protected |
Definition at line 557 of file NCV.hpp.
Referenced by NCVVector< HaarClassifierNode128 >::clear(), NCVVector< HaarClassifierNode128 >::copySolid(), and NCVVector< HaarClassifierNode128 >::memType().
|
protected |