second round of fixes +1

This commit is contained in:
Roxana Bujack 2023-11-07 17:20:50 -07:00
parent 5d3c9604f2
commit 9ce533f144

@ -65,13 +65,14 @@ protected:
vtkm::cont::ArrayHandle<vtkm::Vec4f_32> ColorMap; vtkm::cont::ArrayHandle<vtkm::Vec4f_32> ColorMap;
bool LogarithmX = false; bool LogarithmX = false;
bool LogarithmY = false; bool LogarithmY = false;
c virtual void RenderCellsImpl(const vtkm::cont::UnknownCellSet& cellset,
const vtkm::cont::CoordinateSystem& coords, virtual void RenderCellsImpl(const vtkm::cont::UnknownCellSet& cellset,
const vtkm::cont::Field& scalarField, const vtkm::cont::CoordinateSystem& coords,
const vtkm::cont::ColorTable& colorTable, const vtkm::cont::Field& scalarField,
const vtkm::rendering::Camera& camera, const vtkm::cont::ColorTable& colorTable,
const vtkm::Range& scalarRange, const vtkm::rendering::Camera& camera,
const vtkm::cont::Field& ghostField) = 0; const vtkm::Range& scalarRange,
const vtkm::cont::Field& ghostField) = 0;
}; };
} }
} //namespace vtkm::rendering } //namespace vtkm::rendering