Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ AnnotationGroup
Method
AnnotationGroup
annotation/AnnotationGroup.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <limits>
4
5
AnnotationGroup::AnnotationGroup() :
6
AnnotationBase(),
7
_attributes()
8
{
9
}
10
11
AnnotationGroup::~AnnotationGroup() {
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected