Skip to content
Snippets Groups Projects
Commit 0081dec3 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

Add a function in Database abstract class to get the number of data modalities in the database

parent c24bd652
No related branches found
No related tags found
2 merge requests!105version 0.2.0,!4Dataloader
......@@ -33,6 +33,13 @@ public:
*/
virtual std::size_t getLen() = 0;
/**
* @brief Get the number of modalities in one database item
*
* @return std::size_t
*/
virtual std::size_t getNbModalities() = 0;
};
} // namespace Aidge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment