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

Function isModified

annotation/AnnotationBase.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 virtual unsigned int getNumberOfPoints() const = 0;
37
38 inline bool isModified() { return _modified; }
39 inline void resetModifiedStatus() { _modified = false; }
40
41protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected