#include <vtkSMXYPlotActorProxy.h>
Inheritance diagram for vtkSMXYPlotActorProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMXYPlotActorProxy, vtkSMSourceProxy) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | CleanInputs (const char *cleancommand) |
void | RemoveAllArrayNames () |
void | AddArrayName (const char *arrayname) |
virtual void | UpdateVTKObjects () |
void | UpdateInformation () |
void | AddInput (vtkSMSourceProxy *input, const char *method, int hasMultipleInputs) |
void | SetPosition (double x, double y) |
void | SetPosition2 (double x, double y) |
Static Public Member Functions | |
vtkSMXYPlotActorProxy * | New () |
Protected Member Functions | |
vtkSMXYPlotActorProxy () | |
~vtkSMXYPlotActorProxy () | |
void | SetInput (vtkSMSourceProxy *) |
void | SetupInputs () |
Protected Attributes | |
vtkSMXYPlotActorProxyInternals * | Internals |
int | ArrayNamesModified |
vtkSMSourceProxy * | Input |
This is a proxy for the XY plot actor. This is not a display proxy and hence cannot be added directly to a render module.
Definition at line 29 of file vtkSMXYPlotActorProxy.h.
|
|
|
|
|
Reimplemented from vtkSMSourceProxy. |
|
|
|
Reimplemented from vtkSMSourceProxy. |
|
Sets the input dataset to Plot. Note that all the arrays and all the components of each of the arrays in the input will be plotted. Reimplemented from vtkSMSourceProxy. |
|
To remove the dataset for the Plot. Reimplemented from vtkSMSourceProxy. |
|
Methods to set the position/position2 of the actor. |
|
Methods to set the position/position2 of the actor. |
|
Remove all the arrays selected for plotting. |
|
Add an array name to be plotted. |
|
Method to push the property values onto server objects. Reimplemented from vtkSMProxy. |
|
Override the vtkSMSourceProxy UpdateInformation since we are not really a source proxy (the VTK object we are creating on the server side has not really an output) Reimplemented from vtkSMSourceProxy. |
|
|
|
Called to build the XYActor inputs for the selected arrays. |
|
Reimplemented from vtkSMProxy. Definition at line 70 of file vtkSMXYPlotActorProxy.h. |
|
Definition at line 71 of file vtkSMXYPlotActorProxy.h. |
|
Definition at line 74 of file vtkSMXYPlotActorProxy.h. |