#include <vtkPVScaleFactorEntry.h>
Inheritance diagram for vtkPVScaleFactorEntry:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVScaleFactorEntry, vtkPVVectorEntry) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Update () |
virtual void | Initialize () |
Static Public Member Functions | |
vtkPVScaleFactorEntry * | New () |
Protected Member Functions | |
vtkPVScaleFactorEntry () | |
~vtkPVScaleFactorEntry () | |
virtual void | UpdateScaleFactor () |
virtual int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
vtkPVScaleFactorEntry is a subclass of vtkPVVectorEntry that depends on a vtkPVInputMenu to determine what its default scale value should be.
Definition at line 27 of file vtkPVScaleFactorEntry.h.
|
|
|
|
|
Reimplemented from vtkPVVectorEntry. |
|
|
|
Reimplemented from vtkPVVectorEntry. |
|
This is called to update the menus if something (InputMenu) changes. Reimplemented from vtkPVWidget. |
|
Initialize after creation Reimplemented from vtkPVVectorEntry. |
|
|
|
Called by vtkPVXMLPackageParser to configure the widget from XML attributes. Reimplemented from vtkPVVectorEntry. |