Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/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 |
Definition at line 510 of file NCV.hpp.
References NCVVector< T >::clear().
|
inline |
Definition at line 515 of file NCV.hpp.
References NCVVector< T >::_length, NCVVector< T >::_memtype, and NCVVector< T >::_ptr.
Referenced by NCVVector< T >::NCVVector(), NCVVectorAlloc< T >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), and NCVVectorAlloc< T >::~NCVVectorAlloc().
|
inline |
Definition at line 522 of file NCV.hpp.
References NCVVector< T >::_length, NCVVector< T >::_memtype, and NCVVector< T >::_ptr.
|
inline |
Definition at line 550 of file NCV.hpp.
References NCVVector< T >::_length.
Referenced by NCVVectorAlloc< T >::NCVVectorAlloc(), and NCVVectorReuse< T >::NCVVectorReuse().
|
inline |
Definition at line 551 of file NCV.hpp.
References NCVVector< T >::_memtype.
|
inline |
Definition at line 549 of file NCV.hpp.
References NCVVector< T >::_ptr.
|
protected |
Definition at line 556 of file NCV.hpp.
Referenced by NCVVector< T >::clear(), NCVVector< T >::copySolid(), NCVVector< T >::length(), and NCVVectorReuse< T >::NCVVectorReuse().
|
protected |
Definition at line 557 of file NCV.hpp.
Referenced by NCVVector< T >::clear(), NCVVector< T >::copySolid(), and NCVVector< T >::memType().
|
protected |
Definition at line 555 of file NCV.hpp.
Referenced by NCVVector< T >::clear(), NCVVector< T >::copySolid(), NCVVectorAlloc< T >::NCVVectorAlloc(), NCVVectorReuse< T >::NCVVectorReuse(), and NCVVector< T >::ptr().