for (int i=0; i<nn; i++) { distinct(*this, m.row(i), opt.ipl()); distinct(*this, m.col(i), opt.ipl()); }
Qt does this as well. It is a common way of preserving a parent-child relationship.
Qt does this as well. It is a common way of preserving a parent-child relationship.