createConfiguration(std::string key) const | Controller | |
createConfigWidget(std::string key) const | Controller | |
dataset_key_type typedef | Controller | |
datasetChangedSlot(dataset_key_type const &dataset_key) | Controller | [slot] |
deleteViews(view_id_container_type view_ids) | Controller | |
getAlgorithmDefinition(std::string name) const | Controller | |
getDataset(dataset_key_type dataset_key) const | Controller | |
getDatasetFilename(dataset_key_type dataset_key) | Controller | |
getDatasetKeysOfType(dataset_type type, dataset_key_container_type &dataset_key_container) | Controller | |
getDatasetKeysOfTypes(AlgorithmDefinition::accepted_datasets_type types, dataset_key_container_type &dataset_key_container) | Controller | |
getDatasetSliceForViewType(dataset_key_type dataset_key, view_type type) | Controller | |
getDependentViewIDsOfDataset(dataset_key_type dataset_key, view_id_container_type &target_container) const | Controller | |
getGuiInteractionMode() | Controller | |
getInstance() | Controller | [static] |
getLoadedAlgorithmNames() const | Controller | |
getLoadedDatasetKeys(std::vector< dataset_key_type > &key_container) const | Controller | |
getMetadataFor(dataset_key_type dataset_key) const | Controller | |
getMetadataForDataset(std::string dataset_key) const | Controller | |
getViewOfDataset(view_type type, dataset_key_type dataset_key) | Controller | |
getViewTypeForDatasetSlice(dataset_key_type dataset_key, slice_type slice) | Controller | |
isAlgorithmLoaded(std::string name) | Controller | |
loadAlgorithm(std::string name) | Controller | |
loadConfiguration(std::string config_file_name) | Controller | |
loadDataset(std::string filename) | Controller | |
removeDataset(dataset_key_type dataset_key) | Controller | |
runAlgorithm(std::string key, configuration_pointer_type algorithm_config) | Controller | |
setGuiInteractionMode(gui_interaction_mode_type gui_interaction_mode) | Controller | |
setInputDatasetsInConfiguration(configuration_pointer_type configuration, config_dataset_id_to_input_map_type input_datasets, std::map< config_dataset_id_type, std::pair< dataset_key_type, dataset_type > > &new_dataset_keys_and_types) | Controller | |
setOutputDatasetsInConfiguration(configuration_pointer_type configuration, config_dataset_id_to_output_map_type output_datasets, std::map< config_dataset_id_type, std::pair< dataset_key_type, dataset_type > > &new_dataset_keys_and_types) | Controller | |
writeDataset(dataset_key_type dataset_key, std::string filename) | Controller | |