struct mp2p_icp_filters::PointCloudToVoxelGrid::indices_t
Overview
#include <PointCloudToVoxelGrid.h> struct indices_t { // fields int32_t cx_ = 0; int32_t cy_ = 0; int32_t cz_ = 0; // construction indices_t( int32_t cx, int32_t cy, int32_t cz ); // methods bool operator == (const indices_t& o) const; };