#include "Model.h"
#include "base/Command.h"
#include "base/CommandHistory.h"
#include <iostream>
#include <set>
#include <QMutex>
#include <QTextStream>
Include dependency graph for SparseModel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | SparseModel< PointType > |
| Model containing sparse data (points with some properties). More... | |
| class | SparseModel< PointType >::AddPointCommand |
| Command to add a point, with undo. More... | |
| class | SparseModel< PointType >::DeletePointCommand |
| Command to remove a point, with undo. More... | |
| class | SparseModel< PointType >::EditCommand |
| Command to add or remove a series of points, with undo. More... | |
| class | SparseModel< PointType >::RelabelCommand |
| Command to relabel a point. More... | |
1.5.1