|
Point Cloud Library (PCL) 1.12.1
|
INCVMemAllocator (Interface). More...
#include </home/lkp/rpmbuild/BUILD/pcl-pcl-1.12.1/gpu/people/src/cuda/nvidia/NCV.hpp>
Public Member Functions | |
| virtual | ~INCVMemAllocator ()=0 |
| virtual NCVStatus | alloc (NCVMemSegment &seg, std::size_t size)=0 |
| virtual NCVStatus | dealloc (NCVMemSegment &seg)=0 |
| virtual NcvBool | isInitialized () const =0 |
| virtual NcvBool | isCounting () const =0 |
| virtual NCVMemoryType | memType () const =0 |
| virtual Ncv32u | alignment () const =0 |
| virtual std::size_t | maxSize () const =0 |
INCVMemAllocator (Interface).
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.
|
pure virtual |
Implemented in NCVMemNativeAllocator, and NCVMemStackAllocator.