Data for LICQ check. More...
#include <roboptim/core/result-analyzer.hh>
 
  
 | Public Member Functions | |
| LICQData () | |
| bool | isValid () const | 
| Whether the input data is valid w.r.t. that query.  More... | |
| std::ostream & | print (std::ostream &o) const | 
| Print method.  More... | |
|  Public Member Functions inherited from roboptim::ResultAnalyzer< T >::QueryData | |
| bool | operator_bool () const | 
| Evaluate the query.  More... | |
| Public Attributes | |
| size_type | rank | 
| size_type | max_rank | 
Data for LICQ check.
| roboptim::ResultAnalyzer< T >::LICQData::LICQData | ( | ) | 
| 
 | virtual | 
Whether the input data is valid w.r.t. that query.
Implements roboptim::ResultAnalyzer< T >::QueryData.
| 
 | virtual | 
Print method.
Implements roboptim::ResultAnalyzer< T >::QueryData.
References roboptim::fg::bold(), roboptim::decindent(), roboptim::fg::green(), roboptim::iendl(), roboptim::incindent(), roboptim::fg::red(), and roboptim::fg::reset().
| size_type roboptim::ResultAnalyzer< T >::LICQData::max_rank | 
Referenced by roboptim::ResultAnalyzer< T >::checkLICQ().
| size_type roboptim::ResultAnalyzer< T >::LICQData::rank | 
Referenced by roboptim::ResultAnalyzer< T >::checkLICQ().