Searched refs:with_normals (Results 1 – 2 of 2) sorted by relevance
146 … vtkSmartPointer<vtkPolyData> with_normals = VtkUtils::ComputeNormals(mapper->GetInput()); in setRenderingProperty() local147 VtkUtils::SetInputData(mapper, with_normals); in setRenderingProperty()159 … vtkSmartPointer<vtkPolyData> with_normals = VtkUtils::ComputeNormals(mapper->GetInput()); in setRenderingProperty() local160 VtkUtils::SetInputData(mapper, with_normals); in setRenderingProperty()
337 vtkSmartPointer<vtkPolyData> with_normals = VtkUtils::ComputeNormals(polydata); in computeNormals() local339 vtkSmartPointer<vtkDataArray> generic_normals = with_normals->GetPointData()->GetNormals(); in computeNormals()