Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Imaging/Hybrid/
H A DvtkShepardMethod.cxx35 class vtkShepardAlgorithm class
44 vtkShepardAlgorithm(double *origin, double *spacing, int *dims, in vtkShepardAlgorithm() function in vtkShepardAlgorithm
54 vtkShepardAlgorithm *Algo;
57 SplatP2(vtkShepardAlgorithm *algo) : Algo(algo) {} in SplatP2()
111 vtkShepardAlgorithm *Algo;
114 SplatPN(vtkShepardAlgorithm *algo, double p) : Algo(algo), P(p) {} in SplatPN()
169 vtkShepardAlgorithm *Algo;
171 Interpolate(vtkShepardAlgorithm *algo, double nullV) : in Interpolate()
376 vtkShepardAlgorithm in RequestData()
384 vtkShepardAlgorithm::SplatP2 splatF(&algo); in RequestData()
[all …]
/dports/math/vtk9/VTK-9.1.0/Imaging/Hybrid/
H A DvtkShepardMethod.cxx35 class vtkShepardAlgorithm class
57 vtkShepardAlgorithm* Algo;
60 SplatP2(vtkShepardAlgorithm* algo) in SplatP2()
120 vtkShepardAlgorithm* Algo;
123 SplatPN(vtkShepardAlgorithm* algo, double p) in SplatPN()
185 vtkShepardAlgorithm* Algo;
187 Interpolate(vtkShepardAlgorithm* algo, double nullV) in Interpolate()
381 vtkShepardAlgorithm algo(origin, spacing, this->SampleDimensions, newS, sum); in RequestData()
388 vtkShepardAlgorithm::SplatP2 splatF(&algo); in RequestData()
421 vtkShepardAlgorithm::SplatPN splatF(&algo, this->PowerParameter); in RequestData()
[all …]