Base Voxel class, containing grid id and color.
More...
#include <VoxelGrid.h>
|
Eigen::Vector3i | grid_index_ = Eigen::Vector3i(0, 0, 0) |
| Grid coordinate index of the voxel. More...
|
|
Eigen::Vector3d | color_ = Eigen::Vector3d(0, 0, 0) |
| Color of the voxel. More...
|
|
Base Voxel class, containing grid id and color.
◆ Voxel() [1/3]
open3d::geometry::Voxel::Voxel |
( |
| ) |
|
|
inline |
◆ Voxel() [2/3]
open3d::geometry::Voxel::Voxel |
( |
const Eigen::Vector3i & |
grid_index | ) |
|
|
inline |
Parameterized Constructor.
- Parameters
-
grid_index | Grid coordinate index of the voxel. |
◆ Voxel() [3/3]
open3d::geometry::Voxel::Voxel |
( |
const Eigen::Vector3i & |
grid_index, |
|
|
const Eigen::Vector3d & |
color |
|
) |
| |
|
inline |
Parameterized Constructor.
- Parameters
-
grid_index | Grid coordinate index of the voxel. |
color | Color of the voxel. |
◆ ~Voxel()
open3d::geometry::Voxel::~Voxel |
( |
| ) |
|
|
inline |
◆ color_
Eigen::Vector3d open3d::geometry::Voxel::color_ = Eigen::Vector3d(0, 0, 0) |
◆ grid_index_
Eigen::Vector3i open3d::geometry::Voxel::grid_index_ = Eigen::Vector3i(0, 0, 0) |
Grid coordinate index of the voxel.
The documentation for this class was generated from the following file: