cols() const | kfusion::cuda::DeviceArray2D< T > | inline |
colsBytes() const | kfusion::cuda::DeviceMemory2D | |
colsBytes_ | kfusion::cuda::DeviceMemory2D | private |
copyTo(DeviceArray2D &other) const | kfusion::cuda::DeviceArray2D< T > | inline |
kfusion::cuda::DeviceMemory2D::copyTo(DeviceMemory2D &other) const | kfusion::cuda::DeviceMemory2D | |
create(int rows, int cols) | kfusion::cuda::DeviceArray2D< T > | inline |
data_ | kfusion::cuda::DeviceMemory2D | private |
DeviceArray2D() | kfusion::cuda::DeviceArray2D< T > | inline |
DeviceArray2D(int rows, int cols) | kfusion::cuda::DeviceArray2D< T > | inline |
DeviceArray2D(int rows, int cols, void *data, size_t stepBytes) | kfusion::cuda::DeviceArray2D< T > | inline |
DeviceArray2D(const DeviceArray2D &other) | kfusion::cuda::DeviceArray2D< T > | inline |
DeviceMemory2D() | kfusion::cuda::DeviceMemory2D | |
DeviceMemory2D(int rows_arg, int colsBytes_arg) | kfusion::cuda::DeviceMemory2D | |
DeviceMemory2D(int rows_arg, int colsBytes_arg, void *data_arg, size_t step_arg) | kfusion::cuda::DeviceMemory2D | |
DeviceMemory2D(const DeviceMemory2D &other_arg) | kfusion::cuda::DeviceMemory2D | |
download(void *host_ptr, size_t host_step) const | kfusion::cuda::DeviceArray2D< T > | inline |
download(std::vector< T, A > &data, int &cols) const | kfusion::cuda::DeviceArray2D< T > | inline |
elem_size enum value | kfusion::cuda::DeviceArray2D< T > | |
elem_step() const | kfusion::cuda::DeviceArray2D< T > | inline |
empty() const | kfusion::cuda::DeviceMemory2D | |
operator const T *() const | kfusion::cuda::DeviceArray2D< T > | inline |
operator PtrStep< U >() const | kfusion::cuda::DeviceMemory2D | |
operator PtrStepSz< U >() const | kfusion::cuda::DeviceMemory2D | |
operator T*() | kfusion::cuda::DeviceArray2D< T > | inline |
operator=(const DeviceArray2D &other) | kfusion::cuda::DeviceArray2D< T > | inline |
kfusion::cuda::DeviceMemory2D::operator=(const DeviceMemory2D &other_arg) | kfusion::cuda::DeviceMemory2D | |
ptr(int y=0) | kfusion::cuda::DeviceArray2D< T > | inline |
ptr(int y=0) const | kfusion::cuda::DeviceArray2D< T > | inline |
refcount_ | kfusion::cuda::DeviceMemory2D | private |
release() | kfusion::cuda::DeviceArray2D< T > | inline |
rows() const | kfusion::cuda::DeviceArray2D< T > | inline |
rows_ | kfusion::cuda::DeviceMemory2D | private |
step() const | kfusion::cuda::DeviceMemory2D | |
step_ | kfusion::cuda::DeviceMemory2D | private |
swap(DeviceArray2D &other_arg) | kfusion::cuda::DeviceArray2D< T > | |
kfusion::cuda::DeviceMemory2D::swap(DeviceMemory2D &other_arg) | kfusion::cuda::DeviceMemory2D | |
type typedef | kfusion::cuda::DeviceArray2D< T > | |
upload(const void *host_ptr, size_t host_step, int rows, int cols) | kfusion::cuda::DeviceArray2D< T > | inline |
upload(const std::vector< T, A > &data, int cols) | kfusion::cuda::DeviceArray2D< T > | inline |
~DeviceMemory2D() | kfusion::cuda::DeviceMemory2D | |