Go to the documentation of this file.
10 #ifndef vtk_m_rendering_View2D_h
11 #define vtk_m_rendering_View2D_h
42 void Paint()
override;
44 void RenderScreenAnnotations()
override;
46 void RenderWorldAnnotations()
override;
49 void UpdateCameraProperties();
59 #endif //vtk_m_rendering_View2D_h
vtkm::rendering::AxisAnnotation2D HorizontalAxisAnnotation
Definition: View2D.h:52
vtkm::rendering::AxisAnnotation2D VerticalAxisAnnotation
Definition: View2D.h:53
Representation of a color.
Definition: Color.h:29
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_RENDERING_EXPORT
Definition: vtkm_rendering_export.h:44
A view for a 3D data set.
Definition: View2D.h:26
Converts data into commands to a rendering system.
Definition: Mapper.h:29
Represents the image space that is the target of rendering.
Definition: Canvas.h:35
Definition: AxisAnnotation2D.h:29
The abstract class representing the view of a rendering scene.
Definition: View.h:31
Specifies the viewport for a rendering.
Definition: Camera.h:37
A simple collection of things to render.
Definition: Scene.h:30
vtkm::rendering::ColorBarAnnotation ColorBarAnnotation
Definition: View2D.h:54
Definition: ColorBarAnnotation.h:26