#include <archive.h>
Additional Inherited Members | |
Public Attributes inherited from librealsense::frame | |
frame_additional_data | additional_data |
std::vector< byte > | data |
std::shared_ptr< metadata_parser_map > | metadata_parsers = nullptr |
void librealsense::points::export_to_ply | ( | const std::string & | fname, |
const frame_holder & | texture | ||
) |
Definition at line 48 of file archive.cpp.
float2 * librealsense::points::get_texture_coordinates | ( | ) |
Definition at line 149 of file archive.cpp.
size_t librealsense::points::get_vertex_count | ( | ) | const |
Definition at line 144 of file archive.cpp.
float3 * librealsense::points::get_vertices | ( | ) |
Definition at line 26 of file archive.cpp.