@{ * Set the total length of the axes in 3 dimensions. */
| 119 | * Set the total length of the axes in 3 dimensions. |
| 120 | */ |
| 121 | void SetTotalLength(double v[3]) { this->SetTotalLength(v[0], v[1], v[2]); } |
| 122 | void SetTotalLength(double x, double y, double z); |
| 123 | vtkGetVectorMacro(TotalLength, double, 3); |
| 124 | ///@} |
nothing calls this directly
no test coverage detected