MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / IntPoint

Class IntPoint

src/GenomeDensity.cpp:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 file.open(outFileName.c_str());
167
168 class IntPoint {
169 public:
170 string chr;
171 int pos;
172 int value;
173 };
174 class FloatPoint {
175 public:
176 string chr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected