ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSIChartRepresentationProxy Class Reference

#include <vtkSIChartRepresentationProxy.h>

Inheritance diagram for vtkSIChartRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSIChartRepresentationProxy:
Collaboration graph
[legend]

List of all members.

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 ()

Detailed Description

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.


Constructor & Destructor Documentation

vtkSIChartRepresentationProxy::vtkSIChartRepresentationProxy ( ) [protected]
vtkSIChartRepresentationProxy::~vtkSIChartRepresentationProxy ( ) [protected]

Member Function Documentation

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.


The documentation for this class was generated from the following file: