View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012851VTK(No Category)public2012-01-09 11:102016-08-12 09:55
ReporterBryn Lloyd 
Assigned ToDave DeMarle 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version5.8.0 
Target VersionFixed in Version 
Summary0012851: Expose CellLocators in widgets
DescriptionIt would be nice if the cell locator(s) were accessible from the widgets (e.g. vtkPlaneWidget, vtkBoxWidget, vtkSplineWidget , etc.).

This would allow to observe 'PickEvents' in codes using these widgets. I would like to attach a custom callback to these events, but cannot obtain a reference to the locator, which invokes them.

A simple API change would include the functions:

    // Description:
    // Get picker used for handles, e.g. if you want to observe events from
    // this picker
    vtkGetObjectMacro(HandlePicker,vtkCellPicker);

    // Description:
    // Get picker used for handles (See GetHandlePicker() ).
    vtkGetObjectMacro(ControlPicker,vtkCellPicker);

TagsNo tags attached.
ProjectTBD
Typefeature
Attached Files

 Relationships

  Notes
(0031045)
Dave DeMarle (administrator)
2013-06-25 11:49

Bryn can you submit this change through gerrit to facilitate automated testing and review?
For details on how to do so see http://www.vtk.org/Wiki/VTK/Git/Develop [^]
(0037266)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2012-01-09 11:10 Bryn Lloyd New Issue
2013-06-25 11:49 Dave DeMarle Note Added: 0031045
2013-07-22 13:16 Dave DeMarle Status backlog => expired
2013-07-22 13:16 Dave DeMarle Resolution open => fixed
2013-07-22 13:16 Dave DeMarle Assigned To => Dave DeMarle
2016-08-12 09:55 Kitware Robot Note Added: 0037266
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution fixed => moved


Copyright © 2000 - 2018 MantisBT Team