#include <pcl/outofcore/visualization/outofcore_cloud.h>
Definition at line 32 of file outofcore_cloud.h.
◆ CloudDataCache
◆ PcdQueue
◆ OutofcoreCloud()
| OutofcoreCloud::OutofcoreCloud |
( |
std::string |
name, |
|
|
boost::filesystem::path & |
tree_root |
|
) |
| |
◆ decreaseLodPixelThreshold()
| void OutofcoreCloud::decreaseLodPixelThreshold |
( |
| ) |
|
|
inline |
◆ getBoundingBoxMax()
| Eigen::Vector3d OutofcoreCloud::getBoundingBoxMax |
( |
| ) |
|
|
inline |
◆ getBoundingBoxMin()
| Eigen::Vector3d OutofcoreCloud::getBoundingBoxMin |
( |
| ) |
|
|
inline |
◆ getCloudActors()
| vtkSmartPointer<vtkActorCollection> OutofcoreCloud::getCloudActors |
( |
| ) |
const |
|
inline |
◆ getDataLoaded()
| std::uint64_t OutofcoreCloud::getDataLoaded |
( |
| ) |
const |
|
inline |
◆ getDisplayDepth()
| int OutofcoreCloud::getDisplayDepth |
( |
| ) |
const |
|
inline |
◆ getDisplayVoxels()
| bool OutofcoreCloud::getDisplayVoxels |
( |
| ) |
|
|
inline |
◆ getLodPixelThreshold()
| int OutofcoreCloud::getLodPixelThreshold |
( |
| ) |
const |
|
inline |
◆ getOctree()
| OctreeDiskPtr OutofcoreCloud::getOctree |
( |
| ) |
|
|
inline |
◆ getPointsLoaded()
| std::uint64_t OutofcoreCloud::getPointsLoaded |
( |
| ) |
const |
|
inline |
◆ getVoxelActor()
◆ increaseLodPixelThreshold()
| void OutofcoreCloud::increaseLodPixelThreshold |
( |
| ) |
|
|
inline |
◆ pcdReaderThread()
| static void OutofcoreCloud::pcdReaderThread |
( |
| ) |
|
|
static |
◆ render()
| void OutofcoreCloud::render |
( |
vtkRenderer * |
renderer | ) |
|
|
overridevirtual |
◆ setDisplayDepth()
| void OutofcoreCloud::setDisplayDepth |
( |
int |
displayDepth | ) |
|
|
inline |
◆ setDisplayVoxels()
| void OutofcoreCloud::setDisplayVoxels |
( |
bool |
display_voxels | ) |
|
|
inline |
◆ setLodPixelThreshold()
| void OutofcoreCloud::setLodPixelThreshold |
( |
int |
lod_pixel_threshold | ) |
|
|
inline |
◆ setRenderCamera()
| void OutofcoreCloud::setRenderCamera |
( |
Camera * |
render_camera | ) |
|
|
inline |
◆ updateVoxelData()
| void OutofcoreCloud::updateVoxelData |
( |
| ) |
|
◆ cloud_data_cache
◆ cloud_data_cache_mutex
| std::mutex OutofcoreCloud::cloud_data_cache_mutex |
|
static |
◆ pcd_queue
◆ pcd_queue_mutex
| std::mutex OutofcoreCloud::pcd_queue_mutex |
|
static |
◆ pcd_queue_ready
| std::condition_variable OutofcoreCloud::pcd_queue_ready |
|
static |
◆ pcd_reader_thread
| std::shared_ptr<std::thread> OutofcoreCloud::pcd_reader_thread |
|
static |
The documentation for this class was generated from the following file: