|
ParaView
|
#include <vtkSISelectionRepresentationProxy.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 vtkSISelectionRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSISelectionRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSISelectionRepresentationProxy () | |
| ~vtkSISelectionRepresentationProxy () | |
| virtual bool | CreateVTKObjects (vtkSMMessage *message) |
Representation use to show selection. This shows only the selection i.e. output of ExtractSelection filter.
Definition at line 28 of file vtkSISelectionRepresentationProxy.h.
| vtkSISelectionRepresentationProxy::vtkSISelectionRepresentationProxy | ( | ) | [protected] |
| vtkSISelectionRepresentationProxy::~vtkSISelectionRepresentationProxy | ( | ) | [protected] |
| static vtkSISelectionRepresentationProxy* vtkSISelectionRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual const char* vtkSISelectionRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static int vtkSISelectionRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProxy.
| virtual int vtkSISelectionRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProxy.
| static vtkSISelectionRepresentationProxy* vtkSISelectionRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProxy.
| void vtkSISelectionRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProxy.
| virtual bool vtkSISelectionRepresentationProxy::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