/* * TremoloParser.cpp * * Created on: Mar 2, 2010 * Author: metzler */ void TremoloParser::load(char* fileName) { MatrixContainer* data = readData(fileName, getHeaderSize('#'), 0); store additional data for (each line in matrix) { add atom to the world } } void TremoloParser::save(char* fileName) { write header for (each atom in world) { write coordinates and additional data } }