Manager Class Reference

#include <VisionX/gui-plugins/PointCloudViewer/Manager.h>

+ Inheritance diagram for Manager:

Public Member Functions

CoinPointCloudgetCloudByName (const std::string &name)
 
std::vector< std::string > getRegisteredPointClouds ()
 
 Manager ()
 
void registerPointCloud (const std::string &name)
 
void unregisterPointCloud (const std::string &name)
 
void updatePointCloud (const std::string &name, CoinPointCloud &cloud)
 
 ~Manager () override
 

Detailed Description

Definition at line 37 of file Manager.h.

Constructor & Destructor Documentation

◆ Manager()

Manager ( )

Definition at line 29 of file Manager.cpp.

◆ ~Manager()

~Manager ( )
override

Definition at line 33 of file Manager.cpp.

Member Function Documentation

◆ getCloudByName()

CoinPointCloud * getCloudByName ( const std::string &  name)

Definition at line 76 of file Manager.cpp.

+ Here is the caller graph for this function:

◆ getRegisteredPointClouds()

std::vector< std::string > getRegisteredPointClouds ( )

Definition at line 64 of file Manager.cpp.

+ Here is the caller graph for this function:

◆ registerPointCloud()

void registerPointCloud ( const std::string &  name)

Definition at line 37 of file Manager.cpp.

+ Here is the caller graph for this function:

◆ unregisterPointCloud()

void unregisterPointCloud ( const std::string &  name)

Definition at line 46 of file Manager.cpp.

+ Here is the caller graph for this function:

◆ updatePointCloud()

void updatePointCloud ( const std::string &  name,
CoinPointCloud cloud 
)

Definition at line 83 of file Manager.cpp.

+ Here is the caller graph for this function:

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