Go to the documentation of this file.
18 #ifndef viskores_rendering_View2D_h
19 #define viskores_rendering_View2D_h
52 void Paint()
override;
54 void RenderScreenAnnotations()
override;
56 void RenderWorldAnnotations()
override;
59 void UpdateCameraProperties();
69 #endif //viskores_rendering_View2D_h
viskores::rendering::AxisAnnotation2D HorizontalAxisAnnotation
Definition: View2D.h:62
The abstract class representing the view of a rendering scene.
Definition: View.h:39
A simple collection of things to render.
Definition: Scene.h:38
A view for a 3D data set.
Definition: View2D.h:34
Groups connected points that have the same field value.
Definition: Atomic.h:27
viskores::rendering::ColorBarAnnotation ColorBarAnnotation
Definition: View2D.h:64
Converts data into commands to a rendering system.
Definition: Mapper.h:37
Specifies the viewport for a rendering.
Definition: Camera.h:45
Definition: ColorBarAnnotation.h:34
viskores::rendering::AxisAnnotation2D VerticalAxisAnnotation
Definition: View2D.h:63
Represents the image space that is the target of rendering.
Definition: Canvas.h:43
Representation of a color.
Definition: Color.h:37
Definition: AxisAnnotation2D.h:37