making WriteDataSet virtual

This commit is contained in:
Li-Ta Lo 2021-01-05 12:59:52 -07:00
parent 1ebcde1d30
commit 6af7c3122a

@ -52,8 +52,8 @@ public:
/// `ArrayHandle` of `vtkm::Vec4f_32`). If no color field name is given,
/// the first point field that matches this criteria is written.
///
VTKM_CONT void WriteDataSet(const vtkm::cont::DataSet& dataSet,
const std::string& colorField = {});
VTKM_CONT virtual void WriteDataSet(const vtkm::cont::DataSet& dataSet,
const std::string& colorField = {});
///@}
enum class PixelDepth