MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / active

Method active

ASAP/interfaces/interfaces.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 virtual std::string name() = 0;
89 void setViewer(PathologyViewer* viewer) { _viewer = viewer; }
90 bool active() { return _active; }
91 virtual void setActive(bool active) {
92 _active = active;
93 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected