21 #ifndef __vtkParaMEDCorbaSource_h
22 #define __vtkParaMEDCorbaSource_h
25 #include "vtkUnstructuredGridAlgorithm.h"
29 class vtkUnstructuredGrid;
31 namespace ParaMEDMEM2VTK
33 class MEDCouplingMultiFieldsFetcher;
41 virtual void PrintSelf( ostream& os, vtkIndent indent );
50 int ProcessRequest(vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector);
52 virtual int RequestInformation( vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo );
53 virtual int RequestData( vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo );
63 std::vector<char>
IOR;
80 #endif // __vtkParaMEDCorbaSource_h