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

#include <vtkSMChartRepresentationProxy.h>

Inheritance diagram for vtkSMChartRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMChartRepresentationProxy:
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)
vtkChartRepresentationGetRepresentation ()

Static Public Member Functions

static
vtkSMChartRepresentationProxy
New ()
static int IsTypeOf (const char *type)
static
vtkSMChartRepresentationProxy
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMChartRepresentationProxy ()
 ~vtkSMChartRepresentationProxy ()
virtual void SetPropertyModifiedFlag (const char *name, int flag)

Detailed Description

Definition at line 27 of file vtkSMChartRepresentationProxy.h.


Constructor & Destructor Documentation

vtkSMChartRepresentationProxy::vtkSMChartRepresentationProxy ( ) [protected]
vtkSMChartRepresentationProxy::~vtkSMChartRepresentationProxy ( ) [protected]

Member Function Documentation

static vtkSMChartRepresentationProxy* vtkSMChartRepresentationProxy::New ( ) [static]
virtual const char* vtkSMChartRepresentationProxy::GetClassName ( ) [virtual]
static int vtkSMChartRepresentationProxy::IsTypeOf ( const char *  type) [static]
virtual int vtkSMChartRepresentationProxy::IsA ( const char *  type) [virtual]
static vtkSMChartRepresentationProxy* vtkSMChartRepresentationProxy::SafeDownCast ( vtkObject o) [static]
void vtkSMChartRepresentationProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
vtkChartRepresentation* vtkSMChartRepresentationProxy::GetRepresentation ( )

Returns client side representation object.

virtual void vtkSMChartRepresentationProxy::SetPropertyModifiedFlag ( const char *  name,
int  flag 
) [protected, virtual]

Overridden to ensure that whenever "Input" property changes, we update the "Input" properties for all internal representations (including setting up of the link to the extract-selection representation).

Reimplemented from vtkSMProxy.


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