|
ParaView
|
#include <vtkSMChartRepresentationProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkChartRepresentation * | GetRepresentation () |
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) |
Definition at line 27 of file vtkSMChartRepresentationProxy.h.
| vtkSMChartRepresentationProxy::vtkSMChartRepresentationProxy | ( | ) | [protected] |
| vtkSMChartRepresentationProxy::~vtkSMChartRepresentationProxy | ( | ) | [protected] |
| static vtkSMChartRepresentationProxy* vtkSMChartRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSMRepresentationProxy.
Reimplemented in vtkSMParallelCoordinatesRepresentationProxy.
| virtual const char* vtkSMChartRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMRepresentationProxy.
Reimplemented in vtkSMParallelCoordinatesRepresentationProxy.
| static int vtkSMChartRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMRepresentationProxy.
Reimplemented in vtkSMParallelCoordinatesRepresentationProxy.
| virtual int vtkSMChartRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMRepresentationProxy.
Reimplemented in vtkSMParallelCoordinatesRepresentationProxy.
| static vtkSMChartRepresentationProxy* vtkSMChartRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMRepresentationProxy.
Reimplemented in vtkSMParallelCoordinatesRepresentationProxy.
| void vtkSMChartRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMRepresentationProxy.
Reimplemented in vtkSMParallelCoordinatesRepresentationProxy.
| 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.
1.7.5.1