Home
last modified time | relevance | path

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

/external/opencv3/modules/viz/src/
Dwidget.cpp146 … vtkSmartPointer<vtkPolyData> with_normals = VtkUtils::ComputeNormals(mapper->GetInput()); in setRenderingProperty() local
147 VtkUtils::SetInputData(mapper, with_normals); in setRenderingProperty()
159 … vtkSmartPointer<vtkPolyData> with_normals = VtkUtils::ComputeNormals(mapper->GetInput()); in setRenderingProperty() local
160 VtkUtils::SetInputData(mapper, with_normals); in setRenderingProperty()
Dvizcore.cpp337 vtkSmartPointer<vtkPolyData> with_normals = VtkUtils::ComputeNormals(polydata); in computeNormals() local
339 vtkSmartPointer<vtkDataArray> generic_normals = with_normals->GetPointData()->GetNormals(); in computeNormals()