|
ParaView
|
#include <vtkSIChartRepresentationProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSIChartRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIChartRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIChartRepresentationProxy () | |
| ~vtkSIChartRepresentationProxy () | |
| virtual void | OnCreateVTKObjects () |
vtkSIChartRepresentationProxy is the server-side helper for vtkSMChartRepresentationProxy. It initializes the vtkXYChartRepresentation instance with the vtkChartNamedOptions instance sub-proxy, if any during CreateVTKObjects().
Definition at line 28 of file vtkSIChartRepresentationProxy.h.
| vtkSIChartRepresentationProxy::vtkSIChartRepresentationProxy | ( | ) | [protected] |
| vtkSIChartRepresentationProxy::~vtkSIChartRepresentationProxy | ( | ) | [protected] |
| static vtkSIChartRepresentationProxy* vtkSIChartRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSISourceProxy.
| virtual const char* vtkSIChartRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSISourceProxy.
| static int vtkSIChartRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSISourceProxy.
| virtual int vtkSIChartRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSISourceProxy.
| static vtkSIChartRepresentationProxy* vtkSIChartRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSISourceProxy.
| void vtkSIChartRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSISourceProxy.
| virtual void vtkSIChartRepresentationProxy::OnCreateVTKObjects | ( | ) | [protected, virtual] |
Called in CreateVTKObjects() after the vtk-object has been created and subproxy-information has been processed, but before the XML is parsed to generate properties and initialize their values. This method is overriden here to set the VTK instance of the PlotOptions subProxy to the current VTK representation.
Reimplemented from vtkSIProxy.
1.7.5.1