// int ProcessRequest(vtkInformation * ARG_0, vtkInformationVector ** ARG_1, vtkInformationVector * ARG_2) // "int ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*)" public int ProcessRequest(vtkInformation /*(vtkInformation*)*/ ARG_0, vtkInformationVector /*(vtkInformationVector**)*/ ARG_1, vtkInformationVector /*(vtkInformationVector*)*/ ARG_2) { ReturnPointer returnPointer = new ReturnPointer(new int()); VTK_API.API_vtkUnstructuredGridAlgorithm.ProcessRequest_0(returnPointer.GetPtr(), this, ARG_0, ARG_1, ARG_2); return((int)returnPointer); }
// int ProcessRequest(vtkInformation * request, vtkInformationVector ** inputVector, vtkInformationVector * outputVector) // "int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)" public int ProcessRequest(vtkInformation /*(vtkInformation*)*/ request, vtkInformationVector /*(vtkInformationVector**)*/ inputVector, vtkInformationVector /*(vtkInformationVector*)*/ outputVector) { ReturnPointer returnPointer = new ReturnPointer(new int()); VTK_API.API_vtkXMLReader.ProcessRequest_0(returnPointer.GetPtr(), this, request, inputVector, outputVector); return((int)returnPointer); }
// int ProcessRequest(vtkInformation * ARG_0, vtkInformationVector ** ARG_1, vtkInformationVector * ARG_2) // "int ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*)" public int ProcessRequest(vtkInformation /*(vtkInformation*)*/ ARG_0, vtkInformationVector /*(vtkInformationVector**)*/ ARG_1, vtkInformationVector /*(vtkInformationVector*)*/ ARG_2) { ReturnPointer returnPointer = new ReturnPointer(new int()); VTK_API.API_vtkPolyDataMapper.ProcessRequest_0(returnPointer.GetPtr(), this, ARG_0, ARG_1, ARG_2); return((int)returnPointer); }
// void Copy(vtkInformationVector * from, int deep = 0) // "void Copy(vtkInformationVector* from, int deep=0)" public void Copy(vtkInformationVector /*(vtkInformationVector*)*/ from, int /*(int)*/ deep) { VTK_API.API_vtkInformationVector.Copy_0(this, from, deep); }
// int ProcessRequest(vtkInformation * request, vtkCollection * inInfo, vtkInformationVector * outInfo) // "int ProcessRequest(vtkInformation* request, vtkCollection* inInfo, vtkInformationVector* outInfo)" public int ProcessRequest(vtkInformation /*(vtkInformation*)*/ request, vtkCollection /*(vtkCollection*)*/ inInfo, vtkInformationVector /*(vtkInformationVector*)*/ outInfo) { ReturnPointer returnPointer = new ReturnPointer(new int()); VTK_API.API_vtkAlgorithm.ProcessRequest_1(returnPointer.GetPtr(), this, request, inInfo, outInfo); return((int)returnPointer); }
// virtual int ComputePipelineMTime(vtkInformation * request, vtkInformationVector ** inInfoVec, vtkInformationVector * outInfoVec, int requestFromOutputPort, vtkMTimeType * mtime) // "virtual int ComputePipelineMTime(vtkInformation* request, vtkInformationVector** inInfoVec, vtkInformationVector* outInfoVec, int requestFromOutputPort, vtkMTimeType* mtime)" public int ComputePipelineMTime(vtkInformation /*(vtkInformation*)*/ request, vtkInformationVector /*(vtkInformationVector**)*/ inInfoVec, vtkInformationVector /*(vtkInformationVector*)*/ outInfoVec, int /*(int)*/ requestFromOutputPort, IntPtr /*(vtkMTimeType*)*/ mtime) { ReturnPointer returnPointer = new ReturnPointer(new int()); VTK_API.API_vtkAlgorithm.ComputePipelineMTime_0(returnPointer.GetPtr(), this, request, inInfoVec, outInfoVec, requestFromOutputPort, mtime); return((int)returnPointer); }