| 583 | } |
| 584 | |
| 585 | enum axes_object::axes_category surface::axes_category() { |
| 586 | if (!surface_in_2d_) { |
| 587 | return axes_object::axes_category::three_dimensional; |
| 588 | } else { |
| 589 | return axes_object::axes_category::three_dimensional_map; |
| 590 | } |
| 591 | } |
| 592 | |
| 593 | class surface &surface::line_style(std::string_view str) { |
| 594 | line_spec_.parse_string(str); |
nothing calls this directly
no outgoing calls
no test coverage detected