#include <vtkSMShrunkContoursProxy.h>
Inheritance diagram for vtkSMShrunkContoursProxy:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMShrunkContoursProxy, vtkSMSourceProxy) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CreateVTKObjects (int numObjects) |
virtual void | CreateParts () |
Static Public Member Functions | |
vtkSMShrunkContoursProxy * | New () |
Protected Member Functions | |
vtkSMShrunkContoursProxy () | |
~vtkSMShrunkContoursProxy () |
This proxy is an example illustrating how to set up a pipeline in a proxy.
Definition at line 26 of file vtkSMShrunkContoursProxy.h.
|
|
|
|
|
Reimplemented from vtkSMSourceProxy. |
|
|
|
Reimplemented from vtkSMSourceProxy. |
|
Given the number of objects (numObjects), class name (VTKClassName) and server ids ( this->GetServerIDs()), this methods instantiates the objects on the server(s) Reimplemented from vtkSMSourceProxy. |
|
Create n parts where n is the number of filters. Each part correspond to one output of one filter. This method is overridden to ensure that the parts are created using the last proxy in the pipeline. Reimplemented from vtkSMSourceProxy. |