Loading...
Searching...
No Matches
NCVVectorAlloc< T > Class Template Reference
#include <opencv2/cudalegacy/NCV.hpp>
Inheritance diagram for NCVVectorAlloc< T >:
Public Member Functions | |
| NCVVectorAlloc (INCVMemAllocator &allocator_, Ncv32u length_) | |
| ~NCVVectorAlloc () | |
| Ncv32u | getAllocatorsAlignment () const |
| NCVMemSegment | getSegment () const |
| NcvBool | isMemAllocated () const |
Public Member Functions inherited from NCVVector< T > | |
| NCVVector () | |
| virtual | ~NCVVector () |
| void | clear () |
| NCVStatus | copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const |
| size_t | length () const |
| NCVMemoryType | memType () const |
| T * | ptr () const |
Additional Inherited Members | |
Protected Attributes inherited from NCVVector< T > | |
| size_t | _length |
| NCVMemoryType | _memtype |
| T * | _ptr |
Detailed Description
template<class T>
class NCVVectorAlloc< T >
class NCVVectorAlloc< T >
Constructor & Destructor Documentation
◆ NCVVectorAlloc()
template<class T >
|
inline |
◆ ~NCVVectorAlloc()
template<class T >
|
inline |
Member Function Documentation
◆ getAllocatorsAlignment()
template<class T >
|
inline |
◆ getSegment()
template<class T >
|
inline |
◆ isMemAllocated()
template<class T >
|
inline |
The documentation for this class was generated from the following file:
- opencv2/cudalegacy/NCV.hpp
Public Member Functions inherited from
1.9.6