|
| View3D (const vtkm::rendering::Scene &scene, const vtkm::rendering::Mapper &mapper, const vtkm::rendering::Canvas &canvas, const vtkm::rendering::Color &backgroundColor=vtkm::rendering::Color(0, 0, 0, 1), const vtkm::rendering::Color &foregroundColor=vtkm::rendering::Color(1, 1, 1, 1)) |
|
| View3D (const vtkm::rendering::Scene &scene, const vtkm::rendering::Mapper &mapper, const vtkm::rendering::Canvas &canvas, const vtkm::rendering::Camera &camera, const vtkm::rendering::Color &backgroundColor=vtkm::rendering::Color(0, 0, 0, 1), const vtkm::rendering::Color &foregroundColor=vtkm::rendering::Color(1, 1, 1, 1)) |
|
| ~View3D () |
|
void | Paint () override |
|
void | RenderScreenAnnotations () override |
|
void | RenderWorldAnnotations () override |
|
| View (const vtkm::rendering::Scene &scene, const vtkm::rendering::Mapper &mapper, const vtkm::rendering::Canvas &canvas, const vtkm::rendering::Color &backgroundColor=vtkm::rendering::Color(0, 0, 0, 1), const vtkm::rendering::Color &foregroundColor=vtkm::rendering::Color(1, 1, 1, 1)) |
|
| View (const vtkm::rendering::Scene &scene, const vtkm::rendering::Mapper &mapper, const vtkm::rendering::Canvas &canvas, const vtkm::rendering::Camera &camera, const vtkm::rendering::Color &backgroundColor=vtkm::rendering::Color(0, 0, 0, 1), const vtkm::rendering::Color &foregroundColor=vtkm::rendering::Color(1, 1, 1, 1)) |
|
virtual | ~View () |
|
const VTKM_CONT vtkm::rendering::Scene & | GetScene () const |
|
VTKM_CONT vtkm::rendering::Scene & | GetScene () |
|
VTKM_CONT void | SetScene (const vtkm::rendering::Scene &scene) |
|
const VTKM_CONT vtkm::rendering::Mapper & | GetMapper () const |
|
VTKM_CONT vtkm::rendering::Mapper & | GetMapper () |
|
const VTKM_CONT vtkm::rendering::Canvas & | GetCanvas () const |
|
VTKM_CONT vtkm::rendering::Canvas & | GetCanvas () |
|
const VTKM_CONT vtkm::rendering::WorldAnnotator & | GetWorldAnnotator () const |
|
const VTKM_CONT vtkm::rendering::Camera & | GetCamera () const |
|
VTKM_CONT vtkm::rendering::Camera & | GetCamera () |
|
VTKM_CONT void | SetCamera (const vtkm::rendering::Camera &camera) |
|
const VTKM_CONT vtkm::rendering::Color & | GetBackgroundColor () const |
|
VTKM_CONT void | SetBackgroundColor (const vtkm::rendering::Color &color) |
|
VTKM_CONT void | SetForegroundColor (const vtkm::rendering::Color &color) |
|
VTKM_CONT bool | GetWorldAnnotationsEnabled () const |
|
VTKM_CONT void | SetWorldAnnotationsEnabled (bool val) |
|
VTKM_CONT void | SetRenderAnnotationsEnabled (bool val) |
|
VTKM_CONT bool | GetRenderAnnotationsEnabled () |
|
void | RenderAnnotations () |
|
void | SaveAs (const std::string &fileName) const |
|
VTKM_CONT void | SetAxisColor (vtkm::rendering::Color c) |
|
VTKM_CONT void | ClearTextAnnotations () |
|
VTKM_CONT void | AddTextAnnotation (std::unique_ptr< vtkm::rendering::TextAnnotation > ann) |
|
VTKM_CONT void | ClearAdditionalAnnotations () |
|
VTKM_CONT void | AddAdditionalAnnotation (std::function< void(void)> ann) |
|