Point Cloud Library (PCL)  1.14.1-dev
List of all members | Public Member Functions
NCVMatrixReuse< T > Class Template Reference

NCVMatrixReuse. More...

#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>

+ Inheritance diagram for NCVMatrixReuse< T >:
+ Collaboration diagram for NCVMatrixReuse< T >:

Public Member Functions

 NCVMatrixReuse (const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width, Ncv32u height, Ncv32u pitch=0, NcvBool bSkipPitchCheck=false)
 
 NCVMatrixReuse (const NCVMatrix< T > &mat, NcvRect32u roi)
 
NcvBool isMemReused () const
 
- Public Member Functions inherited from NCVMatrix< T >
 NCVMatrix ()
 
void clear ()
 
Ncv32u stride () const
 
NCVStatus copySolid (NCVMatrix< T > &dst, cudaStream_t cuStream, std::size_t howMuch=0) const
 
NCVStatus copy2D (NCVMatrix< T > &dst, NcvSize32u roi, cudaStream_t cuStream) const
 
T & at (Ncv32u x, Ncv32u y) const
 
T * ptr () const
 
Ncv32u width () const
 
Ncv32u height () const
 
NcvSize32u size () const
 
Ncv32u pitch () const
 
NCVMemoryType memType () const
 

Additional Inherited Members

- Protected Attributes inherited from NCVMatrix< T >
T * _ptr
 
Ncv32u _width
 
Ncv32u _height
 
Ncv32u _pitch
 
NCVMemoryType _memtype
 

Detailed Description

template<class T>
class NCVMatrixReuse< T >

NCVMatrixReuse.

Definition at line 853 of file NCV.hpp.

Constructor & Destructor Documentation

◆ NCVMatrixReuse() [1/2]

template<class T >
NCVMatrixReuse< T >::NCVMatrixReuse ( const NCVMemSegment memSegment,
Ncv32u  alignment,
Ncv32u  width,
Ncv32u  height,
Ncv32u  pitch = 0,
NcvBool  bSkipPitchCheck = false 
)
inline

◆ NCVMatrixReuse() [2/2]

template<class T >
NCVMatrixReuse< T >::NCVMatrixReuse ( const NCVMatrix< T > &  mat,
NcvRect32u  roi 
)
inline

Member Function Documentation

◆ isMemReused()

template<class T >
NcvBool NCVMatrixReuse< T >::isMemReused ( ) const
inline

Definition at line 913 of file NCV.hpp.


The documentation for this class was generated from the following file: