#include <vtkPVExtractPartsWidget.h>
Inheritance diagram for vtkPVExtractPartsWidget:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVExtractPartsWidget, vtkPVWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Create (vtkKWApplication *app) |
| void | SaveInBatchScript (ofstream *file) |
| void | SetSelectState (int idx, int val) |
| virtual void | Trace (ofstream *file) |
| virtual void | Accept () |
| virtual void | UpdateEnableState () |
| void | PartSelectionCallback () |
| void | AllOnCallback () |
| void | AllOffCallback () |
| virtual void | ResetInternal () |
| virtual void | Initialize () |
Static Public Member Functions | |
| vtkPVExtractPartsWidget * | New () |
Protected Member Functions | |
| vtkPVExtractPartsWidget () | |
| ~vtkPVExtractPartsWidget () | |
| void | Inactivate () |
| void | CommonInit () |
| vtkPVExtractPartsWidget (const vtkPVExtractPartsWidget &) | |
| void | operator= (const vtkPVExtractPartsWidget &) |
Protected Attributes | |
| vtkKWFrame * | ButtonFrame |
| vtkKWPushButton * | AllOnButton |
| vtkKWPushButton * | AllOffButton |
| vtkKWListBox * | PartSelectionList |
| vtkCollection * | PartLabelCollection |
This filter lets the user select a subset of parts fromthe input PVData. Since this widget will effect the outputs of the SelectInputsFilter, I will need to modify accept so the widgets accept methods get called before initialize data. I also have to add a widget option that fixes the widget value after accept is called.
Definition at line 37 of file vtkPVExtractPartsWidget.h.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkPVTracedWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPVWidget. |
|
|
Create the widget. Reimplemented from vtkPVWidget. |
|
|
Save this source to a file. Reimplemented from vtkPVWidget. |
|
|
Button callbacks. |
|
|
Button callbacks. |
|
||||||||||||
|
Access metod necessary for scripting. |
|
|
This serves a dual purpose. For tracing and for saving state. Implements vtkPVWidget. |
|
|
Called when the Accept button is pressed. It moves the widget state to the SM property. Implements vtkPVWidget. |
|
|
This method resets the widget values from the VTK filter. Reimplemented from vtkPVWidget. |
|
|
This method resets the widget values from the VTK filter. Implements vtkPVWidget. |
|
|
Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc. Reimplemented from vtkKWWidget. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 86 of file vtkPVExtractPartsWidget.h. |
|
|
Definition at line 87 of file vtkPVExtractPartsWidget.h. |
|
|
Definition at line 88 of file vtkPVExtractPartsWidget.h. |
|
|
Definition at line 90 of file vtkPVExtractPartsWidget.h. |
|
|
Definition at line 92 of file vtkPVExtractPartsWidget.h. |
1.3.5