Derived CellSetExplicit classes can now modify the incremental build state.

This commit is contained in:
Robert Maynard 2016-02-22 13:29:00 -05:00
parent f53c8af170
commit 9f687a64f3

@ -517,8 +517,10 @@ private:
#undef VTKM_GET_CONNECTIVITY_METHOD
protected:
// These are used in the AddCell and related methods to incrementally add
// cells.
// cells. They need to be protected as subclasses of CellSetExplicit
// need to set these values when implementing Fill()
vtkm::Id ConnectivityLength;
vtkm::Id NumberOfCells;
vtkm::Id NumberOfPoints;