| 511 | */ |
| 512 | VTK_DEPRECATED_IN_9_5_0("Argument is not used anymore, please use the variant without argument") |
| 513 | double ComputeMaxLabelLength(const double[3]) { return this->ComputeMaxLabelLength(); } |
| 514 | double ComputeMaxLabelLength(); |
| 515 | ///@} |
| 516 |
nothing calls this directly
no test coverage detected