<div dir="ltr">I don't, probably for the same reasons, if you need to use/swap multiple algorithms using wrapper functions can get really tricky.<div><br></div><div style>With the amount of helper functions current available (astar example) </div>
<div style><div>astar_sp</div><div>astar_sp_bbox</div><div>astar_sp_bbox_directed</div><div>astar_sp_delta</div><div>astar_sp_delta_cc</div><div>astar_sp_delta_cc_directed</div><div>astar_sp_delta_directed</div><div>astar_sp_directed</div>
<div>it's just easier to lean the API, and there are great examples in the workshop to do so.<br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 11, 2013 at 11:20 PM, Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
Daniel and I have been wondering if people use the wrapper function versus the core functions directly? Or if you have written your own wrapper functions? etc.<br>
<br>
The core functions are the low level function that directly call the internal library functions.<br>
<br>
The wrapper functions are all the additional plpgsql convenience functions that generate more complex SQL queries and then call the core functions.<br>
<br>
I know that I never use the wrapper functions because I found them to messy and inconsistent and have hard coded values in them, etc. So I wrote my own high level wrapper functions that made it easy for me to work with the core functions.<br>

<br>
So I thought it would be wise to ask our users what they use? and how they use pgRouting, so we do not may a decision like "Throw out the wrapper functions" without some input from the user community.<br>
<br>
PLEASE TAKE ACTION and let us know!<br>
<br>
Thanks,<br>
  -Steve<br>
______________________________<u></u>_________________<br>
Pgrouting-users mailing list<br>
<a href="mailto:Pgrouting-users@lists.osgeo.org" target="_blank">Pgrouting-users@lists.osgeo.<u></u>org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-users" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/pgrouting-<u></u>users</a><br>
</blockquote></div><br></div>