|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Aggregate result of running all validation checks over a project. More...
#include <validate.hpp>

Public Member Functions | |
| bool | ok () const |
| True when no error-severity issue was found. | |
| size_t | error_count () const |
| size_t | warning_count () const |
Public Attributes | |
| std::vector< ValidationIssue > | issues |
Aggregate result of running all validation checks over a project.
Definition at line 48 of file validate.hpp.
| size_t reusex::core::ValidationReport::error_count | ( | ) | const |
| bool reusex::core::ValidationReport::ok | ( | ) | const |
True when no error-severity issue was found.
| size_t reusex::core::ValidationReport::warning_count | ( | ) | const |
| std::vector<ValidationIssue> reusex::core::ValidationReport::issues |
Definition at line 49 of file validate.hpp.