MCPcopy Index your code
hub / github.com/MapServer/MapServer / pointObj_new

Function pointObj_new

mapscript/php/mapscript_i.c:892–894  ·  view source on GitHub ↗

* class extensions for pointObj, useful many places **********************************************************************/

Source from the content-addressed store, hash-verified

890 * class extensions for pointObj, useful many places
891 **********************************************************************/
892pointObj *pointObj_new() {
893 return (pointObj *)malloc(sizeof(pointObj));
894 }
895
896void pointObj_destroy(pointObj *self) {
897 free(self);

Callers 3

shapefile.cFile · 0.85
php_mapscript.cFile · 0.85
point.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected