1 #ifndef __vtkHTTPHandler_h 2 #define __vtkHTTPHandler_h 5 #include <vtkRemoteIOConfigure.h> 10 #include <vtkObjectFactory.h> 22 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
26 virtual int CanHandleURI (
const char *uri ) VTK_OVERRIDE;
32 void SetForbidReuse(
int value);
36 virtual void StageFileRead(
const char * source,
const char * destination) VTK_OVERRIDE;
38 virtual void StageFileWrite(
const char * source,
const char * destination) VTK_OVERRIDE;
40 virtual void InitTransfer () VTK_OVERRIDE;
41 virtual
int CloseTransfer () VTK_OVERRIDE;
51 vtkInternal* Internal;
virtual int CanHandleURI(const char *vtkNotUsed(uri))
need something that goes the other way too...
static vtkURIHandler * New()
The Usual vtk class functions.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
virtual void StageFileRead(const char *source, const char *destination)
virtual void StageFileWrite(const char *source, const char *destination)