File point_cloud.hpp
File List > data_format > serialization > point_cloud.hpp
Go to the documentation of this file
// Copyright 2020-2026, The Board of Trustees of the University of Illinois.
// SPDX-License-Identifier: BSL-1.0
// This file was generated by generate_python_bridges.py -- do not edit directly.
// Bridge type: illixr.bridge.semantic_xr.point_cloud
#pragma once
#include "illixr/data_format/point_cloud.hpp"
#include
#include
#include
#include
#include
namespace boost {
namespace serialization {
template<class Archive>
void serialize(Archive& ar, ILLIXR::data_format::semantic_xr::point_cloud& data, const unsigned int) {
ar& boost::serialization::base_object<ILLIXR::switchboard::event>(data);
ar & data.points;
ar & data.centroid;
ar & data.num_points;
}
} // namespace serialization
} // namespace boost
BOOST_CLASS_EXPORT_KEY(ILLIXR::data_format::semantic_xr::point_cloud)