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

#include <vtkSITextSourceRepresentationProxy.h>

Inheritance diagram for vtkSITextSourceRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSITextSourceRepresentationProxy:
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
vtkSITextSourceRepresentationProxy
New ()
static int IsTypeOf (const char *type)
static
vtkSITextSourceRepresentationProxy
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSITextSourceRepresentationProxy ()
 ~vtkSITextSourceRepresentationProxy ()
virtual bool CreateVTKObjects (vtkSMMessage *message)

Detailed Description

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.


Constructor & Destructor Documentation

vtkSITextSourceRepresentationProxy::vtkSITextSourceRepresentationProxy ( ) [protected]
vtkSITextSourceRepresentationProxy::~vtkSITextSourceRepresentationProxy ( ) [protected]

Member Function Documentation

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.


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