#465: r.proj.seg thins along null areas and raster bounds for bilinear and cubic methods --------------------------+------------------------------------------------- Reporter: kyngchaos | Owner: [email protected] Type: enhancement | Status: new Priority: major | Milestone: Component: Raster | Version: svn-develbranch6 Resolution: | Keywords: Platform: All | Cpu: All --------------------------+------------------------------------------------- Comment (by kyngchaos):
Now I remember - to get the value of the cell in my added interp functions, after calling p_nearest to set the cell value, I'd be duplicating a most of p_nearest(): floor the row/col for the cell index, checking if it's out of bounds, getting the value with that CPTR() macro, and testing if it's null. Hmmm, I suppose duplicate p_nearest completely and skip calling it? Is this what you meant by inlining? (I thought it would be some complex macro) -- Ticket URL: <http://trac.osgeo.org/grass/ticket/465#comment:14> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
