Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ On
Function
On
Rendering/Core/vtkInteractorObserver.h:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
83
///@{
Callers
nothing calls this directly
Calls
1
SetEnabled
Method · 0.45
Tested by
no test coverage detected