Home
last modified time | relevance | path

Searched refs:GetPotential (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/sdl_gfx/SDL_gfx-2.0.26/Test/
H A DLaplaceRelaxation.c77 double GetPotential(Uint8 *map, Uint8 *greyscale, double *relaxed, int x, int y, int w, int h) in GetPotential() function
253 c1 = GetPotential(map, grayscale, unrelaxed, x, y-1, picture->w, picture->h); in Draw()
255 c2 = GetPotential(map, grayscale, unrelaxed, x, y+1, picture->w, picture->h); in Draw()
257 c3 = GetPotential(map, grayscale, unrelaxed, x-1, y, picture->w, picture->h); in Draw()
259 c4 = GetPotential(map, grayscale, unrelaxed, x+1, y, picture->w, picture->h); in Draw()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Disosurface.h124 … virtual double GetPotential (const Vector3d&, bool subtractThreshold, TraceThreadData *) const;
H A Dblob.h151 … virtual double GetPotential (const Vector3d&, bool subtractThreshold, TraceThreadData *) const;
H A Disosurface.cpp307 double IsoSurface::GetPotential (const Vector3d& globalPoint, bool subtractThreshold, TraceThreadDa… in GetPotential() function in pov::IsoSurface
H A Dblob.cpp1613 double Blob::GetPotential (const Vector3d& globalPoint, bool subtractThreshold, TraceThreadData *pT… in GetPotential() function in pov::Blob
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/ppconvert/src/common/
H A DRadialWF.h54 Potential* GetPotential();
H A DRadialWF.cc391 RadialWF::GetPotential() in GetPotential() function in RadialWF
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/scene/
H A Dobject.h236 … virtual double GetPotential (const Vector3d&, bool subtractThreshold, TraceThreadData *) const;
H A Dobject.cpp834 double ObjectBase::GetPotential (const Vector3d& p, bool subtractThreshold, TraceThreadData *thread… in GetPotential() function in pov::ObjectBase
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dpattern.cpp8037 return pObject->GetPotential (EPoint, subtractThreshold, pThread); in EvaluateRaw()