|
| MapperVolume () |
|
| ~MapperVolume () |
|
void | SetCanvas (viskores::rendering::Canvas *canvas) override |
|
virtual viskores::rendering::Canvas * | GetCanvas () const override |
|
viskores::rendering::Mapper * | NewCopy () const override |
|
void | SetSampleDistance (const viskores::Float32 distance) |
| Specify how much space is between samples of rays that traverse the volume. More...
|
|
void | SetCompositeBackground (const bool compositeBackground) |
|
| 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 that renders a volume as a translucent cloud.