Public Member Functions | |
void | convert () |
PointCloudToWebgl (const std::string &input_cloud, const int &cloud_format, const std::string &output_cloud) | |
Private Attributes | |
int | cloud_format_ |
std::string | input_cloud_ |
std::string | output_cloud_ |
Definition at line 10 of file pointcloud_to_webgl.cpp.
PointCloudToWebgl::PointCloudToWebgl | ( | const std::string & | input_cloud, |
const int & | cloud_format, | ||
const std::string & | output_cloud | ||
) | [inline] |
Class constructor
Definition at line 17 of file pointcloud_to_webgl.cpp.
void PointCloudToWebgl::convert | ( | ) | [inline] |
Convert the cloud
Definition at line 25 of file pointcloud_to_webgl.cpp.
int PointCloudToWebgl::cloud_format_ [private] |
Definition at line 89 of file pointcloud_to_webgl.cpp.
std::string PointCloudToWebgl::input_cloud_ [private] |
Definition at line 87 of file pointcloud_to_webgl.cpp.
std::string PointCloudToWebgl::output_cloud_ [private] |
Definition at line 88 of file pointcloud_to_webgl.cpp.