#include <LVRPickItem.hpp>
Public Member Functions | |
LVRVtkArrow * | getArrow () |
double * | getEnd () |
double * | getStart () |
LVRPickItem (QTreeWidget *parent, int type=LVRPickItemType) | |
void | setEnd (double *end) |
void | setStart (double *start) |
virtual | ~LVRPickItem () |
Private Types | |
using | Vec = BaseVector< float > |
Private Attributes | |
LVRVtkArrow * | m_arrow |
double * | m_end |
double * | m_start |
Definition at line 45 of file LVRPickItem.hpp.
|
private |
Definition at line 63 of file LVRPickItem.hpp.
lvr2::LVRPickItem::LVRPickItem | ( | QTreeWidget * | parent, |
int | type = LVRPickItemType |
||
) |
Definition at line 41 of file LVRPickItem.cpp.
|
virtual |
Definition at line 51 of file LVRPickItem.cpp.
LVRVtkArrow * lvr2::LVRPickItem::getArrow | ( | ) |
Definition at line 108 of file LVRPickItem.cpp.
double * lvr2::LVRPickItem::getEnd | ( | ) |
Definition at line 83 of file LVRPickItem.cpp.
double * lvr2::LVRPickItem::getStart | ( | ) |
Definition at line 78 of file LVRPickItem.cpp.
void lvr2::LVRPickItem::setEnd | ( | double * | end | ) |
Definition at line 88 of file LVRPickItem.cpp.
void lvr2::LVRPickItem::setStart | ( | double * | start | ) |
Definition at line 57 of file LVRPickItem.cpp.
|
private |
Definition at line 61 of file LVRPickItem.hpp.
|
private |
Definition at line 60 of file LVRPickItem.hpp.
|
private |
Definition at line 59 of file LVRPickItem.hpp.