36 #ifndef MNE_CLUSTER_INFO_H
37 #define MNE_CLUSTER_INFO_H
44 #include "mne_global.h"
60 #include <QSharedPointer>
77 using namespace Eigen;
89 typedef QSharedPointer<MNEClusterInfo>
SPtr;
90 typedef QSharedPointer<const MNEClusterInfo>
ConstSPtr;
110 inline bool isEmpty()
const;
118 inline qint32 numClust()
const;
126 void write(QString p_sFileName)
const;
145 return !(this->clusterVertnos.size() > 0);
153 return this->clusterVertnos.size();
158 #endif // MNE_CLUSTER_INFO_H
QSharedPointer< const MNEClusterInfo > ConstSPtr
QSharedPointer< MNEClusterInfo > SPtr
QList< qint32 > clusterLabelIds
QList< MatrixX3f > clusterSource_rr
QList< Vector3f > centroidSource_rr
QList< qint32 > centroidVertno
QList< VectorXi > clusterVertnos
QList< QString > clusterLabelNames
QList< VectorXd > clusterDistances