#include <vtkPVXDMFParameters.h>
Inheritance diagram for vtkPVXDMFParameters:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVXDMFParameters, vtkPVObjectWidget) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create (vtkKWApplication *pvApp) |
virtual void | Accept () |
void | CheckModifiedCallback () |
virtual void | ResetInternal () |
virtual void | Initialize () |
void | SetParameterIndex (const char *label, int value) |
virtual void | Trace (ofstream *file) |
void | SetLabel (const char *label) |
void | UpdateParameters (int fromReader) |
void | AddXDMFParameter (const char *pname, int value, int min, int step, int max) |
void | SaveInBatchScript (ofstream *file) |
virtual void | UpdateEnableState () |
vtkPVXDMFParameters * | ClonePrototype (vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
virtual vtkKWFrameWithLabel * | GetFrame () |
virtual vtkClientServerID | GetVTKReaderID () |
Static Public Member Functions | |
vtkPVXDMFParameters * | New () |
Protected Member Functions | |
vtkPVXDMFParameters () | |
~vtkPVXDMFParameters () | |
virtual void | CopyProperties (vtkPVWidget *clone, vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
virtual void | SetFrameLabel (const char *) |
virtual char * | GetFrameLabel () |
Protected Attributes | |
vtkPVXDMFParametersInternals * | Internals |
vtkKWFrameWithLabel * | Frame |
char * | FrameLabel |
vtkClientServerID | VTKReaderID |
vtkClientServerID | ServerSideID |
|
|
|
|
|
Reimplemented from vtkPVTracedWidget. |
|
|
|
Reimplemented from vtkPVObjectWidget. |
|
Create the widget. Reimplemented from vtkPVWidget. |
|
These methods are called when the Accept and Reset buttons are pressed. The copy state from VTK/PV objects to the widget and back. Most subclasses do not have to implement these methods. They implement AcceptInternal and ResetInternal instead. Only methods that copy state from PV object need to override these methods. Accept needs to add to the trace (call trace), but AcceptInternal does not. Implements vtkPVWidget. |
|
Check if the widget was modified. |
|
Creates and returns a copy of this widget. It will create a new instance of the same type as the current object using NewInstance() and then copy some necessary state parameters. Reimplemented from vtkPVObjectWidget. |
|
Called when the reset button is pushed. Sets widget's value to the object-variable's value. Side effect is to turn the modified flag off. Reimplemented from vtkPVWidget. |
|
Initializes widget after creation Implements vtkPVWidget. |
|
Called during animation and from trace file to set a parameter on the reader on the server. |
|
This serves a dual purpose. For tracing and for saving state. Implements vtkPVWidget. |
|
The label. |
|
This method updates values from the reader if fromReader is true, from the property otherwise |
|
This method adds parameter with value and range to the list. |
|
Get the frame |
|
Get the frame |
|
Save this widget to a file. Implements vtkPVObjectWidget. |
|
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 vtkKWWidget. |
|
Reimplemented from vtkPVObjectWidget. |
|
Called by vtkPVXMLPackageParser to configure the widget from XML attributes. Reimplemented from vtkPVObjectWidget. |
|
|
|
|
|
PIMPL Encapsulation for STL containers Reimplemented from vtkKWWidget. Definition at line 101 of file vtkPVXDMFParameters.h. |
|
Definition at line 102 of file vtkPVXDMFParameters.h. |
|
Definition at line 114 of file vtkPVXDMFParameters.h. |
|
This is the ID of the VTK Xdmf reader. Definition at line 117 of file vtkPVXDMFParameters.h. |
|
Definition at line 120 of file vtkPVXDMFParameters.h. |