#include <vtkPVContourEntry.h>
Inheritance diagram for vtkPVContourEntry:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVContourEntry, vtkPVValueList) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Accept () |
virtual void | Initialize () |
virtual void | ResetInternal () |
virtual void | UpdateEnableState () |
virtual void | SaveInBatchScript (ofstream *file) |
virtual void | SetArrayMenu (vtkPVArrayMenu *) |
virtual vtkPVArrayMenu * | GetArrayMenu () |
Static Public Member Functions | |
vtkPVContourEntry * | New () |
Protected Member Functions | |
vtkPVContourEntry () | |
~vtkPVContourEntry () | |
virtual int | ComputeWidgetRange () |
vtkPVContourEntry (const vtkPVContourEntry &) | |
void | operator= (const vtkPVContourEntry &) |
virtual void | CopyProperties (vtkPVWidget *clone, vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
Protected Attributes | |
vtkPVArrayMenu * | ArrayMenu |
const char * | DomainName |
This widget lets the user add or delete floats from a list. It is used for contours.
Definition at line 30 of file vtkPVContourEntry.h.
|
|
|
|
|
|
|
Reimplemented from vtkPVTracedWidget. Reimplemented in vtkPVCutEntry. |
|
|
|
Reimplemented from vtkPVValueList. Reimplemented in vtkPVCutEntry. |
|
Called when the Accept button is pressed. Reimplemented from vtkPVValueList. |
|
Initialize widget after creation Implements vtkPVWidget. |
|
Gets called when the reset button is pressed. Reimplemented from vtkPVWidget. |
|
ArrayMenu is used to obtain the scalar range (it contains an array information object) |
|
ArrayMenu is used to obtain the scalar range (it contains an array information object) |
|
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 vtkPVValueList. Reimplemented in vtkPVCutEntry. |
|
Save this widget to a file. Reimplemented from vtkPVWidget. |
|
Reimplemented from vtkPVValueList. |
|
|
|
Reimplemented from vtkPVValueList. Reimplemented in vtkPVCutEntry. |
|
Called by vtkPVXMLPackageParser to configure the widget from XML attributes. Reimplemented from vtkPVValueList. Reimplemented in vtkPVCutEntry. |
|
Definition at line 68 of file vtkPVContourEntry.h. |
|
Definition at line 83 of file vtkPVContourEntry.h. |