Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::InviwoModuleFactoryObject Class Referenceabstract
+ Inheritance diagram for inviwo::InviwoModuleFactoryObject:

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
 
InviwoModuleFactoryObjectoperator= (const InviwoModuleFactoryObject &)=delete
 
 InviwoModuleFactoryObject (InviwoModuleFactoryObject &&)=delete
 
InviwoModuleFactoryObjectoperator= (InviwoModuleFactoryObject &&)=delete
 
virtual std::unique_ptr< InviwoModulecreate (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< LicenseInfolicenses
 
ProtectedModule protectedModule
 

The documentation for this class was generated from the following file: