------------------------------------------------------------------------------
| 1257 | |
| 1258 | //------------------------------------------------------------------------------ |
| 1259 | void vtkTensorRepresentation::SetTensorEllipsoid(bool newValue) |
| 1260 | { |
| 1261 | if (this->TensorEllipsoid != newValue) |
| 1262 | { |
| 1263 | this->TensorEllipsoid = newValue; |
| 1264 | this->UpdateTensorFromWidget(); |
| 1265 | this->Modified(); |
| 1266 | } |
| 1267 | } |
| 1268 | |
| 1269 | //------------------------------------------------------------------------------ |
| 1270 | // Update the tensor ellipsoid, and associated tensor data (e.g., eigenvalues) |
no test coverage detected