MCPcopy 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
5AnnotationGroup::AnnotationGroup() :
6 AnnotationBase(),
7 _attributes()
8{
9}
10
11AnnotationGroup::~AnnotationGroup() {
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected