Point Cloud Library (PCL)
1.7.0
|
#include <pcl/outofcore/visualization/outofcore_cloud.h>
Public Member Functions | |
CloudDataCacheItem (std::string pcd_file, float coverage, vtkSmartPointer< vtkPolyData > cloud_data, size_t timestamp) | |
virtual size_t | sizeOf () const |
![]() | |
virtual | ~LRUCacheItem () |
Public Attributes | |
std::string | pcd_file |
float | coverage |
![]() | |
vtkSmartPointer< vtkPolyData > | item |
size_t | timestamp |
Definition at line 89 of file outofcore_cloud.h.
|
inline |
Definition at line 93 of file outofcore_cloud.h.
References coverage, LRUCacheItem< vtkSmartPointer< vtkPolyData > >::item, pcd_file, and LRUCacheItem< vtkSmartPointer< vtkPolyData > >::timestamp.
|
inlinevirtual |
Reimplemented from LRUCacheItem< vtkSmartPointer< vtkPolyData > >.
Definition at line 102 of file outofcore_cloud.h.
References LRUCacheItem< vtkSmartPointer< vtkPolyData > >::item.
float OutofcoreCloud::CloudDataCacheItem::coverage |
Definition at line 108 of file outofcore_cloud.h.
Referenced by CloudDataCacheItem().
std::string OutofcoreCloud::CloudDataCacheItem::pcd_file |
Definition at line 107 of file outofcore_cloud.h.
Referenced by CloudDataCacheItem().