Home
last modified time | relevance | path

Searched refs:cell_points (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/viz/src/
Dtypes.cpp81 vtkIdType nr_cell_points, *cell_points; in load() local
82 while (polygons->GetNextCell(nr_cell_points, cell_points)) in load()
86 *poly_ptr++ = (int)cell_points[i]; in load()