an image source that can read an image file on one process and ensure that it's available on some other group of processes.
More...
#include <vtkNetworkImageSource.h>
Inherits vtkImageAlgorithm.
an image source that can read an image file on one process and ensure that it's available on some other group of processes.
vtkNetworkImageSource is a vtkImageAlgorithm that can read an image file on on the client process and produce the output image data on a client and render-server processes.
Definition at line 34 of file vtkNetworkImageSource.h.
§ Superclass
§ vtkNetworkImageSource()
vtkNetworkImageSource::vtkNetworkImageSource |
( |
| ) |
|
|
protected |
§ ~vtkNetworkImageSource()
vtkNetworkImageSource::~vtkNetworkImageSource |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkNetworkImageSource::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkNetworkImageSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkNetworkImageSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkNetworkImageSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ SetFileName()
virtual void vtkNetworkImageSource::SetFileName |
( |
const char * |
| ) |
|
|
virtual |
§ GetFileName()
virtual char* vtkNetworkImageSource::GetFileName |
( |
| ) |
|
|
virtual |
§ UpdateImage()
void vtkNetworkImageSource::UpdateImage |
( |
| ) |
|
Needs to be called to perform the actual image migration.
§ ReadImageFromFile()
int vtkNetworkImageSource::ReadImageFromFile |
( |
const char * |
filename | ) |
|
|
protected |
§ RequestData()
int vtkNetworkImageSource::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
§ RequestInformation()
int vtkNetworkImageSource::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
§ UpdateImageTime
vtkTimeStamp vtkNetworkImageSource::UpdateImageTime |
|
protected |
§ FileName
char* vtkNetworkImageSource::FileName |
|
protected |
§ Buffer
vtkImageData* vtkNetworkImageSource::Buffer |
|
protected |
The documentation for this class was generated from the following file: