![]() |
Visual Servoing Platform version 3.7.0
|
Functions | |
| test_tuple_return_basic_values_only_output () | |
| test_tuple_return_basic_values_only_output_2 () | |
| test_pass_by_ref () | |
| test_tuple_return_basic_values_mixed () | |
| test_specific_cases.test_pass_by_ref | ( | ) |
Definition at line 68 of file test_specific_cases.py.
| test_specific_cases.test_tuple_return_basic_values_mixed | ( | ) |
Definition at line 75 of file test_specific_cases.py.
| test_specific_cases.test_tuple_return_basic_values_only_output | ( | ) |
Test that a function that was with signature double lineFitting(const std::vector<...>& imPts, double& a, double& b, double& c) is now (with custom configuration) with a signature lineFitting(imPts) -> tuple[double * 4] all the reference parameters are used as outputs but not as inputs
Definition at line 38 of file test_specific_cases.py.
| test_specific_cases.test_tuple_return_basic_values_only_output_2 | ( | ) |
Definition at line 60 of file test_specific_cases.py.