Searched refs:nr_cell_points (Results 1 – 1 of 1) sorted by relevance
81 vtkIdType nr_cell_points, *cell_points; in load() local82 while (polygons->GetNextCell(nr_cell_points, cell_points)) in load()84 *poly_ptr++ = nr_cell_points; in load()85 for (vtkIdType i = 0; i < nr_cell_points; ++i) in load()