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

Method GetExportFormatCount

code/Common/Exporter.cpp:540–543  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 7

GetMatchingFormatFunction · 0.80
mainFunction · 0.80
PopulateExportMenuFunction · 0.80
MessageProcFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
aiGetExportFormatCountFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected