svcore  1.9
SparseModel.h File Reference
#include "Model.h"
#include "TabularModel.h"
#include "base/Command.h"
#include "base/RealTime.h"
#include <iostream>
#include <set>
#include <vector>
#include <algorithm>
#include <iterator>
#include <cmath>
#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...