27 #include "WDataSetFiberClustering.h"
59 return "DataSetFiberClustering";
64 return "A collection of fiber clusters.";
77 throw WInvalidID(
"The cluster with the specified ID does not exist." );
84 ClusterMap::const_iterator it =
m_clusters.find(
id );
87 throw WInvalidID(
"The cluster with the specified ID does not exist." );