Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DShapefiles.cpp144 bool has_shph = false; in GDLffShape___GetProperty() local
149 has_shph = (shph != NULL); in GDLffShape___GetProperty()
154 if (has_shph) { //read all related info and fill corresp kw: in GDLffShape___GetProperty()
236 bool has_shph = false; in GDLffShape___GetEntity() local
240 has_shph = (shph != NULL); in GDLffShape___GetEntity()
241 if (!has_shph) e->Throw(".sph file absent (?)."); in GDLffShape___GetEntity()
442 bool has_shph = false; in GDLffShape___GetAttributes() local
446 has_shph = (shph != NULL); in GDLffShape___GetAttributes()
447 if (!has_shph) e->Throw(".sph file absent (?)."); in GDLffShape___GetAttributes()