| 72 | double axes_object::zmax() { return +10; } |
| 73 | |
| 74 | enum axes_object::axes_category axes_object::axes_category() { |
| 75 | return axes_category::two_dimensional; |
| 76 | } |
| 77 | |
| 78 | bool axes_object::requires_colormap() { return true; } |
| 79 |
nothing calls this directly
no outgoing calls
no test coverage detected