| activate() | WModule | protectedvirtual |
| add(std::shared_ptr< WModule > module, bool run=true) | WModuleContainer | virtual |
| addConnector(std::shared_ptr< WModuleInputConnector > con) | WModule | protected |
| addConnector(std::shared_ptr< WModuleOutputConnector > con) | WModule | protected |
| addDefaultNotifier(MODULE_SIGNAL signal, t_ModuleErrorSignalHandlerType notifier) | WModuleContainer | virtual |
| addDefaultNotifier(MODULE_SIGNAL signal, t_ModuleGenericSignalHandlerType notifier) | WModuleContainer | virtual |
| addDefaultNotifier(MODULE_CONNECTOR_SIGNAL signal, t_GenericSignalHandlerType notifier) | WModuleContainer | virtual |
| addPendingThread(std::shared_ptr< WThreadedRunner > thread) | WModuleContainer | |
| applyModule(std::shared_ptr< WModule > applyOn, std::string what, bool tryOnly=false) | WModuleContainer | virtual |
| applyModule(std::shared_ptr< WModule > applyOn, std::shared_ptr< WModule > prototype) | WModuleContainer | virtual |
| checkRequirements() const | WModule | |
| cleanup() | WModule | protectedvirtual |
| connectors() | WMProbTractDisplay | protectedvirtual |
| ConstSPtr typedef | WModule | |
| createAndAdd(std::string name) | WModuleContainer | virtual |
| DataModuleListType typedef | WModuleContainer | |
| debugLog() const | WModule | protected |
| deprecated() const | WModule | protectedvirtual |
| disconnect() | WModule | |
| errorLog() const | WModule | protected |
| factory() const | WMProbTractDisplay | virtual |
| findByUUID(std::string uuid) | WModule | static |
| findConnector(std::string name) | WModule | |
| findInputConnector(std::string name) | WModule | |
| findOutputConnector(std::string name) | WModule | |
| finishedPendingThread(std::shared_ptr< WThreadedRunner > thread) | WModuleContainer | |
| getAssociatedContainer() const | WModule | |
| getConnector(std::string name) | WModule | |
| getCrashMessage() const | WThreadedRunner | |
| getDataModules() | WModuleContainer | |
| getDeprecationMessage() const | WModule | |
| getDescription() const | WMProbTractDisplay | virtual |
| getInformationProperties() const | WModule | |
| getInputConnector(std::string name) | WModule | |
| getInputConnectors() const | WModule | |
| getLibPath() const | WModule | |
| getLocalPath() const | WModule | |
| getMetaInformation() const | WModule | virtual |
| getModules() const | WModuleContainer | |
| getModules(std::string name) const | WModuleContainer | |
| getName() const | WMProbTractDisplay | virtual |
| getOutputConnector(std::string name) | WModule | |
| getOutputConnectors() const | WModule | |
| getPackageName() const | WModule | |
| getPossibleConnections(std::shared_ptr< WModule > module) | WModuleContainer | |
| getPossibleDisconnections() | WModule | |
| getProperties() const | WModule | |
| getRootProgressCombiner() | WModule | virtual |
| getRuntimeName() const | WModule | |
| getSignalHandler(MODULE_CONNECTOR_SIGNAL signal) | WModule | protectedvirtual |
| getThreadName() const | WThreadedRunner | |
| getType() const | WModule | virtual |
| getUUID() const | WModule | |
| getXPMIcon() const | WMProbTractDisplay | virtual |
| handleDeadlyException(const WException &e, std::string sender="WThreadedRunner") | WThreadedRunner | protected |
| infoLog() const | WModule | protected |
| initialize() | WModule | protected |
| initSubModules() | WMProbTractDisplay | protected |
| InputConnectorList typedef | WModule | |
| isA() | WPrototyped | |
| isAssociated() const | WModule | |
| isCrashed() const | WThreadedRunner | |
| isDeprecated() const | WModule | |
| isInitialized() const | WModule | |
| isReady() const | WModule | |
| isReadyOrCrashed() const | WModule | |
| isRestoreNeeded() const | WModule | |
| isRunning() const | WModule | |
| isUseable() const | WModule | |
| loadDataSets(std::vector< std::string > filenames, bool suppressColormaps=false) | WModuleContainer | |
| loadDataSetsSynchronously(std::vector< std::string > filenames, bool suppressColormaps=false) | WModuleContainer | |
| m_active | WModule | protected |
| m_associatedNotifiers | WModuleContainer | protected |
| m_associatedNotifiersLock | WModuleContainer | protected |
| m_connectorClosedNotifiers | WModuleContainer | protected |
| m_connectorEstablishedNotifiers | WModuleContainer | protected |
| m_connectorNotifiersLock | WModuleContainer | protected |
| m_container | WModule | protected |
| m_crashIfModuleCrashes | WModuleContainer | protected |
| m_crashMessage | WThreadedRunner | protected |
| m_description | WModuleContainer | protected |
| m_errorNotifiers | WModuleContainer | protected |
| m_errorNotifiersLock | WModuleContainer | protected |
| m_infoProperties | WModule | protected |
| m_initialized | WModule | protected |
| m_input | WMProbTractDisplay | private |
| m_inputConnectors | WModule | protected |
| m_isAssociated | WModule | protected |
| m_isCrashed | WThreadedRunner | protected |
| m_isLoadFinished | WModule | protected |
| m_isoSurfaces | WMProbTractDisplay | private |
| m_isReady | WModule | protected |
| m_isReadyOrCrashed | WModule | protected |
| m_isRunning | WModule | protected |
| m_isUsable | WModule | protected |
| m_libPath | WModule | protected |
| m_localPath | WModule | protected |
| m_meta | WModule | private |
| m_modules | WModuleContainer | protected |
| m_moduleState | WModule | protected |
| m_moduleSubscriptions | WModuleContainer | private |
| m_name | WModuleContainer | protected |
| m_outputConnectors | WModule | protected |
| m_packageName | WModule | protected |
| m_pendingThreads | WModuleContainer | protected |
| m_pendingThreadsLock | WModuleContainer | protected |
| m_progress | WModule | protected |
| m_properties | WModule | protected |
| m_readyNotifiers | WModuleContainer | protected |
| m_readyNotifiersLock | WModuleContainer | protected |
| m_readyProgress | WModule | protected |
| m_removedNotifiers | WModuleContainer | protected |
| m_removedNotifiersLock | WModuleContainer | protected |
| m_requirements | WModule | protected |
| m_restoreMode | WModule | protected |
| m_runtimeName | WModule | protected |
| m_shutdownFlag | WThreadedRunner | protected |
| m_thread | WThreadedRunner | protected |
| m_threadName | WThreadedRunner | private |
| m_uuid | WModule | private |
| ModuleConstIterator typedef | WModuleContainer | |
| ModuleContainerType typedef | WModuleContainer | |
| moduleError(std::shared_ptr< WModule > module, const WException &exception) | WModuleContainer | protectedvirtual |
| ModuleIterator typedef | WModuleContainer | |
| moduleMain() | WMProbTractDisplay | protectedvirtual |
| ModuleSharedContainerType typedef | WModuleContainer | |
| ModuleSubscription typedef | WModuleContainer | private |
| ModuleSubscriptionsConstIterator typedef | WModuleContainer | private |
| ModuleSubscriptionsIterator typedef | WModuleContainer | private |
| ModuleSubscriptionsSharedType typedef | WModuleContainer | private |
| ModuleSubscriptionsType typedef | WModuleContainer | private |
| ModuleVectorType typedef | WModuleContainer | |
| msleep(const int32_t t) const | WThreadedRunner | protected |
| notifyConnectionClosed(std::shared_ptr< WModuleConnector > here, std::shared_ptr< WModuleConnector > there) | WModule | protectedvirtual |
| notifyConnectionEstablished(std::shared_ptr< WModuleConnector > here, std::shared_ptr< WModuleConnector > there) | WModule | protectedvirtual |
| notifyDataChange(std::shared_ptr< WModuleConnector > input, std::shared_ptr< WModuleConnector > output) | WModule | protectedvirtual |
| notifyStop() | WThreadedRunner | protectedvirtual |
| onThreadException(const WException &e) | WModule | protectedvirtual |
| operator=(const WThreadedRunner &rhs) | WThreadedRunner | private |
| OutputConnectorList typedef | WModule | |
| properties() | WMProbTractDisplay | protectedvirtual |
| ready() | WModule | protected |
| remove(std::shared_ptr< WModule > module) | WModuleContainer | virtual |
| removeAll() | WModuleContainer | virtual |
| removeConnectors() | WModule | protected |
| reportRestoreComplete() | WModule | |
| requestStop() | WThreadedRunner | virtual |
| requirements() | WModule | protectedvirtual |
| Requirements typedef | WModule | protected |
| run() | WThreadedRunner | virtual |
| run(THREADFUNCTION f) | WThreadedRunner | |
| setAssociatedContainer(std::shared_ptr< WModuleContainer > container) | WModule | protected |
| setCrashIfModuleCrashes(bool crashIfCrashed=true) | WModuleContainer | |
| setLibPath(boost::filesystem::path path) | WModule | protected |
| setLocalPath(boost::filesystem::path path) | WModule | protected |
| setPackageName(std::string name) | WModule | protected |
| setRestoreNeeded(bool restore=true) | WModule | |
| setThisThreadName(std::string name) | WThreadedRunner | static |
| setThreadName(std::string name) | WThreadedRunner | |
| setUUID(std::string uuid) | WModule | private |
| signal_error | WModule | private |
| signal_ready | WModule | private |
| signal_thread_error | WThreadedRunner | private |
| sleep(const int32_t t) const | WThreadedRunner | protected |
| SPtr typedef | WModule | |
| stop() | WModuleContainer | virtual |
| subscribeSignal(MODULE_SIGNAL signal, t_ModuleGenericSignalHandlerType notifier) | WModule | virtual |
| subscribeSignal(MODULE_SIGNAL signal, t_ModuleErrorSignalHandlerType notifier) | WModule | virtual |
| subscribeSignal(THREAD_SIGNAL signal, t_ThreadErrorSignalHandlerType notifier) | WModule | |
| WThreadedRunner::subscribeSignal(THREAD_SIGNAL signal, t_ThreadErrorSignalHandlerType notifier) | WThreadedRunner | virtual |
| THREADFUNCTION typedef | WThreadedRunner | |
| threadMain() | WModule | protectedvirtual |
| threadMainSave() | WThreadedRunner | private |
| wait(bool requestFinish=false) | WThreadedRunner | |
| waitForStop() | WThreadedRunner | protected |
| waitRestored() | WModule | |
| warnLog() const | WModule | protected |
| WModule() | WModule | |
| WModuleContainer(std::string name="Unnamed Module Container", std::string description="Used as container for several modules.") | WModuleContainer | |
| WMProbTractDisplay() | WMProbTractDisplay | |
| WPrototyped() | WPrototyped | |
| WThreadedRunner() | WThreadedRunner | |
| WThreadedRunner(const WThreadedRunner &rhs) | WThreadedRunner | private |
| yield() const | WThreadedRunner | protected |
| ~WModule() | WModule | virtual |
| ~WModuleContainer() | WModuleContainer | virtual |
| ~WMProbTractDisplay() | WMProbTractDisplay | virtual |
| ~WPrototyped() | WPrototyped | virtual |
| ~WThreadedRunner() | WThreadedRunner | virtual |