14 #ifndef RECOTOOL_CMERGEBOOKKEEPER_H 15 #define RECOTOOL_CMERGEBOOKKEEPER_H 46 void Reset(
unsigned short nclusters=0);
49 void ProhibitMerge(
unsigned short index1,
unsigned short index2);
52 bool MergeAllowed(
unsigned short index1,
unsigned short index2);
55 void Merge(
unsigned short index1,
unsigned short index2);
62 std::vector<unsigned short>
GetMergedSet(
unsigned short index1)
const;
70 bool IsMerged(
unsigned short index1,
unsigned short index2)
const;
79 std::vector<std::vector<unsigned short> >
GetResult()
const 81 std::vector<std::vector<unsigned short> > result;
auto vector(Vector const &v)
Returns a manipulator which will print the specified array.
Class def header for exception classes in CMTException.