#include <vtkPVPLOT3DReaderModule.h>
Inheritance diagram for vtkPVPLOT3DReaderModule:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVPLOT3DReaderModule, vtkPVAdvancedReaderModule) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | UpdateEnableState () |
virtual void | Accept () |
virtual void | Accept (int hideFlag) |
virtual void | Accept (int hideFlag, int hideSource) |
Static Public Member Functions | |
vtkPVPLOT3DReaderModule * | New () |
Protected Member Functions | |
vtkPVPLOT3DReaderModule () | |
~vtkPVPLOT3DReaderModule () | |
Protected Attributes | |
int | AlreadyAccepted |
Definition at line 27 of file vtkPVPLOT3DReaderModule.h.
|
|
|
|
|
Reimplemented from vtkPVAdvancedReaderModule. |
|
|
|
Reimplemented from vtkPVAdvancedReaderModule. |
|
Internal method; called by AcceptCallbackInternal. Hide flag is used for hiding creation of the glyph sources from the user. Reimplemented from vtkPVSource. Definition at line 35 of file vtkPVPLOT3DReaderModule.h. References vtkPVSource::Accept(). |
|
Internal method; called by AcceptCallbackInternal. Hide flag is used for hiding creation of the glyph sources from the user. Reimplemented from vtkPVSource. Definition at line 36 of file vtkPVPLOT3DReaderModule.h. References vtkPVSource::Accept(). |
|
Internal method; called by AcceptCallbackInternal. Hide flag is used for hiding creation of the glyph sources from the user. Reimplemented from vtkPVSource. |
|
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 vtkPVSource. |
|
Definition at line 52 of file vtkPVPLOT3DReaderModule.h. |