|
| MapperRayTracer () |
|
| ~MapperRayTracer () |
|
void | SetCanvas (viskores::rendering::Canvas *canvas) override |
|
virtual viskores::rendering::Canvas * | GetCanvas () const override |
|
void | SetCompositeBackground (bool on) |
|
viskores::rendering::Mapper * | NewCopy () const override |
|
void | SetShadingOn (bool on) |
|
| Mapper () |
|
virtual | ~Mapper () |
|
virtual void | RenderCells (const viskores::cont::UnknownCellSet &cellset, const viskores::cont::CoordinateSystem &coords, const viskores::cont::Field &scalarField, const viskores::cont::ColorTable &colorTable, const viskores::rendering::Camera &camera, const viskores::Range &scalarRange) |
|
void | RenderCells (const viskores::cont::UnknownCellSet &cellset, const viskores::cont::CoordinateSystem &coords, const viskores::cont::Field &scalarField, const viskores::cont::ColorTable &colorTable, const viskores::rendering::Camera &camera, const viskores::Range &scalarRange, const viskores::cont::Field &ghostField) |
|
virtual void | RenderCellsPartitioned (const viskores::cont::PartitionedDataSet partitionedData, const std::string fieldName, const viskores::cont::ColorTable &colorTable, const viskores::rendering::Camera &camera, const viskores::Range &scalarRange) |
|
virtual void | SetActiveColorTable (const viskores::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.