MCPcopy Create free account
hub / github.com/PDAL/PDAL / isAttributeDefined

Function isAttributeDefined

plugins/e57/libE57Format/src/E57XmlParser.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 bool isAttributeDefined( const Attributes &attributes, const XMLCh *attribute_name )
118 {
119 XMLSize_t attr_index;
120 return ( attributes.getIndex( attribute_name, attr_index ) );
121 }
122}
123
124//=============================================================================

Callers 1

startElementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected