Home
last modified time | relevance | path

Searched refs:nr_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()
84 *poly_ptr++ = nr_cell_points; in load()
85 for (vtkIdType i = 0; i < nr_cell_points; ++i) in load()