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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVPointWidget, vtkPV3DWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | PositionResetCallback () |
| virtual void | ActualPlaceWidget () |
| void | SetPosition () |
| void | SetPosition (double, double, double) |
| void | GetPosition (double pt[3]) |
| virtual void | ResetInternal () |
| virtual void | Initialize () |
| virtual void | Trace (ofstream *file) |
| virtual void | SaveInBatchScript (ofstream *file) |
| void | SetVisibility (int v) |
| virtual void | Create (vtkKWApplication *app) |
| virtual void | Accept () |
Static Public Member Functions | |
| vtkPVPointWidget * | New () |
Protected Member Functions | |
| vtkPVPointWidget () | |
| ~vtkPVPointWidget () | |
| void | SetPositionInternal (double, double, double) |
| virtual void | ChildCreate (vtkPVApplication *) |
| virtual void | ExecuteEvent (vtkObject *, unsigned long, void *) |
| void | GetPositionInternal (double pt[3]) |
| int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
Protected Attributes | |
| vtkKWEntry * | PositionEntry [3] |
| vtkKWPushButton * | PositionResetButton |
| vtkKWLabel * | Labels [2] |
| vtkKWLabel * | CoordinateLabel [3] |
This widget creates and manages its own vtkPlane on each process. I could not descide whether to include the bounds display or not. (I did not.)
Definition at line 34 of file vtkPVPointWidget.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkPVTracedWidget. Reimplemented in vtkPVPointSourceWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPV3DWidget. Reimplemented in vtkPVPointSourceWidget. |
|
|
Callback that set the center to the middle of the bounds. |
|
|
This method sets the input to the 3D widget and places the widget. Reimplemented from vtkPV3DWidget. |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Called when the PVSources reset button is called. Reimplemented from vtkPV3DWidget. Reimplemented in vtkPVPointSourceWidget. |
|
|
Places the widget Reimplemented from vtkPV3DWidget. Reimplemented in vtkPVPointSourceWidget. |
|
|
Called when the PVSources accept button is called. Reimplemented from vtkPV3DWidget. Reimplemented in vtkPVPointSourceWidget. |
|
|
This serves a dual purpose. For tracing and for saving state. Reimplemented from vtkPV3DWidget. Reimplemented in vtkPVPointSourceWidget. |
|
|
Save this widget to a file. Implements vtkPVObjectWidget. Reimplemented in vtkPVPointSourceWidget. |
|
|
Display hint about picking using the p key. Reimplemented from vtkPV3DWidget. |
|
|
Create the widget. Overridden to set up control dependencies among properties. Reimplemented from vtkPV3DWidget. Reimplemented in vtkPVPointSourceWidget. |
|
||||||||||||||||
|
|
|
|
Call creation on the child. Implements vtkPV3DWidget. |
|
||||||||||||||||
|
Execute event of the 3D Widget. Reimplemented from vtkPV3DWidget. |
|
|
This method assumes that WidgetProxy->UpdateInformation() has been invoked before calling this method. |
|
||||||||||||
|
Called by vtkPVXMLPackageParser to configure the widget from XML attributes. Reimplemented from vtkPV3DWidget. Reimplemented in vtkPVPointSourceWidget. |
|
|
Definition at line 94 of file vtkPVPointWidget.h. |
|
|
Definition at line 95 of file vtkPVPointWidget.h. |
|
|
Definition at line 97 of file vtkPVPointWidget.h. |
|
|
Definition at line 98 of file vtkPVPointWidget.h. |
1.3.5