Class save_to_ply
Defined in File rs_export.hpp
Inheritance Relationships
Base Type
public rs2::filter
(Class filter)
Class Documentation
-
class save_to_ply : public rs2::filter
Public Functions
-
inline save_to_ply(std::string filename = "RealSense Pointcloud ", pointcloud pc = pointcloud())
Public Static Attributes
-
static const auto OPTION_IGNORE_COLOR = rs2_option(RS2_OPTION_COUNT + 10)
-
static const auto OPTION_PLY_MESH = rs2_option(RS2_OPTION_COUNT + 11)
-
static const auto OPTION_PLY_BINARY = rs2_option(RS2_OPTION_COUNT + 12)
-
static const auto OPTION_PLY_NORMALS = rs2_option(RS2_OPTION_COUNT + 13)
-
static const auto OPTION_PLY_THRESHOLD = rs2_option(RS2_OPTION_COUNT + 14)
-
inline save_to_ply(std::string filename = "RealSense Pointcloud ", pointcloud pc = pointcloud())