Home
last modified time | relevance | path

Searched defs:Kdtree (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/Parallel/
H A DvtkCompositeRGBAPass.h99 vtkPKdTree* Kdtree; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Parallel/
H A DvtkCompositeRGBAPass.h99 vtkPKdTree *Kdtree; variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Parallel/
H A DvtkCompositeRGBAPass.h85 vtkPKdTree *Kdtree; variable
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkDistributedDataFilter.h227 vtkPKdTree* Kdtree; variable
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelMPI/
H A DvtkDistributedDataFilter.h525 vtkPKdTree *Kdtree; variable
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelMPI/
H A DvtkDistributedDataFilter.h607 vtkPKdTree *Kdtree; variable
/dports/games/openttd/openttd-12.1/src/core/
H A Dkdtree.hpp37 class Kdtree { class
355 Kdtree(TxyFunc xyfunc) : root(INVALID_NODE), xyfunc(xyfunc), unbalanced(0) { } in Kdtree() function in Kdtree