vtk-m/vtkm
Kenneth Moreland a3b2c3931d Remove default constructor for ColorTable
The problem is that there is no good "default" constructor for
ColorTable. The previous default constructor created an empty color
table, but that would be confusing if someone actually tried to use it.
We could set ot to the default preset, but the default preset uses the
diverging color map, which could foul people up if they actually want to
edit or create their own color map. Instead, force the declaration of
ColorTable to indicate what you plan to do with it.
2018-04-02 11:44:17 -06:00
..
benchmarking Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
cont Remove default constructor for ColorTable 2018-04-02 11:44:17 -06:00
exec Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
filter Remove default constructor for ColorTable 2018-04-02 11:44:17 -06:00
internal Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
interop vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
io Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
rendering Remove default constructor for ColorTable 2018-04-02 11:44:17 -06:00
testing Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
thirdparty Merge branch 'upstream-diy' into fix-diy-warnings 2018-03-10 09:24:19 -05:00
worklet Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Assert.h Automatically disable assert for CUDA 7.5 as they don't work in device code 2018-03-07 09:18:37 -05:00
BaseComponent.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BinaryOperators.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BinaryPredicates.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Bounds.h Misc. typos 2018-01-30 06:51:47 -05:00
CellShape.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
CellTraits.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
CMakeLists.txt Make DIY a required dependency. 2018-02-26 11:25:56 -05:00
Flags.h Fix Field constructors 2017-12-21 12:48:15 -05:00
Hash.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
ImplicitFunction.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00
ListTag.h Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
Math.h vtkMath.h now opts out of clang-format to make updates through pyexpander easy 2018-01-10 08:38:14 -05:00
Math.h.in vtkMath.h now opts out of clang-format to make updates through pyexpander easy 2018-01-10 08:38:14 -05:00
Matrix.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
NewtonsMethod.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Pair.h Ensure that Pair and Vec are trivial classes. 2017-10-18 14:58:35 -04:00
Range.h Fix including empty range 2018-02-19 10:13:07 -07:00
RangeId3.h Misc. typos 2018-01-30 06:51:47 -05:00
RangeId.h Misc. typos 2018-01-30 06:51:47 -05:00
StaticAssert.h Add hint to read source code for help 2018-01-08 10:53:44 -07:00
TopologyElementTag.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Transform3D.h Misc. typos 2018-01-30 06:51:47 -05:00
TypeListTag.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Types.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TypeTraits.h Misc. typos 2018-01-30 06:51:47 -05:00
UnaryPredicates.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
VecAxisAlignedPointCoordinates.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
VecFromPortal.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
VecFromPortalPermute.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
VectorAnalysis.h VTK-m uses static const/constexpr when supported ( so not on cuda 7.5 ) 2018-02-26 16:41:29 -05:00
VecTraits.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
VecVariable.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Version.h.in Update copyright for Sandia 2017-09-20 15:33:44 -06:00
VirtualObjectBase.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00