|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Result of validation with error message and resolution hint. More...
#include <validation.hpp>

Public Member Functions | |
| operator bool () const | |
Static Public Member Functions | |
| static ValidationResult | ok () |
| static ValidationResult | error (std::string msg, std::string hint, std::vector< std::string > missing={}) |
Public Attributes | |
| bool | success |
| std::string | error_message |
| std::string | resolution_hint |
| std::vector< std::string > | missing_data |
Result of validation with error message and resolution hint.
Definition at line 13 of file validation.hpp.
|
inlinestatic |
Definition at line 23 of file validation.hpp.
|
inlinestatic |
Definition at line 21 of file validation.hpp.
|
inlineexplicit |
Definition at line 19 of file validation.hpp.
References success.
| std::string rux::validation::ValidationResult::error_message |
Definition at line 15 of file validation.hpp.
| std::vector<std::string> rux::validation::ValidationResult::missing_data |
Definition at line 17 of file validation.hpp.
| std::string rux::validation::ValidationResult::resolution_hint |
Definition at line 16 of file validation.hpp.
| bool rux::validation::ValidationResult::success |
Definition at line 14 of file validation.hpp.
Referenced by operator bool().