75 void operator=(
const splitCell&) =
delete;
Description of cell after splitting. Contains cellLabel and pointers to cells it it split in....
bool isMaster() const
Check if this is master cell of split.
bool isUnrefined() const
Check if this is unrefined (i.e. has no master or slave)
splitCell * parent() const
splitCell * master() const
splitCell * getOther() const
Returns other half of split cell. I.e. slave if this is master.
splitCell * slave() const