Go to the documentation of this file.
18 #ifndef viskores_rendering_View3D_h
19 #define viskores_rendering_View3D_h
51 void Paint()
override;
53 void RenderScreenAnnotations()
override;
55 void RenderWorldAnnotations()
override;
69 #endif //viskores_rendering_View3D_h
A view for a 3D data set.
Definition: View3D.h:33
viskores::rendering::AxisAnnotation3D XAxisAnnotation
Definition: View3D.h:61
The abstract class representing the view of a rendering scene.
Definition: View.h:39
viskores::rendering::AxisAnnotation3D YAxisAnnotation
Definition: View3D.h:62
viskores::rendering::ColorBarAnnotation ColorBarAnnotation
Definition: View3D.h:64
A simple collection of things to render.
Definition: Scene.h:38
Definition: BoundingBoxAnnotation.h:31
Definition: AxisAnnotation3D.h:40
Groups connected points that have the same field value.
Definition: Atomic.h:27
viskores::rendering::AxisAnnotation3D ZAxisAnnotation
Definition: View3D.h:63
Converts data into commands to a rendering system.
Definition: Mapper.h:37
Definition: LineRendererBatcher.h:34
viskores::rendering::BoundingBoxAnnotation BoxAnnotation
Definition: View3D.h:60
Specifies the viewport for a rendering.
Definition: Camera.h:45
Definition: ColorBarAnnotation.h:34
viskores::rendering::LineRendererBatcher LineBatcher
Definition: View3D.h:59
Represents the image space that is the target of rendering.
Definition: Canvas.h:43
Representation of a color.
Definition: Color.h:37