|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/outofcore/visualization/axes.h>
Inheritance diagram for Axes:
Collaboration diagram for Axes:Public Member Functions | |
| Axes (std::string name, float size=1.0) | |
| vtkSmartPointer< vtkAxes > | getAxes () const |
| vtkSmartPointer< vtkActor > | getAxesActor () const |
Public Member Functions inherited from Object | |
| 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 () |
Additional Inherited Members | |
Protected Attributes inherited from Object | |
| vtkSmartPointer< vtkActorCollection > | actors_ |
| std::mutex | actors_mutex_ |
|
inline |
Definition at line 28 of file axes.h.
References Object::addActor().
|
inline |
|
inline |