Open3D (C++ API)  0.11.0
Data Structures | Namespaces | Typedefs | Functions
Traits.h File Reference

(d6055e6e (Mon Sep 28 01:24:21 2020 -0700))

#include <cstdint>
#include "open3d/core/CUDAUtils.h"

Go to the source code of this file.

Data Structures

struct  open3d::core::iterator_t
 
struct  open3d::core::Pair< First, Second >
 

Namespaces

 open3d
 
 open3d::core
 

Typedefs

typedef uint32_t open3d::core::addr_t
 

Functions

template<typename First , typename Second >
OPEN3D_HOST_DEVICE Pair< First, Second > open3d::core::make_pair (const First &_first, const Second &_second)