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

Class FloatPoint

src/GenomeDensity.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 int value;
173 };
174 class FloatPoint {
175 public:
176 string chr;
177 int pos;
178 float value;
179 };
180 const string sep = "\t";
181 map<string,ChrDensity>::iterator it;
182 if (type.compare("norm")==0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected