#include <kernel_containers.hpp>

Public Member Functions | |
| __kf_hdevice__ | PtrStepSz () |
| __kf_hdevice__ | PtrStepSz (int rows_arg, int cols_arg, T *data_arg, size_t step_arg) |
Public Member Functions inherited from kfusion::cuda::PtrStep< T > | |
| __kf_hdevice__ T & | operator() (int y, int x) |
| const __kf_hdevice__ T & | operator() (int y, int x) const |
| __kf_hdevice__ T * | ptr (int y=0) |
| const __kf_hdevice__ T * | ptr (int y=0) const |
| __kf_hdevice__ | PtrStep () |
| __kf_hdevice__ | PtrStep (T *data_arg, size_t step_arg) |
Public Member Functions inherited from kfusion::cuda::DevPtr< T > | |
| __kf_hdevice__ | DevPtr () |
| __kf_hdevice__ | DevPtr (T *data_arg) |
| __kf_hdevice__ size_t | elemSize () const |
| __kf_hdevice__ | operator const T * () const |
| __kf_hdevice__ | operator T* () |
Public Attributes | |
| int | cols |
| int | rows |
Public Attributes inherited from kfusion::cuda::PtrStep< T > | |
| size_t | step |
| stride between two consecutive rows in bytes. Step is stored always and everywhere in bytes!!! More... | |
Public Attributes inherited from kfusion::cuda::DevPtr< T > | |
| T * | data |
Additional Inherited Members | |
Public Types inherited from kfusion::cuda::DevPtr< T > | |
| typedef T | elem_type |
Static Public Attributes inherited from kfusion::cuda::DevPtr< T > | |
| const static size_t | elem_size = sizeof(elem_type) |
Definition at line 55 of file kernel_containers.hpp.
|
inline |
Definition at line 57 of file kernel_containers.hpp.
|
inline |
Definition at line 58 of file kernel_containers.hpp.
| int kfusion::cuda::PtrStepSz< T >::cols |
Definition at line 61 of file kernel_containers.hpp.
| int kfusion::cuda::PtrStepSz< T >::rows |
Definition at line 62 of file kernel_containers.hpp.