|
| ModelComponent (const std::string &_name, const std::string &_type, const std::string &_url, serviceID_t _id, ApplicationBase *_application) |
|
virtual | ~ModelComponent () |
|
UID | createEntityUID (void) |
|
EntityResult1DPlot * | addResult1DPlotEntity (const std::string &name, const std::string &title, const std::list< std::pair< UID, std::string > > &curves) |
|
EntityResult1DCurve * | 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) |
|
EntityResultText * | addResultTextEntity (const std::string &name, const std::string &text) |
|
void | facetAndStoreGeometryEntity (EntityGeometry *entityGeom, bool forceVisible) |
|
void | importTableFile (const std::string &itemName) |
|
bool | sendMessage (bool _queue, JsonDocument &_doc, std::string &_response) |
|
void | clearNewEntityList (void) |
|
void | addNewTopologyEntity (UID entityID, UID entityVersion, bool forceVisible) |
|
void | addNewDataEntity (UID entityID, UID entityVersion, UID entityParentID) |
|
void | storeNewEntities (const std::string &description, bool askForBranchCreation=true, bool storeModel=true) |
|
void | loadMaterialInformation () |
|
std::string | getCurrentMaterialName (EntityPropertiesEntityList *material) |
|
| ServiceBase () |
| Constructor.
|
|
| ServiceBase (const std::string &_name, const std::string &_type) |
| Constructor.
|
|
| ServiceBase (const std::string &_name, const std::string &_type, const std::string &_url, serviceID_t _id, const std::string &_siteId=std::string()) |
| Constructor.
|
|
| ServiceBase (const ServiceBase &_other) |
| Copy constructor.
|
|
ServiceBase & | operator= (const ServiceBase &_other) |
|
bool | operator== (const ServiceBase &_other) const |
|
bool | operator!= (const ServiceBase &_other) const |
|
virtual | ~ServiceBase () |
| Deconstructor.
|
|
void | setServiceID (serviceID_t _id) |
| Set the service ID.
|
|
void | setServiceURL (const std::string &_url) |
| Set the service URL.
|
|
void | setServiceName (const std::string &_name) |
| Set the service name.
|
|
void | setServiceType (const std::string &_type) |
| Set the service type.
|
|
void | setSiteId (const std::string &_id) |
| Set the site ID.
|
|
void | setSessionCount (int _count) |
| Set the session count.
|
|
serviceID_t | getServiceID (void) const |
| Return the service ID.
|
|
int | getServiceIDAsInt (void) const |
| Return the service ID as an Integer (The service ID is an Integer stored as a String)
|
|
int | getSessionCount (void) const |
| Return the session count.
|
|
const std::string & | getServiceURL (void) const |
| Return the service URL.
|
|
std::string | getServiceName (void) const |
| Return the service name.
|
|
std::string | getServiceType (void) const |
| Return the service type.
|
|
std::string | getSiteId (void) const |
| Return the site ID.
|
|
BasicServiceInformation | getBasicServiceInformation (void) const |
|