// 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); }
// static void DecomposeAPolyhedronCell(vtkIdType nCellFaces, vtkIdType * inFaceStream, vtkIdType & nCellpts, vtkCellArray * cellArray, vtkIdTypeArray * faces) // "static void DecomposeAPolyhedronCell(vtkIdType nCellFaces, vtkIdType * inFaceStream, vtkIdType & nCellpts, vtkCellArray * cellArray, vtkIdTypeArray * faces)" public static void DecomposeAPolyhedronCell(long /*(vtkIdType)*/ nCellFaces, IntPtr /*(vtkIdType*)*/ inFaceStream, IntPtr /*(vtkIdType&)*/ nCellpts, vtkCellArray /*(vtkCellArray*)*/ cellArray, vtkIdTypeArray /*(vtkIdTypeArray*)*/ faces) { VTK_API.API_vtkUnstructuredGrid.DecomposeAPolyhedronCell_2(nCellFaces, inFaceStream, nCellpts, cellArray, faces); }
// static void DecomposeAPolyhedronCell(vtkIdType * polyhedronCellStream, vtkIdType & nCellpts, vtkIdType & nCellfaces, vtkCellArray * cellArray, vtkIdTypeArray * faces) // "static void DecomposeAPolyhedronCell(vtkIdType * polyhedronCellStream, vtkIdType & nCellpts, vtkIdType & nCellfaces, vtkCellArray *cellArray, vtkIdTypeArray *faces)" public static void DecomposeAPolyhedronCell(IntPtr /*(vtkIdType*)*/ polyhedronCellStream, IntPtr /*(vtkIdType&)*/ nCellpts, IntPtr /*(vtkIdType&)*/ nCellfaces, vtkCellArray /*(vtkCellArray*)*/ cellArray, vtkIdTypeArray /*(vtkIdTypeArray*)*/ faces) { VTK_API.API_vtkUnstructuredGrid.DecomposeAPolyhedronCell_1(polyhedronCellStream, nCellpts, nCellfaces, cellArray, faces); }
// void GetIdsOfCellsOfType(int type, vtkIdTypeArray * array) // "void GetIdsOfCellsOfType(int type, vtkIdTypeArray *array)" public void GetIdsOfCellsOfType(int /*(int)*/ type, vtkIdTypeArray /*(vtkIdTypeArray*)*/ array) { VTK_API.API_vtkUnstructuredGrid.GetIdsOfCellsOfType_0(this, type, array); }
// 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 SetCells(vtkIdType ncells, vtkIdTypeArray * cells) // "void SetCells(vtkIdType ncells, vtkIdTypeArray *cells)" public void SetCells(long /*(vtkIdType)*/ ncells, vtkIdTypeArray /*(vtkIdTypeArray*)*/ cells) { VTK_API.API_vtkCellArray.SetCells_0(this, ncells, cells); }