A wrapper class to generate arrow actors for vtk based on VTK's oriented arrow example.
More...
#include <LVRVtkArrow.hpp>
A wrapper class to generate arrow actors for vtk based on VTK's oriented arrow example.
Definition at line 49 of file LVRVtkArrow.hpp.
◆ Vec
◆ LVRVtkArrow()
lvr2::LVRVtkArrow::LVRVtkArrow |
( |
Vec |
start, |
|
|
Vec |
end |
|
) |
| |
◆ ~LVRVtkArrow()
lvr2::LVRVtkArrow::~LVRVtkArrow |
( |
| ) |
|
|
virtual |
◆ getArrowActor()
vtkSmartPointer< vtkActor > lvr2::LVRVtkArrow::getArrowActor |
( |
| ) |
|
◆ getEndActor()
vtkSmartPointer< vtkActor > lvr2::LVRVtkArrow::getEndActor |
( |
| ) |
|
◆ getStartActor()
vtkSmartPointer< vtkActor > lvr2::LVRVtkArrow::getStartActor |
( |
| ) |
|
◆ restoreColor()
void lvr2::LVRVtkArrow::restoreColor |
( |
| ) |
|
◆ setTmpColor()
void lvr2::LVRVtkArrow::setTmpColor |
( |
double |
r, |
|
|
double |
g, |
|
|
double |
b |
|
) |
| |
◆ m_arrowActor
vtkSmartPointer<vtkActor> lvr2::LVRVtkArrow::m_arrowActor |
|
private |
◆ m_b
double lvr2::LVRVtkArrow::m_b |
|
private |
◆ m_end
Vec lvr2::LVRVtkArrow::m_end |
|
private |
◆ m_endActor
vtkSmartPointer<vtkActor> lvr2::LVRVtkArrow::m_endActor |
|
private |
◆ m_g
double lvr2::LVRVtkArrow::m_g |
|
private |
◆ m_r
double lvr2::LVRVtkArrow::m_r |
|
private |
◆ m_start
Vec lvr2::LVRVtkArrow::m_start |
|
private |
◆ m_startActor
vtkSmartPointer<vtkActor> lvr2::LVRVtkArrow::m_startActor |
|
private |
The documentation for this class was generated from the following files: