|
ParaView
|
#include <vtkSITextSourceRepresentationProxy.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 vtkSITextSourceRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSITextSourceRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSITextSourceRepresentationProxy () | |
| ~vtkSITextSourceRepresentationProxy () | |
| virtual bool | CreateVTKObjects (vtkSMMessage *message) |
vtkSITextSourceRepresentationProxy is the proxy for (representations, TextSourceRepresentation). Merely overrides CreateVTKObjects to ensure that the subproxies are passed to the vtkTextSourceRepresentation correctly.
Definition at line 30 of file vtkSITextSourceRepresentationProxy.h.
| vtkSITextSourceRepresentationProxy::vtkSITextSourceRepresentationProxy | ( | ) | [protected] |
| vtkSITextSourceRepresentationProxy::~vtkSITextSourceRepresentationProxy | ( | ) | [protected] |
| static vtkSITextSourceRepresentationProxy* vtkSITextSourceRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual const char* vtkSITextSourceRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static int vtkSITextSourceRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual int vtkSITextSourceRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static vtkSITextSourceRepresentationProxy* vtkSITextSourceRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProxy.
| void vtkSITextSourceRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProxy.
| virtual bool vtkSITextSourceRepresentationProxy::CreateVTKObjects | ( | vtkSMMessage * | message | ) | [protected, virtual] |
Creates the VTK objects. This also parses the xml definition for proxy to create property-handlers. Returns true if object are (or have been) created successfully. message is used to obtain information about what proxy helper this is if the objects need to be created.
Reimplemented from vtkSIProxy.
1.7.5.1