VTK class that handle the fetch of remote data.
More...
#include <vtkPVMultiServerDataSource.h>
Inherits vtkDataObjectAlgorithm.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | SetExternalProxy (vtkSMSourceProxy *proxyFromAnotherServer, int portNumber=0) |
| Bind vtk object with a given external proxy. More...
|
|
virtual void | FetchData (vtkDataObject *dataObjectToFill) |
| Method that need to be called when the data has changed and need to be updated... More...
|
|
VTK class that handle the fetch of remote data.
Definition at line 31 of file vtkPVMultiServerDataSource.h.
◆ Superclass
◆ vtkPVMultiServerDataSource()
vtkPVMultiServerDataSource::vtkPVMultiServerDataSource |
( |
| ) |
|
|
protected |
◆ ~vtkPVMultiServerDataSource()
vtkPVMultiServerDataSource::~vtkPVMultiServerDataSource |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVMultiServerDataSource::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVMultiServerDataSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVMultiServerDataSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVMultiServerDataSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetExternalProxy()
virtual void vtkPVMultiServerDataSource::SetExternalProxy |
( |
vtkSMSourceProxy * |
proxyFromAnotherServer, |
|
|
int |
portNumber = 0 |
|
) |
| |
|
virtual |
Bind vtk object with a given external proxy.
◆ FetchData()
virtual void vtkPVMultiServerDataSource::FetchData |
( |
vtkDataObject * |
dataObjectToFill | ) |
|
|
virtual |
Method that need to be called when the data has changed and need to be updated...
◆ RequestDataObject()
virtual int vtkPVMultiServerDataSource::RequestDataObject |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
vtkNotUsedinputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ RequestInformation()
virtual int vtkPVMultiServerDataSource::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ RequestUpdateExtent()
virtual int vtkPVMultiServerDataSource::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ RequestData()
virtual int vtkPVMultiServerDataSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: