CellsetExplicit bug
When calling GetIndices to force the index offsets to be built, I get a compile error relating to:
ids[i] = this->Connectivity.GetPortalConstControl().Get(start+i);
CellSetExplicit has no member connectivity.
I think it should be:
this->PointToCell.Connectivity.GetPortalConstControl().Get(start+i);
But, I still get garbage out.