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

Method AnnotationBase

annotation/AnnotationBase.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <limits>
5
6AnnotationBase::AnnotationBase() :
7 _name(""),
8 _color("#F4FA58"),
9 _modified(true)
10{
11}
12
13AnnotationBase::~AnnotationBase() {
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected