|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/outofcore/visualization/object.h>
Public Member Functions | |
| Object (std::string name) | |
| virtual | ~Object ()=default |
| std::string | getName () const |
| void | setName (std::string name) |
| virtual void | render (vtkRenderer *renderer) |
| bool | hasActor (vtkActor *actor) |
| void | addActor (vtkActor *actor) |
| void | removeActor (vtkActor *actor) |
| vtkSmartPointer< vtkActorCollection > | getActors () |
Protected Attributes | |
| vtkSmartPointer< vtkActorCollection > | actors_ |
| std::mutex | actors_mutex_ |
| Object::Object | ( | std::string | name | ) |
Referenced by Axes::Axes(), and Geometry::Geometry().
|
virtualdefault |
| void Object::addActor | ( | vtkActor * | actor | ) |
Referenced by Axes::Axes().
| vtkSmartPointer< vtkActorCollection > Object::getActors | ( | ) |
| std::string Object::getName | ( | ) | const |
Referenced by Viewport::setCamera().
| bool Object::hasActor | ( | vtkActor * | actor | ) |
| void Object::removeActor | ( | vtkActor * | actor | ) |
|
virtual |
Reimplemented in Camera, and OutofcoreCloud.
| void Object::setName | ( | std::string | name | ) |
|
protected |