|
Point Cloud Library (PCL) 1.15.1
|
#include </build/pcl-uIWyNl/pcl-1.15.1+dfsg/gpu/people/src/cuda/nvidia/NCV.hpp>
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 |
|
inline |
Definition at line 515 of file NCV.hpp.
References _length, _memtype, and _ptr.
Referenced by NCVVector(), NCVVectorAlloc< T >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), NCVVectorReuse< T >::NCVVectorReuse(), and NCVVectorAlloc< T >::~NCVVectorAlloc().
|
inline |
Definition at line 550 of file NCV.hpp.
References _length.
Referenced by NCVVectorAlloc< T >::NCVVectorAlloc(), and NCVVectorReuse< T >::NCVVectorReuse().
|
inline |
|
inline |
|
protected |
Definition at line 556 of file NCV.hpp.
Referenced by clear(), copySolid(), length(), NCVVectorAlloc< T >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), and NCVVectorReuse< T >::NCVVectorReuse().
|
protected |
Definition at line 557 of file NCV.hpp.
Referenced by clear(), copySolid(), memType(), NCVVectorAlloc< T >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), and NCVVectorReuse< T >::NCVVectorReuse().
|
protected |
Definition at line 555 of file NCV.hpp.
Referenced by clear(), copySolid(), NCVVectorAlloc< T >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), NCVVectorReuse< T >::NCVVectorReuse(), and ptr().