|
3D Repo Bouncer
1.4
|
Public Member Functions | |
| DiffByName (const repo::core::model::RepoScene *base, const repo::core::model::RepoScene *compare, const repo::core::model::RepoScene::GraphType &gType=repo::core::model::RepoScene::GraphType::DEFAULT) | |
| virtual bool | isOk (std::string &msg) const |
Public Member Functions inherited from repo::manipulator::diff::AbstractDiff | |
| AbstractDiff (const repo::core::model::RepoScene *base, const repo::core::model::RepoScene *compare, const repo::core::model::RepoScene::GraphType &gType) | |
| repo_diff_result_t | getrepo_diff_result_tForBase () |
| repo_diff_result_t | getrepo_diff_result_tForComp () |
Additional Inherited Members | |
Protected Attributes inherited from repo::manipulator::diff::AbstractDiff | |
| const repo::core::model::RepoScene * | baseScene |
| const repo::core::model::RepoScene * | compareScene |
| const repo::core::model::RepoScene::GraphType | gType |
| repo_diff_result_t | baseRes |
| repo_diff_result_t | compRes |
| DiffByName::DiffByName | ( | const repo::core::model::RepoScene * | base, |
| const repo::core::model::RepoScene * | compare, | ||
| const repo::core::model::RepoScene::GraphType & | gType = repo::core::model::RepoScene::GraphType::DEFAULT |
||
| ) |
Construct a diff comparator given the 2 scenes supplied
| base | base scene to compare from |
| compare | scene to compare against |
| gType | graph type to diff (default: unoptimised) |
|
inlinevirtual |
Check if comparator functioned fine
| msg | error message should boolean returns false |
Implements repo::manipulator::diff::AbstractDiff.
1.8.9.1