Open Detection
1.0
|
Class for 3D scene containing point cloud. More...
#include <ODScene.h>
Public Types | |
typedef pcl::PointCloud < PointType >::Ptr | PointCloudPtr |
Public Member Functions | |
ODScenePointCloud (PointCloudPtr const &point_cloud) | |
ODScenePointCloud (std::string point_cloud_file) | |
ODScenePointCloud () | |
PointCloudPtr const & | getPointCloud () const |
PointCloudPtr & | getPointCloudRef () const |
void | setPointCloud (PointCloudPtr const &point_cloud_) |
void * | getData () |
![]() | |
std::string const & | getPath () const |
Protected Attributes | |
PointCloudPtr | point_cloud_ |
![]() | |
std::string | path_ |
Class for 3D scene containing point cloud.
typedef pcl::PointCloud<PointType>::Ptr od::ODScenePointCloud< PointType >::PointCloudPtr |
|
inline |
Definition at line 137 of file ODScene.h.
References od::ODScenePointCloud< PointType >::point_cloud_.
|
inline |
Definition at line 142 of file ODScene.h.
References od::ODScene::path_, and od::ODScenePointCloud< PointType >::point_cloud_.
|
inline |
|
inlinevirtual |
Implements od::ODScene.
Definition at line 169 of file ODScene.h.
References od::ODScenePointCloud< PointType >::point_cloud_.
|
inline |
Definition at line 154 of file ODScene.h.
References od::ODScenePointCloud< PointType >::point_cloud_.
Referenced by od::g3d::ODCADDetector3DGlobal< PointT >::detect(), and od::g3d::ODCADDetector3DGlobal< PointT >::detectOmni().
|
inline |
Definition at line 159 of file ODScene.h.
References od::ODScenePointCloud< PointType >::point_cloud_.
|
inline |
Definition at line 164 of file ODScene.h.
References od::ODScenePointCloud< PointType >::point_cloud_.
|
protected |
Definition at line 171 of file ODScene.h.
Referenced by od::ODScenePointCloud< PointType >::getData(), od::ODScenePointCloud< PointType >::getPointCloud(), od::ODScenePointCloud< PointType >::getPointCloudRef(), od::ODScenePointCloud< PointType >::ODScenePointCloud(), and od::ODScenePointCloud< PointType >::setPointCloud().