MCPcopy Create free account
hub / github.com/Kitware/VTK / SetTensorEllipsoid

Method SetTensorEllipsoid

Interaction/Widgets/vtkTensorRepresentation.cxx:1259–1267  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1257
1258//------------------------------------------------------------------------------
1259void 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)

Callers 2

TensorEllipsoidOnFunction · 0.80
TensorEllipsoidOffFunction · 0.80

Calls 2

ModifiedMethod · 0.45

Tested by

no test coverage detected