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