#include <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 |
Public Attributes | |
| float | coverage |
| std::string | pcd_file |
Definition at line 89 of file outofcore_cloud.h.
| OutofcoreCloud::CloudDataCacheItem::CloudDataCacheItem | ( | std::string | pcd_file, |
| float | coverage, | ||
| vtkSmartPointer< vtkPolyData > | cloud_data, | ||
| size_t | timestamp | ||
| ) | [inline] |
Definition at line 93 of file outofcore_cloud.h.
| virtual size_t OutofcoreCloud::CloudDataCacheItem::sizeOf | ( | ) | const [inline, virtual] |
Reimplemented from LRUCacheItem< vtkSmartPointer< vtkPolyData > >.
Definition at line 102 of file outofcore_cloud.h.
Definition at line 108 of file outofcore_cloud.h.
Definition at line 107 of file outofcore_cloud.h.