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

Method IsActive

code/PostProcessing/ScaleProcess.cpp:65–67  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

63
64// ------------------------------------------------------------------------------------------------
65bool ScaleProcess::IsActive( unsigned int pFlags ) const {
66 return ( pFlags & aiProcess_GlobalScale ) != 0;
67}
68
69// ------------------------------------------------------------------------------------------------
70void ScaleProcess::SetupProperties( const Importer* pImp ) {

Callers 3

ExportMethod · 0.45
ValidateFlagsMethod · 0.45
ApplyPostProcessingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected