| 216 | void SetTensorEllipsoid(bool); |
| 217 | vtkGetMacro(TensorEllipsoid, bool); |
| 218 | void TensorEllipsoidOn() { this->SetTensorEllipsoid(true); } |
| 219 | void TensorEllipsoidOff() { this->SetTensorEllipsoid(false); } |
| 220 | ///@} |
| 221 |
nothing calls this directly
no test coverage detected