#include <axlInteractorStyleRubberBandPick.h>
Signals | |
void | IdsSelectedChanged (void) |
Public Member Functions | |
vtkTypeMacro (axlInteractorStyleRubberBandPick, vtkInteractorStyleRubberBandPick) | |
axlInteractorStyleRubberBandPick (QObject *parent=0) | |
~axlInteractorStyleRubberBandPick (void) | |
virtual void | OnLeftButtonUp () |
void | SetPolyData (vtkSmartPointer< vtkPolyData > points) |
QVector< int > | ids (void) |
Static Public Member Functions | |
static axlInteractorStyleRubberBandPick * | New () |
Definition at line 34 of file axlInteractorStyleRubberBandPick.h.
axlInteractorStyleRubberBandPick::axlInteractorStyleRubberBandPick | ( | QObject * | parent = 0 | ) |
Definition at line 161 of file axlInteractorStyleRubberBandPick.cpp.
axlInteractorStyleRubberBandPick::~axlInteractorStyleRubberBandPick | ( | void | ) |
Definition at line 168 of file axlInteractorStyleRubberBandPick.cpp.
QVector< int > axlInteractorStyleRubberBandPick::ids | ( | void | ) |
Definition at line 157 of file axlInteractorStyleRubberBandPick.cpp.
|
signal |
|
static |
|
virtual |
Definition at line 70 of file axlInteractorStyleRubberBandPick.cpp.
void axlInteractorStyleRubberBandPick::SetPolyData | ( | vtkSmartPointer< vtkPolyData > | points | ) |
Definition at line 130 of file axlInteractorStyleRubberBandPick.cpp.
axlInteractorStyleRubberBandPick::vtkTypeMacro | ( | axlInteractorStyleRubberBandPick | , |
vtkInteractorStyleRubberBandPick | |||
) |