Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
Axes Class Reference

#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_

Detailed Description

Definition at line 22 of file axes.h.

Constructor & Destructor Documentation

◆ Axes()

Axes::Axes ( std::string name,
float size = 1.0 )
inline

Definition at line 28 of file axes.h.

References Object::addActor(), and Object::Object().

Member Function Documentation

◆ getAxes()

vtkSmartPointer< vtkAxes > Axes::getAxes ( ) const
inline

Definition at line 66 of file axes.h.

◆ getAxesActor()

vtkSmartPointer< vtkActor > Axes::getAxesActor ( ) const
inline

Definition at line 72 of file axes.h.


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