MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / QueryFloatValue

Method QueryFloatValue

libs/IO/TinyXML2.cpp:1490–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1488
1489
1490XMLError XMLAttribute::QueryFloatValue( float* value ) const
1491{
1492 if ( XMLUtil::ToFloat( Value(), value )) {
1493 return XML_SUCCESS;
1494 }
1495 return XML_WRONG_ATTRIBUTE_TYPE;
1496}
1497
1498
1499XMLError XMLAttribute::QueryDoubleValue( double* value ) const

Callers 1

QueryFloatAttributeFunction · 0.80

Calls 1

ValueClass · 0.85

Tested by

no test coverage detected