|
| | MapperRayTracer () |
| |
| | ~MapperRayTracer () |
| |
| void | SetCanvas (vtkm::rendering::Canvas *canvas) override |
| |
| virtual vtkm::rendering::Canvas * | GetCanvas () const override |
| |
| void | SetCompositeBackground (bool on) |
| |
| vtkm::rendering::Mapper * | NewCopy () const override |
| |
| void | SetShadingOn (bool on) |
| |
| | Mapper () |
| |
| virtual | ~Mapper () |
| |
| virtual void | RenderCells (const vtkm::cont::UnknownCellSet &cellset, const vtkm::cont::CoordinateSystem &coords, const vtkm::cont::Field &scalarField, const vtkm::cont::ColorTable &colorTable, const vtkm::rendering::Camera &camera, const vtkm::Range &scalarRange) |
| |
| void | RenderCells (const vtkm::cont::UnknownCellSet &cellset, const vtkm::cont::CoordinateSystem &coords, const vtkm::cont::Field &scalarField, const vtkm::cont::ColorTable &colorTable, const vtkm::rendering::Camera &camera, const vtkm::Range &scalarRange, const vtkm::cont::Field &ghostField) |
| |
| virtual void | RenderCellsPartitioned (const vtkm::cont::PartitionedDataSet partitionedData, const std::string fieldName, const vtkm::cont::ColorTable &colorTable, const vtkm::rendering::Camera &camera, const vtkm::Range &scalarRange) |
| |
| virtual void | SetActiveColorTable (const vtkm::cont::ColorTable &ct) |
| |
| virtual void | SetLogarithmX (bool l) |
| |
| virtual void | SetLogarithmY (bool l) |
| |
Mapper to render surfaces using ray tracing.
Provides a "standard" data mapper that uses ray tracing to render the surfaces of DataSet objects.