|
3D Repo Bouncer
1.4
|
This is the complete list of members for repo::manipulator::RepoManipulator, including all inherited members.
| cleanUp(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &dbName, const std::string &projectName) | repo::manipulator::RepoManipulator | |
| commitScene(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, repo::core::model::RepoScene *scene, const std::string &owner="", const std::string &tag="", const std::string &desc="") | repo::manipulator::RepoManipulator | |
| compareScenes(repo::core::model::RepoScene *base, repo::core::model::RepoScene *compare, repo_diff_result_t &baseResults, repo_diff_result_t &compResults, const repo::DiffMode &diffMode, const repo::core::model::RepoScene::GraphType &gType=repo::core::model::RepoScene::GraphType::DEFAULT) | repo::manipulator::RepoManipulator | |
| connectAndAuthenticate(std::string &errMsg, const std::string &address, const uint32_t &port, const uint32_t &maxConnections, const std::string &dbName, const std::string &username, const std::string &password, const bool &pwDigested=false) | repo::manipulator::RepoManipulator | |
| connectAndAuthenticate(std::string &errMsg, const std::string &address, const uint32_t &port, const uint32_t &maxConnections, const std::string &dbName, const repo::core::model::RepoBSON *credentials) | repo::manipulator::RepoManipulator | |
| connectAndAuthenticateWithAdmin(std::string &errMsg, const std::string &address, const uint32_t &port, const uint32_t &maxConnections, const std::string &username, const std::string &password, const bool &pwDigested=false) | repo::manipulator::RepoManipulator | |
| countItemsInCollection(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database, const std::string &collection, std::string &errMsg) | repo::manipulator::RepoManipulator | |
| createCredBSON(const std::string &databaseAd, const std::string &username, const std::string &password, const bool &pwDigested) | repo::manipulator::RepoManipulator | |
| createFederatedScene(const std::map< repo::core::model::TransformationNode, repo::core::model::ReferenceNode > &fedMap) | repo::manipulator::RepoManipulator | |
| createMapScene(const repo::core::model::MapNode &mapNode) | repo::manipulator::RepoManipulator | |
| disconnectFromDatabase(const std::string &databaseAd) | repo::manipulator::RepoManipulator | |
| dropCollection(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &databaseName, const std::string &collectionName, std::string &errMsg) | repo::manipulator::RepoManipulator | |
| dropDatabase(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &databaseName, std::string &errMsg) | repo::manipulator::RepoManipulator | |
| fetchCollections(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database) | repo::manipulator::RepoManipulator | |
| fetchDatabases(const std::string &databaseAd, const repo::core::model::RepoBSON *cred) | repo::manipulator::RepoManipulator | |
| fetchScene(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database, const std::string &collection, const repoUUID &uuid, const bool &headRevision=false, const bool &lightFetch=false) | repo::manipulator::RepoManipulator | |
| fetchScene(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| generateAndCommitGLTFBuffer(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| generateAndCommitSelectionTree(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| generateAndCommitSRCBuffer(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| generateAndCommitStashGraph(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| generateAndCommitWebViewBuffer(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, repo::core::model::RepoScene *scene, repo_web_buffers_t &buffers, const modelconvertor::WebExportType &exType) | repo::manipulator::RepoManipulator | |
| generateGLTFBuffer(repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| generateSRCBuffer(repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| generateStashGraph(repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| getAdminDatabaseRoles(const std::string &databaseAd) | repo::manipulator::RepoManipulator | |
| getAllFromCollectionTailable(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database, const std::string &collection, const uint64_t &skip=0, const uint32_t &limit=0) | repo::manipulator::RepoManipulator | |
| getAllFromCollectionTailable(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database, const std::string &collection, const std::list< std::string > &fields, const std::string &sortField=std::string(), const int &sortOrder=-1, const uint64_t &skip=0, const uint32_t &limit=0) | repo::manipulator::RepoManipulator | |
| getCollectionStats(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database, const std::string &collection, std::string &errMsg) | repo::manipulator::RepoManipulator | |
| getDatabasesWithProjects(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::list< std::string > &databases) | repo::manipulator::RepoManipulator | |
| getNameOfAdminDatabase(const std::string &databaseAd) const | repo::manipulator::RepoManipulator | |
| getRoleSettingByName(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database, const std::string &uniqueRoleName) | repo::manipulator::RepoManipulator | |
| getScenePartitioning(const repo::core::model::RepoScene *scene, const uint32_t &maxDepth=8) | repo::manipulator::RepoManipulator | |
| getStandardDatabaseRoles(const std::string &databaseAd) | repo::manipulator::RepoManipulator | |
| hasCollection(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &dbName, const std::string &project) (defined in repo::manipulator::RepoManipulator) | repo::manipulator::RepoManipulator | |
| hasDatabase(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &dbName) | repo::manipulator::RepoManipulator | |
| insertBinaryFileToDatabase(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database, const std::string &collection, const std::string &name, const std::vector< uint8_t > &rawData, const std::string &mimeType="") | repo::manipulator::RepoManipulator | |
| insertRole(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const repo::core::model::RepoRole &role) | repo::manipulator::RepoManipulator | |
| insertUser(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const repo::core::model::RepoUser &user) | repo::manipulator::RepoManipulator | |
| loadMetadataFromFile(const std::string &filePath, const char &delimiter= ',') | repo::manipulator::RepoManipulator | |
| loadSceneFromFile(const std::string &filePath, std::string &msg, const bool &applyReduction=true, const bool &rotateModel=false, const repo::manipulator::modelconvertor::ModelImportConfig *config=nullptr) | repo::manipulator::RepoManipulator | |
| reduceTransformations(repo::core::model::RepoScene *scene, const repo::core::model::RepoScene::GraphType &gType=repo::core::model::RepoScene::GraphType::DEFAULT) | repo::manipulator::RepoManipulator | |
| removeDocument(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &databaseName, const std::string &collectionName, const repo::core::model::RepoBSON &bson) | repo::manipulator::RepoManipulator | |
| removeProject(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &databaseName, const std::string &projectName, std::string &errMsg) | repo::manipulator::RepoManipulator | |
| removeRole(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const repo::core::model::RepoRole &role) | repo::manipulator::RepoManipulator | |
| removeStashGraphFromDatabase(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| removeUser(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const repo::core::model::RepoUser &user) | repo::manipulator::RepoManipulator | |
| RepoManipulator() (defined in repo::manipulator::RepoManipulator) | repo::manipulator::RepoManipulator | |
| saveOriginalFiles(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const repo::core::model::RepoScene *scene, const std::string &directory) | repo::manipulator::RepoManipulator | |
| saveOriginalFiles(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &database, const std::string &project, const std::string &directory) | repo::manipulator::RepoManipulator | |
| saveSceneToFile(const std::string &filePath, const repo::core::model::RepoScene *scene) | repo::manipulator::RepoManipulator | |
| updateRole(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const repo::core::model::RepoRole &role) | repo::manipulator::RepoManipulator | |
| updateUser(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const repo::core::model::RepoUser &user) | repo::manipulator::RepoManipulator | |
| upsertDocument(const std::string &databaseAd, const repo::core::model::RepoBSON *cred, const std::string &databaseName, const std::string &collectionName, const repo::core::model::RepoBSON &bson) | repo::manipulator::RepoManipulator | |
| ~RepoManipulator() (defined in repo::manipulator::RepoManipulator) | repo::manipulator::RepoManipulator |
1.8.9.1