This is the complete list of members for ot::components::ModelComponent, including all inherited members.
| addEntitiesToModel(std::list< UID > &_topologyEntityIDList, std::list< UID > &_topologyEntityVersionList, std::list< bool > &_topologyEntityForceVisible, std::list< UID > &_dataEntityIDList, std::list< UID > &_dataEntityVersionList, std::list< UID > &_dataEntityParentList, const std::string &_changeComment, bool askForBranchCreation=true, bool saveModel=true) | ot::ModelServiceAPI | |
| addEntitiesToModel(std::list< UID > &&_topologyEntityIDList, std::list< UID > &&_topologyEntityVersionList, std::list< bool > &&_topologyEntityForceVisible, std::list< UID > &&_dataEntityIDList, std::list< UID > &&_dataEntityVersionList, std::list< UID > &&_dataEntityParentList, const std::string &_changeComment, bool askForBranchCreation=true, bool saveModel=true) | ot::ModelServiceAPI | |
| addGeometryOperation(UID _newEntityID, UID _newEntityVersion, std::string _newEntityName, std::list< UID > &_dataEntityIDList, std::list< UID > &_dataEntityVersionList, std::list< UID > &_dataEntityParentList, std::list< std::string > &_childrenList, const std::string &_changeComment) | ot::ModelServiceAPI | |
| addNewDataEntity(UID entityID, UID entityVersion, UID entityParentID) | ot::components::ModelComponent | |
| addNewTopologyEntity(UID entityID, UID entityVersion, bool forceVisible) | ot::components::ModelComponent | |
| addPropertiesToEntities(std::list< UID > &_entityList, const ot::PropertyGridCfg &_configuration) | ot::ModelServiceAPI | |
| addResult1DCurveEntity(const std::string &name, const std::vector< double > &xdata, const std::vector< double > &ydataRe, const std::vector< double > &ydataIm, const std::string &xlabel, const std::string &xunit, const std::string &ylabel, const std::string &yunit, int colorID, bool visible) | ot::components::ModelComponent | |
| addResult1DPlotEntity(const std::string &name, const std::string &title, const std::list< std::pair< UID, std::string > > &curves) | ot::components::ModelComponent | |
| addResultTextEntity(const std::string &name, const std::string &text) | ot::components::ModelComponent | |
| clearNewEntityList(void) | ot::components::ModelComponent | |
| createEntityUID(void) | ot::components::ModelComponent | |
| deleteEntitiesFromModel(std::list< std::string > &_entityNameList, bool _saveModel=true) | ot::ModelServiceAPI | |
| enableMessageQueueing(bool flag) | ot::ModelServiceAPI | |
| facetAndStoreGeometryEntity(EntityGeometry *entityGeom, bool forceVisible) | ot::components::ModelComponent | |
| getAvailableMeshes(std::string &_meshFolderName, UID &_meshFolderID, std::string &_meshName, UID &_meshID) | ot::ModelServiceAPI | |
| getBasicServiceInformation(void) const | ot::ServiceBase | inline |
| getCurrentMaterialName(EntityPropertiesEntityList *material) | ot::components::ModelComponent | |
| getCurrentModelVersion(void) | ot::ModelServiceAPI | |
| getCurrentVisualizationModelID(void) | ot::ModelServiceAPI | |
| getEntityChildInformation(const std::string &_entity, std::list< EntityInformation > &_entityInfo, bool recursive) | ot::ModelServiceAPI | |
| getEntityChildInformation(UID _entity, std::list< EntityInformation > &_entityInfo, bool recursive) | ot::ModelServiceAPI | |
| getEntityInformation(const std::list< UID > &_entities, std::list< EntityInformation > &_entityInfo) | ot::ModelServiceAPI | |
| getEntityInformation(const std::list< std::string > &_entities, std::list< EntityInformation > &_entityInfo) | ot::ModelServiceAPI | |
| getEntityInformation(const std::string &_entity, EntityInformation &_entityInfo) | ot::ModelServiceAPI | |
| getEntityProperties(UID _entity, bool _recursive, const std::string &_propertyGroupFilter, std::map< UID, EntityProperties > &_entityProperties) | ot::ModelServiceAPI | |
| getEntityProperties(const std::string &entityName, bool _recursive, const std::string &_propertyGroupFilter, std::map< UID, EntityProperties > &_entityProperties) | ot::ModelServiceAPI | |
| getIDsOfFolderItemsOfType(const std::string &_folder, const std::string &_entityClassName, bool recursive) | ot::ModelServiceAPI | |
| getListOfFolderItems(const std::string &_folder, bool recursive=false) | ot::ModelServiceAPI | |
| getModelServiceURL() override | ot::components::ModelComponent | privatevirtual |
| getSelectedEntityInformation(std::list< EntityInformation > &_entityInfo, const std::string &typeFilter="") | ot::ModelServiceAPI | |
| getServiceID(void) const | ot::ServiceBase | inline |
| getServiceIDAsInt(void) const | ot::ServiceBase | |
| getServiceName(void) const | ot::ServiceBase | inline |
| getServiceType(void) const | ot::ServiceBase | inline |
| getServiceURL(void) const | ot::ServiceBase | inline |
| getSessionCount(void) const | ot::ServiceBase | inline |
| getSiteId(void) const | ot::ServiceBase | inline |
| getThisServiceURL() override | ot::components::ModelComponent | privatevirtual |
| importTableFile(const std::string &itemName) | ot::components::ModelComponent | |
| loadMaterialInformation() | ot::components::ModelComponent | |
| m_modelServiceURL | ot::ModelServiceAPI | protected |
| m_serviceID | ot::ServiceBase | protected |
| m_serviceName | ot::ServiceBase | protected |
| m_serviceType | ot::ServiceBase | protected |
| m_serviceURL | ot::ServiceBase | protected |
| m_sessionCount | ot::ServiceBase | protected |
| m_siteId | ot::ServiceBase | protected |
| m_thisServiceURL | ot::ModelServiceAPI | protected |
| modelChangeOperationCompleted(const std::string &description) | ot::ModelServiceAPI | |
| ModelComponent(const std::string &_name, const std::string &_type, const std::string &_url, serviceID_t _id, ApplicationBase *_application) | ot::components::ModelComponent | |
| ModelServiceAPI(const std::string &thisServiceURL, const std::string &modelServiceURL) | ot::ModelServiceAPI | inline |
| ModelServiceAPI() | ot::ModelServiceAPI | inline |
| operator!=(const ServiceBase &_other) const | ot::ServiceBase | |
| ot::ServiceBase::operator=(const ServiceBase &_other) | ot::ServiceBase | |
| operator==(const ServiceBase &_other) const | ot::ServiceBase | |
| readEntityFromEntityIDandVersion(UID _entityID, UID _version, ClassFactoryHandler &classFactory) | ot::ModelServiceAPI | |
| sendMessage(bool _queue, JsonDocument &_doc, std::string &_response) | ot::components::ModelComponent | |
| ServiceBase() | ot::ServiceBase | |
| ServiceBase(const std::string &_name, const std::string &_type) | ot::ServiceBase | |
| ServiceBase(const std::string &_name, const std::string &_type, const std::string &_url, serviceID_t _id, const std::string &_siteId=std::string()) | ot::ServiceBase | |
| ServiceBase(const ServiceBase &_other) | ot::ServiceBase | |
| setServiceID(serviceID_t _id) | ot::ServiceBase | inline |
| setServiceName(const std::string &_name) | ot::ServiceBase | inline |
| setServiceType(const std::string &_type) | ot::ServiceBase | inline |
| setServiceURL(const std::string &_url) | ot::ServiceBase | inline |
| setSessionCount(int _count) | ot::ServiceBase | inline |
| setSiteId(const std::string &_id) | ot::ServiceBase | inline |
| storeNewEntities(const std::string &description, bool askForBranchCreation=true, bool storeModel=true) | ot::components::ModelComponent | |
| updatePropertyGrid() | ot::ModelServiceAPI | |
| updateTopologyEntities(ot::UIDList &topologyEntityIDs, ot::UIDList &topologyEntityVersions, const std::string &comment) | ot::ModelServiceAPI | |
| ~ModelComponent() | ot::components::ModelComponent | virtual |
| ~ServiceBase() | ot::ServiceBase | inlinevirtual |