This commit is contained in:
Dave Pugmire 2015-03-25 09:57:42 -04:00
parent f45b3363e1
commit 8f3ed89e92

@ -27,6 +27,13 @@
#include <vtkm/exec/arg/TopologyIdCount.h>
#include <vtkm/exec/arg/TopologyElementType.h>
/*
call notes.
wrap execution portal with restrictors. (abandone the fixed length array).
compile time polymorphic types.
*/
static const int LEN_IDS = 6;
class CellType : public vtkm::worklet::WorkletMapTopology