Point Cloud Library (PCL)
1.9.1
|
#include </build/pcl-tEKa6w/pcl-1.9.1+dfsg1/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
NCVVectorReuse (const NCVMemSegment &memSegment) | |
NCVVectorReuse (const NCVMemSegment &memSegment, Ncv32u length) | |
NcvBool | isMemReused () const |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
T * | _ptr |
size_t | _length |
NCVMemoryType | _memtype |
|
inlineexplicit |
Definition at line 653 of file NCV.hpp.
References NCVMemSegment::begin, NCVMemPtr::memtype, NCVMemPtr::ptr, and NCVMemSegment::size.
|
inline |
Definition at line 665 of file NCV.hpp.
References NCVMemSegment::begin, NCVMemPtr::memtype, NCVMemPtr::ptr, and NCVMemSegment::size.
|
inline |