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

Function EnabledOff

Rendering/Core/vtkInteractorObserver.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 int GetEnabled() { return this->Enabled; }
78 void EnabledOn() { this->SetEnabled(1); }
79 void EnabledOff() { this->SetEnabled(0); }
80 void On() { this->SetEnabled(1); }
81 void Off() { this->SetEnabled(0); }
82

Callers

nothing calls this directly

Calls 1

SetEnabledMethod · 0.45

Tested by

no test coverage detected