Open3D (C++ API)  0.18.0
Data Structures | Namespaces | Typedefs | Variables
GeometryIndexer.h File Reference

(b9e049c (Sun Dec 31 11:36:26 2023 -0800))

#include <unordered_map>
#include "open3d/core/CUDAUtils.h"
#include "open3d/core/Tensor.h"
#include "open3d/core/TensorCheck.h"
#include "open3d/utility/Helper.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/Timer.h"

Go to the source code of this file.

Data Structures

class  open3d::t::geometry::kernel::TransformIndexer
 Helper class for converting coordinates/indices between 3D/3D, 3D/2D, 2D/3D. More...
 
class  open3d::t::geometry::kernel::TArrayIndexer< index_t >
 

Namespaces

 open3d
 
 open3d::t
 
 open3d::t::geometry
 
 open3d::t::geometry::kernel
 

Typedefs

using open3d::t::geometry::kernel::NDArrayIndexer = TArrayIndexer< int64_t >
 

Variables

const int64_t open3d::t::geometry::kernel::MAX_RESOLUTION_DIMS = 4