#include <vtkPVPickSphereWidget.h>
Inheritance diagram for vtkPVPickSphereWidget:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVPickSphereWidget, vtkPVSphereWidget) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Trace (ofstream *file) |
virtual void | UpdateEnableState () |
void | SetMouseControlToggle () |
int | GetMouseControlToggleInternal () |
virtual vtkKWCheckButton * | GetMouseControlToggle () |
Static Public Member Functions | |
vtkPVPickSphereWidget * | New () |
Protected Member Functions | |
vtkPVPickSphereWidget () | |
~vtkPVPickSphereWidget () | |
virtual void | ChildCreate (vtkPVApplication *) |
Protected Attributes | |
vtkKWLabel * | InstructionsLabel |
vtkKWCheckButton * | MouseControlToggle |
int | MouseControlFlag |
vtkPVPickSphereWidget can be considered as equivalent to the combination of vtkPVLineWidget and vtkPVLineSourceWidget. Unlike vtkPVLineWidget, vtkPVPickSphereWidget is never used without the implicit function, hence there was no need to have the distinction here.
Definition at line 34 of file vtkPVPickSphereWidget.h.
|
|
|
|
|
Reimplemented from vtkPVSphereWidget. |
|
|
|
Reimplemented from vtkPVSphereWidget. |
|
This serves a dual purpose. For tracing and for saving state. Reimplemented from vtkPVSphereWidget. |
|
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 vtkPVSphereWidget. |
|
|
|
|
|
|
|
Call creation on the child. Reimplemented from vtkPVSphereWidget. |
|
Definition at line 66 of file vtkPVPickSphereWidget.h. |
|
Definition at line 67 of file vtkPVPickSphereWidget.h. |
|
Definition at line 68 of file vtkPVPickSphereWidget.h. |