// virtual int SetRGBACharPixelData(int x, int y, int x2, int y2, vtkUnsignedCharArray * data, int front, int blend = 0, int right = 0) // "virtual int SetRGBACharPixelData(int x, int y, int x2, int y2, vtkUnsignedCharArray *data, int front, int blend=0, int right=0)" public int SetRGBACharPixelData(int /*(int)*/ x, int /*(int)*/ y, int /*(int)*/ x2, int /*(int)*/ y2, vtkUnsignedCharArray /*(vtkUnsignedCharArray*)*/ data, int /*(int)*/ front, int /*(int)*/ blend, int /*(int)*/ right) { ReturnPointer returnPointer = new ReturnPointer(new int()); VTK_API.API_vtkRenderWindow.SetRGBACharPixelData_1(returnPointer.GetPtr(), this, x, y, x2, y2, data, front, blend, right); return((int)returnPointer); }
// void SetCellTypes(vtkIdType ncells, vtkUnsignedCharArray * cellTypes, vtkIdTypeArray * cellLocations) // "void SetCellTypes(vtkIdType ncells, vtkUnsignedCharArray *cellTypes, vtkIdTypeArray *cellLocations)" public void SetCellTypes(long /*(vtkIdType)*/ ncells, vtkUnsignedCharArray /*(vtkUnsignedCharArray*)*/ cellTypes, vtkIdTypeArray /*(vtkIdTypeArray*)*/ cellLocations) { VTK_API.API_vtkCellTypes.SetCellTypes_0(this, ncells, cellTypes, cellLocations); }
// virtual int GetPixelData(int x, int y, int x2, int y2, int front, vtkUnsignedCharArray * data, int right = 0) // "virtual int GetPixelData(int x, int y, int x2, int y2, int front, vtkUnsignedCharArray *data, int right=0)" public int GetPixelData(int /*(int)*/ x, int /*(int)*/ y, int /*(int)*/ x2, int /*(int)*/ y2, int /*(int)*/ front, vtkUnsignedCharArray /*(vtkUnsignedCharArray*)*/ data, int /*(int)*/ right) { ReturnPointer returnPointer = new ReturnPointer(new int()); VTK_API.API_vtkWindow.GetPixelData_1(returnPointer.GetPtr(), this, x, y, x2, y2, front, data, right); return((int)returnPointer); }
// void SetCells(vtkUnsignedCharArray * cellTypes, vtkIdTypeArray * cellLocations, vtkCellArray * cells, vtkIdTypeArray * faceLocations, vtkIdTypeArray * faces) // "void SetCells(vtkUnsignedCharArray *cellTypes, vtkIdTypeArray *cellLocations, vtkCellArray *cells, vtkIdTypeArray *faceLocations, vtkIdTypeArray *faces)" public void SetCells(vtkUnsignedCharArray /*(vtkUnsignedCharArray*)*/ cellTypes, vtkIdTypeArray /*(vtkIdTypeArray*)*/ cellLocations, vtkCellArray /*(vtkCellArray*)*/ cells, vtkIdTypeArray /*(vtkIdTypeArray*)*/ faceLocations, vtkIdTypeArray /*(vtkIdTypeArray*)*/ faces) { VTK_API.API_vtkUnstructuredGrid.SetCells_3(this, cellTypes, cellLocations, cells, faceLocations, faces); }
// void SetTable(vtkUnsignedCharArray * ARG_0) // "void SetTable(vtkUnsignedCharArray *)" public void SetTable(vtkUnsignedCharArray /*(vtkUnsignedCharArray*)*/ ARG_0) { VTK_API.API_vtkLookupTable.SetTable_0(this, ARG_0); }