------------------------------------------------------------------------------------------------
| 538 | |
| 539 | // ------------------------------------------------------------------------------------------------ |
| 540 | size_t Exporter::GetExportFormatCount() const { |
| 541 | ai_assert(nullptr != pimpl); |
| 542 | return pimpl->mExporters.size(); |
| 543 | } |
| 544 | |
| 545 | // ------------------------------------------------------------------------------------------------ |
| 546 | const aiExportFormatDesc* Exporter::GetExportFormatDescription( size_t index ) const { |
no test coverage detected