Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/outofcore/visualization/outofcore_cloud.h>
Public Member Functions | |
CloudDataCacheItem (std::string pcd_file, float coverage, vtkSmartPointer< vtkPolyData > cloud_data, std::size_t timestamp) | |
std::size_t | sizeOf () const override |
Public Member Functions inherited from LRUCacheItem< vtkSmartPointer< vtkPolyData > > | |
virtual | ~LRUCacheItem ()=default |
Public Attributes | |
std::string | pcd_file |
float | coverage |
Public Attributes inherited from LRUCacheItem< vtkSmartPointer< vtkPolyData > > | |
vtkSmartPointer< vtkPolyData > | item |
std::size_t | timestamp |
Definition at line 82 of file outofcore_cloud.h.
|
inline |
Definition at line 86 of file outofcore_cloud.h.
References coverage, LRUCacheItem< vtkSmartPointer< vtkPolyData > >::item, pcd_file, and LRUCacheItem< vtkSmartPointer< vtkPolyData > >::timestamp.
|
inlineoverridevirtual |
Reimplemented from LRUCacheItem< vtkSmartPointer< vtkPolyData > >.
Definition at line 95 of file outofcore_cloud.h.
References LRUCacheItem< vtkSmartPointer< vtkPolyData > >::item.
float OutofcoreCloud::CloudDataCacheItem::coverage |
Definition at line 101 of file outofcore_cloud.h.
Referenced by CloudDataCacheItem().
std::string OutofcoreCloud::CloudDataCacheItem::pcd_file |
Definition at line 100 of file outofcore_cloud.h.
Referenced by CloudDataCacheItem().