#include <MapperConnectivity.h>
|
| | MapperConnectivity () |
| |
| | ~MapperConnectivity () |
| |
| void | SetSampleDistance (const vtkm::Float32 &) |
| |
| void | SetCanvas (vtkm::rendering::Canvas *canvas) override |
| |
| virtual vtkm::rendering::Canvas * | GetCanvas () const override |
| |
| vtkm::rendering::Mapper * | NewCopy () const override |
| |
| void | CreateDefaultView () |
| |
| | 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) |
| |
◆ MapperConnectivity()
| vtkm::rendering::MapperConnectivity::MapperConnectivity |
( |
| ) |
|
◆ ~MapperConnectivity()
| vtkm::rendering::MapperConnectivity::~MapperConnectivity |
( |
| ) |
|
◆ CreateDefaultView()
| void vtkm::rendering::MapperConnectivity::CreateDefaultView |
( |
| ) |
|
◆ GetCanvas()
◆ NewCopy()
◆ RenderCellsImpl()
◆ SetCanvas()
◆ SetSampleDistance()
| void vtkm::rendering::MapperConnectivity::SetSampleDistance |
( |
const vtkm::Float32 & |
| ) |
|
◆ CanvasRT
◆ SampleDistance
| vtkm::Float32 vtkm::rendering::MapperConnectivity::SampleDistance |
|
protected |
The documentation for this class was generated from the following file: