#include <vtkPVCutEntry.h>
Inheritance diagram for vtkPVCutEntry:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVCutEntry, vtkPVContourEntry) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | UpdateEnableState () |
virtual void | SetInputMenu (vtkPVInputMenu *) |
virtual vtkPVInputMenu * | GetInputMenu () |
Static Public Member Functions | |
vtkPVCutEntry * | New () |
Protected Member Functions | |
vtkPVCutEntry () | |
~vtkPVCutEntry () | |
vtkPVCutEntry (const vtkPVCutEntry &) | |
void | operator= (const vtkPVCutEntry &) |
virtual void | CopyProperties (vtkPVWidget *clone, vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
Protected Attributes | |
vtkPVInputMenu * | InputMenu |
This widget lets the user add or delete floats from a list. It is used for cut plane offsets.
Definition at line 30 of file vtkPVCutEntry.h.
|
|
|
|
|
|
|
Reimplemented from vtkPVContourEntry. |
|
|
|
Reimplemented from vtkPVContourEntry. |
|
This input menu supplies the data set. |
|
This input menu supplies the data set. |
|
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 vtkPVContourEntry. |
|
|
|
Reimplemented from vtkPVContourEntry. |
|
Called by vtkPVXMLPackageParser to configure the widget from XML attributes. Reimplemented from vtkPVContourEntry. |
|
Definition at line 66 of file vtkPVCutEntry.h. |