|
ParaView
|
#include <vtkSIScalarBarActorProxy.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 vtkSIScalarBarActorProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIScalarBarActorProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIScalarBarActorProxy () | |
| ~vtkSIScalarBarActorProxy () | |
| virtual bool | CreateVTKObjects (vtkSMMessage *message) |
vtkSIScalarBarActorProxy is the server-side class used to bind subproxy internally
Definition at line 26 of file vtkSIScalarBarActorProxy.h.
| vtkSIScalarBarActorProxy::vtkSIScalarBarActorProxy | ( | ) | [protected] |
| vtkSIScalarBarActorProxy::~vtkSIScalarBarActorProxy | ( | ) | [protected] |
| static vtkSIScalarBarActorProxy* vtkSIScalarBarActorProxy::New | ( | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual const char* vtkSIScalarBarActorProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static int vtkSIScalarBarActorProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual int vtkSIScalarBarActorProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static vtkSIScalarBarActorProxy* vtkSIScalarBarActorProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProxy.
| void vtkSIScalarBarActorProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProxy.
| virtual bool vtkSIScalarBarActorProxy::CreateVTKObjects | ( | vtkSMMessage * | message | ) | [protected, virtual] |
Creates the VTKObjects. Overridden to add post-filters to the pipeline.
Reimplemented from vtkSIProxy.
1.7.5.1