MCPcopy Create free account
hub / github.com/assimp/assimp / GetPropertyFloat

Method GetPropertyFloat

code/Common/Exporter.cpp:635–637  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get a configuration property

Source from the content-addressed store, hash-verified

633// ------------------------------------------------------------------------------------------------
634// Get a configuration property
635ai_real ExportProperties::GetPropertyFloat(const char* szName, ai_real iErrorReturn /*= 10e10*/) const {
636 return GetGenericProperty<ai_real>(mFloatProperties,szName,iErrorReturn);
637}
638
639// ------------------------------------------------------------------------------------------------
640// Get a configuration property

Callers 10

TEST_FFunction · 0.45
TEST_FFunction · 0.45
glTFExporterMethod · 0.45
SetupPropertiesMethod · 0.45
glTF2ExporterMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected