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

Method SetupProperties

code/PostProcessing/OptimizeGraph.cpp:89–93  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Setup properties for the post-processing step

Source from the content-addressed store, hash-verified

87// ------------------------------------------------------------------------------------------------
88// Setup properties for the post-processing step
89void OptimizeGraphProcess::SetupProperties(const Importer *pImp) {
90 // Get value of AI_CONFIG_PP_OG_EXCLUDE_LIST
91 std::string tmp = pImp->GetPropertyString(AI_CONFIG_PP_OG_EXCLUDE_LIST, "");
92 AddLockedNodeList(tmp);
93}
94
95// ------------------------------------------------------------------------------------------------
96// Collect new children

Callers

nothing calls this directly

Calls 1

GetPropertyStringMethod · 0.45

Tested by

no test coverage detected