ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVMultiServerDataSource Class Reference

VTK class that handle the fetch of remote data. More...

#include <vtkPVMultiServerDataSource.h>

Inherits vtkDataObjectAlgorithm.

Public Types

typedef vtkDataObjectAlgorithm Superclass
 

Public Member Functions

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...
 

Static Public Member Functions

static vtkPVMultiServerDataSourceNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVMultiServerDataSourceSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVMultiServerDataSource ()
 
 ~vtkPVMultiServerDataSource ()
 
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector)
 

Detailed Description

VTK class that handle the fetch of remote data.

Definition at line 31 of file vtkPVMultiServerDataSource.h.

Member Typedef Documentation

◆ Superclass

typedef vtkDataObjectAlgorithm vtkPVMultiServerDataSource::Superclass

Definition at line 35 of file vtkPVMultiServerDataSource.h.

Constructor & Destructor Documentation

◆ vtkPVMultiServerDataSource()

vtkPVMultiServerDataSource::vtkPVMultiServerDataSource ( )
protected

◆ ~vtkPVMultiServerDataSource()

vtkPVMultiServerDataSource::~vtkPVMultiServerDataSource ( )
protected

Member Function Documentation

◆ New()

static vtkPVMultiServerDataSource* vtkPVMultiServerDataSource::New ( )
static

◆ 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()

static vtkPVMultiServerDataSource* vtkPVMultiServerDataSource::SafeDownCast ( vtkObject *  o)
static

◆ 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: