Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/
H A DvtkVolumeOfRevolutionFilter.cxx113 newPtIds[0] = newPtIds[1]; in Revolve()
155 newPtIds[2*nPoints-1-j] = in Revolve()
164 newPtIds[nPoints-1-j] = newPtIds[j+nPoints]; in Revolve()
211 newPtIds[j+nPoints] = in Revolve()
220 newPtIds[j] = newPtIds[j+nPoints]; in Revolve()
267 newPtIds[j+nPoints] = in Revolve()
276 newPtIds[j] = newPtIds[j+nPoints]; in Revolve()
301 newPtIds[j+nPoints] = in Revolve()
310 newPtIds[j] = newPtIds[j+nPoints]; in Revolve()
342 newPtIds[0] = nPoly + 2; in Revolve()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkVolumeOfRevolutionFilter.cxx108 newPtIds[0] = newPtIds[1]; in Revolve()
153 newPtIds[nPoints - 1 - j] = newPtIds[j + nPoints]; in Revolve()
193 newPtIds[j + nPoints] = in Revolve()
201 newPtIds[j] = newPtIds[j + nPoints]; in Revolve()
243 newPtIds[j + nPoints] = in Revolve()
251 newPtIds[j] = newPtIds[j + nPoints]; in Revolve()
274 newPtIds[j + nPoints] = in Revolve()
282 newPtIds[j] = newPtIds[j + nPoints]; in Revolve()
311 newPtIds[0] = nPoly + 2; in Revolve()
312 newPtIds[1] = nPoly; in Revolve()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/HyperTree/
H A DvtkHyperOctreeSurfaceFilter.cxx335 subPtIds[1]=newPtIds[0]; in GenerateQuads()
336 subPtIds[2]=newPtIds[1]; in GenerateQuads()
337 subPtIds[3]=newPtIds[2]; in GenerateQuads()
347 subPtIds[0]=newPtIds[0]; in GenerateQuads()
349 subPtIds[2]=newPtIds[2]; in GenerateQuads()
350 subPtIds[3]=newPtIds[3]; in GenerateQuads()
360 subPtIds[0]=newPtIds[1]; in GenerateQuads()
361 subPtIds[1]=newPtIds[2]; in GenerateQuads()
363 subPtIds[3]=newPtIds[4]; in GenerateQuads()
373 subPtIds[0]=newPtIds[2]; in GenerateQuads()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkShrinkFilter.cxx76 vtkSmartPointer<vtkIdList> newPtIds = vtkSmartPointer<vtkIdList>::New(); in RequestData() local
78 newPtIds->Allocate(VTK_CELL_SIZE); in RequestData()
132 newPtIds->Reset(); in RequestData()
159 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, newPtIds); in RequestData()
160 vtkUnstructuredGrid::ConvertFaceStreamPointIds(newPtIds, pointMap); in RequestData()
166 newPtIds->InsertId(i, pointMap[ptIds->GetId(i)]); in RequestData()
171 output->InsertNextCell(input->GetCellType(cellId), newPtIds); in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkShrinkFilter.cxx77 vtkSmartPointer<vtkIdList> newPtIds = vtkSmartPointer<vtkIdList>::New(); in RequestData() local
79 newPtIds->Allocate(VTK_CELL_SIZE); in RequestData()
133 newPtIds->Reset(); in RequestData()
161 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, newPtIds); in RequestData()
162 vtkUnstructuredGrid::ConvertFaceStreamPointIds(newPtIds, pointMap); in RequestData()
168 newPtIds->InsertId(i, pointMap[ptIds->GetId(i)]); in RequestData()
173 output->InsertNextCell(input->GetCellType(cellId), newPtIds); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkShrinkFilter.cxx79 vtkSmartPointer<vtkIdList> newPtIds = vtkSmartPointer<vtkIdList>::New(); in RequestData() local
81 newPtIds->Allocate(VTK_CELL_SIZE); in RequestData()
135 newPtIds->Reset(); in RequestData()
163 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, newPtIds); in RequestData()
164 vtkUnstructuredGrid::ConvertFaceStreamPointIds(newPtIds, pointMap); in RequestData()
170 newPtIds->InsertId(i, pointMap[ptIds->GetId(i)]); in RequestData()
175 output->InsertNextCell(input->GetCellType(cellId), newPtIds); in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkAppendFilter.cxx224 vtkSmartPointer<vtkIdList> newPtIds = vtkSmartPointer<vtkIdList>::New(); in RequestData() local
225 newPtIds->Allocate(VTK_CELL_SIZE); in RequestData()
295 newPtIds->Reset (); in RequestData()
303 newPtIds->InsertNextId(nPoints); in RequestData()
306 newPtIds->InsertNextId(globalIndices[facePtIds[j] + ptOffset]); in RequestData()
310 output->InsertNextCell(VTK_POLYHEDRON, nfaces, newPtIds->GetPointer(0)); in RequestData()
317 newPtIds->InsertId(id, globalIndices[ptIds->GetId(id) + ptOffset]); in RequestData()
319 output->InsertNextCell(dataSet->GetCellType(cellId),newPtIds); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkAppendFilter.cxx239 vtkSmartPointer<vtkIdList> newPtIds = vtkSmartPointer<vtkIdList>::New(); in RequestData() local
240 newPtIds->Allocate(VTK_CELL_SIZE); in RequestData()
341 newPtIds->Reset(); in RequestData()
350 newPtIds->InsertNextId(nPoints); in RequestData()
353 newPtIds->InsertNextId(globalIndices[facePtIds[j] + ptOffset]); in RequestData()
357 output->InsertNextCell(VTK_POLYHEDRON, nfaces, newPtIds->GetPointer(0)); in RequestData()
364 newPtIds->InsertId(id, globalIndices[ptIds->GetId(id) + ptOffset]); in RequestData()
366 output->InsertNextCell(dataSet->GetCellType(cellId), newPtIds); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkAppendFilter.cxx211 vtkSmartPointer<vtkIdList> newPtIds = vtkSmartPointer<vtkIdList>::New(); in RequestData() local
212 newPtIds->Allocate(VTK_CELL_SIZE); in RequestData()
281 newPtIds->Reset (); in RequestData()
289 newPtIds->InsertNextId(nPoints); in RequestData()
292 newPtIds->InsertNextId(globalIndices[facePtIds[j] + ptOffset]); in RequestData()
296 output->InsertNextCell(VTK_POLYHEDRON, nfaces, newPtIds->GetPointer(0)); in RequestData()
303 newPtIds->InsertId(id, globalIndices[ptIds->GetId(id) + ptOffset]); in RequestData()
305 output->InsertNextCell(dataSet->GetCellType(cellId),newPtIds); in RequestData()