Merge topic 'more_control_of_explicitset'

9f687a64 Derived CellSetExplicit classes can now modify the incremental build state.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !343
This commit is contained in:
Robert Maynard 2016-02-26 14:27:27 -05:00 committed by Kitware Robot
commit 90071d824e

@ -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;