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

Method SetupProperties

code/PostProcessing/DeboneProcess.cpp:64–68  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Executes the post processing step on the given imported data.

Source from the content-addressed store, hash-verified

62// ------------------------------------------------------------------------------------------------
63// Executes the post processing step on the given imported data.
64void DeboneProcess::SetupProperties(const Importer* pImp) {
65 // get the current value of the property
66 mAllOrNone = pImp->GetPropertyInteger(AI_CONFIG_PP_DB_ALL_OR_NONE,0)?true:false;
67 mThreshold = pImp->GetPropertyFloat(AI_CONFIG_PP_DB_THRESHOLD,AI_DEBONE_THRESHOLD);
68}
69
70// ------------------------------------------------------------------------------------------------
71// Executes the post processing step on the given imported data.

Callers

nothing calls this directly

Calls 2

GetPropertyIntegerMethod · 0.45
GetPropertyFloatMethod · 0.45

Tested by

no test coverage detected