vtk-m2/vtkm/worklet/internal
Robert Maynard 54d25fae55 Only perform DynamicTransformCont if at least one parameter is dynamic.
Previously we always ran DynamicTransformCont even if we knew all the types.
By checking for Dynamic types first, we save roughly 3% on the binary size.

This also is a good starting point for a redesign of DynamicTransformCont
2015-10-26 13:48:25 -04:00
..
testing Clarify the name of worklet for point to cell operations. 2015-10-22 18:46:00 -04:00
ClipTables.h CellSetExplicit uses UInt8 for shape, and IdComponent for numIndices. 2015-09-23 11:17:04 -04:00
CMakeLists.txt install DispatcherBaseDetailInvoke but don't test build it. 2015-09-02 16:03:56 -04:00
DispatcherBase.h Only perform DynamicTransformCont if at least one parameter is dynamic. 2015-10-26 13:48:25 -04:00
DispatcherBaseDetailInvoke.h Fix pyexpander errors 2015-09-02 13:47:33 -07:00
DispatcherBaseDetailInvoke.h.in The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
WorkletBase.h Propagate vtkm::Id3 scheduling down to the ThreadIndex classes. 2015-10-20 09:29:41 -04:00