Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkContourGrid.cxx114 int useScalarTree, vtkScalarTree *scalarTree, in vtkContourGridExecute() argument
337 for (scalarTree->InitTraversal(values[i]); in vtkContourGridExecute()
338 (tmpCell = scalarTree->GetNextCell(cellId, dummyIdList, in vtkContourGridExecute()
420 vtkScalarTree *scalarTree = this->ScalarTree; in RequestData() local
423 if ( scalarTree == nullptr ) in RequestData()
425 this->ScalarTree = scalarTree = vtkSimpleScalarTree::New(); in RequestData()
427 scalarTree->SetDataSet(input); in RequestData()
428 scalarTree->SetScalars(inScalars); in RequestData()
435 computeScalars, useScalarTree, scalarTree, in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkContourGrid.cxx114 int useScalarTree, vtkScalarTree* scalarTree, bool generateTriangles) in vtkContourGridExecute() argument
331 for (scalarTree->InitTraversal(values[i]); in vtkContourGridExecute()
332 (tmpCell = scalarTree->GetNextCell(cellId, dummyIdList, cellScalars));) in vtkContourGridExecute()
409 vtkScalarTree* scalarTree = this->ScalarTree; in RequestData() local
412 if (scalarTree == nullptr) in RequestData()
414 this->ScalarTree = scalarTree = vtkSimpleScalarTree::New(); in RequestData()
416 scalarTree->SetDataSet(input); in RequestData()
417 scalarTree->SetScalars(inScalars); in RequestData()
421 useScalarTree, scalarTree, this->GenerateTriangles != 0); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkContourGrid.cxx108 int useScalarTree, vtkScalarTree *&scalarTree, in vtkContourGridExecute() argument
297 if ( scalarTree == NULL ) in vtkContourGridExecute()
299 scalarTree = vtkSimpleScalarTree::New(); in vtkContourGridExecute()
301 scalarTree->SetDataSet(input); in vtkContourGridExecute()
311 for (scalarTree->InitTraversal(values[i]); in vtkContourGridExecute()
312 (tmpCell = scalarTree->GetNextCell(cellId, dummyIdList, in vtkContourGridExecute()
376 vtkScalarTree *&scalarTree = this->ScalarTree; in RequestData() local
397 computeScalars, useScalarTree, scalarTree, in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/SMP/
H A DvtkSMPContourGrid.cxx362 vtkScalarTree *scalarTree = this->Filter->GetScalarTree(); in operator ()() local
367 cellIds = scalarTree->GetCellBatch(batchNum,numCells); in operator ()()
381 cell->Contour(scalarTree->GetScalarValue(), in operator ()()
480 vtkScalarTree *scalarTree = filter->GetScalarTree(); in DoContour() local
484 scalarTree->InitTraversal(values[i]); in DoContour()
485 numBatches = scalarTree->GetNumberOfCellBatches(); in DoContour()
/dports/math/vtk9/VTK-9.1.0/Filters/SMP/
H A DvtkSMPContourGrid.cxx379 vtkScalarTree* scalarTree = this->Filter->GetScalarTree(); in operator ()() local
384 cellIds = scalarTree->GetCellBatch(batchNum, numCells); in operator ()()
401 cell->Contour(scalarTree->GetScalarValue(), cs, loc, vrts, lines, polys, inPd, outPd, in operator ()()
497 vtkScalarTree* scalarTree = filter->GetScalarTree(); in DoContour() local
501 numBatches = scalarTree->GetNumberOfCellBatches(values[i]); in DoContour()