Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
OutofcoreCloud::CloudDataCacheItem Class Reference

#include <pcl/outofcore/visualization/outofcore_cloud.h>

+ Inheritance diagram for OutofcoreCloud::CloudDataCacheItem:
+ Collaboration diagram for OutofcoreCloud::CloudDataCacheItem:

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
 

Detailed Description

Definition at line 82 of file outofcore_cloud.h.

Constructor & Destructor Documentation

◆ CloudDataCacheItem()

OutofcoreCloud::CloudDataCacheItem::CloudDataCacheItem ( std::string  pcd_file,
float  coverage,
vtkSmartPointer< vtkPolyData >  cloud_data,
std::size_t  timestamp 
)
inline

Member Function Documentation

◆ sizeOf()

std::size_t OutofcoreCloud::CloudDataCacheItem::sizeOf ( ) const
inlineoverridevirtual

Member Data Documentation

◆ coverage

float OutofcoreCloud::CloudDataCacheItem::coverage

Definition at line 101 of file outofcore_cloud.h.

Referenced by CloudDataCacheItem().

◆ pcd_file

std::string OutofcoreCloud::CloudDataCacheItem::pcd_file

Definition at line 100 of file outofcore_cloud.h.

Referenced by CloudDataCacheItem().


The documentation for this class was generated from the following file: