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

Function TensorEllipsoidOn

Interaction/Widgets/vtkTensorRepresentation.h:218–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 void SetTensorEllipsoid(bool);
217 vtkGetMacro(TensorEllipsoid, bool);
218 void TensorEllipsoidOn() { this->SetTensorEllipsoid(true); }
219 void TensorEllipsoidOff() { this->SetTensorEllipsoid(false); }
220 ///@}
221

Callers

nothing calls this directly

Calls 1

SetTensorEllipsoidMethod · 0.80

Tested by

no test coverage detected