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

Method GetPropertyInteger

code/Common/Exporter.cpp:629–631  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

627// ------------------------------------------------------------------------------------------------
628// Get a configuration property
629int ExportProperties::GetPropertyInteger(const char* szName, int iErrorReturn /*= 0xffffffff*/) const {
630 return GetGenericProperty<int>(mIntProperties,szName,iErrorReturn);
631}
632
633// ------------------------------------------------------------------------------------------------
634// Get a configuration property

Callers 15

TEST_FFunction · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
ExportMeshesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 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