Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
InviwoModuleFactoryObject (std::string_view name, Version version, std::string_view description, const std::filesystem::path &srcPath, Version inviwoCoreVersion, std::vector< std::string > dependencies, std::vector< Version > dependenciesVersion, std::vector< std::string > aliases, std::vector< LicenseInfo > licenses, ProtectedModule protectedModule) | |
InviwoModuleFactoryObject (const InviwoModuleFactoryObject &)=delete | |
InviwoModuleFactoryObject & | operator= (const InviwoModuleFactoryObject &)=delete |
InviwoModuleFactoryObject (InviwoModuleFactoryObject &&)=delete | |
InviwoModuleFactoryObject & | operator= (InviwoModuleFactoryObject &&)=delete |
virtual std::unique_ptr< InviwoModule > | create (InviwoApplication *app)=0 |
Public Attributes | |
std::string | name |
Version | version |
std::string | description |
std::filesystem::path | srcPath |
Version | inviwoCoreVersion |
std::vector< std::pair< std::string, Version > > | dependencies |
std::vector< std::string > | aliases |
std::vector< LicenseInfo > | licenses |
ProtectedModule | protectedModule |