* @brief Test, if the array is an iterated one * * Returns true and the array parameters if the array is a iterated * one. If v is 0, no vector of points is returned */
| 2332 | * one. If v is 0, no vector of points is returned |
| 2333 | */ |
| 2334 | bool is_iterated_array (std::vector<vector_type> *v = 0) const |
| 2335 | { |
| 2336 | return mp_base && mp_base->is_iterated_array (v); |
| 2337 | } |
| 2338 | |
| 2339 | /** |
| 2340 | * @brief The translation operator |
no outgoing calls
no test coverage detected