MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / clear

Method clear

src/openms/include/OpenMS/DATASTRUCTURES/Matrix.h:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 //@}
209
210 void clear()
211 {
212 Base::clear();
213 rows_ = 0;
214 cols_ = 0;
215 }
216
217 void resize(size_type i, size_type j, value_type value = value_type())
218 {

Callers 6

activateCacheMethod · 0.45
cacheChunkMethod · 0.45
resetMethod · 0.45
splitFunction · 0.45
split_quotedFunction · 0.45

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected