omni::ext::SolverInput
Defined in omni/ext/IExtensions.h
- 
struct SolverInput
- Input to running custom extension solver. - See also - ExtensionManager::solveExtensions() - Public Members - 
const char **extensionNames
- List of extension names to enable (and therefore solve) - Names may include full or partial versions, such as “omni.foo-1.2.3”, or “omni.foo-1” The count of names is specified in - extensionNameCount.
 - 
size_t extensionNameCount
- The number of names provided in the - extensionNamesarray.
 - 
bool addEnabled
- Automatically add already enabled extension to the input (to take into account) 
 - 
bool returnOnlyDisabled
- If - true, exclude extensions that are currently already enabled from the result.
 
- 
const char **extensionNames