Public Member Functions | |
SelectCallBack () | |
void | Setup (vtkRenderer *Ren, vtkBorderRepresentation *BordRepr, vtkSelectVisiblePoints *VisPts1, vtkSelectVisiblePoints *VisPts2=NULL) |
void | Execute (vtkObject *Caller, unsigned long eventId, void *) |
Static Public Member Functions | |
static SelectCallBack * | New () |
Private Member Functions | |
void | _update_coords () |
Private Attributes | |
vtkRenderer * | _ren |
vtkBorderRepresentation * | _bord_repr |
vtkSelectVisiblePoints * | _vis_pts1 |
vtkSelectVisiblePoints * | _vis_pts2 |
int * | _C1 |
int * | _C2 |
Definition at line 33 of file selectcallback.h.