Open3D (C++ API)  0.18.0
Public Member Functions | Data Fields
open3d::t::geometry::kernel::voxel_grid::Coord3i Struct Reference

Public Member Functions

 Coord3i (index_t x, index_t y, index_t z)
 
bool operator== (const Coord3i &other) const
 

Data Fields

index_t x_
 
index_t y_
 
index_t z_
 

Constructor & Destructor Documentation

◆ Coord3i()

open3d::t::geometry::kernel::voxel_grid::Coord3i::Coord3i ( index_t  x,
index_t  y,
index_t  z 
)
inline

Member Function Documentation

◆ operator==()

bool open3d::t::geometry::kernel::voxel_grid::Coord3i::operator== ( const Coord3i other) const
inline

Field Documentation

◆ x_

index_t open3d::t::geometry::kernel::voxel_grid::Coord3i::x_

◆ y_

index_t open3d::t::geometry::kernel::voxel_grid::Coord3i::y_

◆ z_

index_t open3d::t::geometry::kernel::voxel_grid::Coord3i::z_

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