#include <vdb2pc.hpp>
Public Member Functions | |
bool | GetCloud (pcl::PointCloud< pcl::PointXYZ >::Ptr &cloud) |
void | SetFile (const std::string &file_name) |
VDB2PCLPointCloud () | |
Private Attributes | |
std::string | _file_name |
Definition at line 49 of file vdb2pc.hpp.
utilities::VDB2PCLPointCloud::VDB2PCLPointCloud | ( | ) |
Definition at line 44 of file vdb2pc.cpp.
bool utilities::VDB2PCLPointCloud::GetCloud | ( | pcl::PointCloud< pcl::PointXYZ >::Ptr & | cloud | ) |
Definition at line 58 of file vdb2pc.cpp.
void utilities::VDB2PCLPointCloud::SetFile | ( | const std::string & | file_name | ) |
Definition at line 51 of file vdb2pc.cpp.
|
private |
Definition at line 56 of file vdb2pc.hpp.