.. _file_include_beluga_sensor_data_point_cloud.hpp: File point_cloud.hpp ==================== |exhale_lsh| :ref:`Parent directory ` (``include/beluga/sensor/data``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS Implementation of a point cloud interface with memory-aligned data. .. contents:: Contents :local: :backlinks: none Definition (``include/beluga/sensor/data/point_cloud.hpp``) ----------------------------------------------------------- .. toctree:: :maxdepth: 1 program_listing_file_include_beluga_sensor_data_point_cloud.hpp.rst Detailed Description -------------------- Assumes data is aligned as X, Y, Z, other datafields . All datafields are the same type (float or double). The result of the data stide division by the type of data must be an integer. Includes -------- - ``ciabatta/ciabatta.hpp`` (:ref:`file_include_ciabatta_ciabatta.hpp`) - ``cmath`` - ``sophus/types.hpp`` Namespaces ---------- - :ref:`namespace_beluga` Classes ------- - :ref:`exhale_class_classbeluga_1_1BasePointCloud`