Go to the documentation of this file.
19 #ifndef viskores_rendering_LineRendererBatcher_h
20 #define viskores_rendering_LineRendererBatcher_h
53 std::vector<viskores::Vec3f_32>
Starts;
54 std::vector<viskores::Vec3f_32>
Ends;
55 std::vector<viskores::Vec4f_32>
Colors;
60 #endif // viskores_rendering_LineRendererBatcher_h
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
std::vector< viskores::Vec3f_32 > Ends
Definition: LineRendererBatcher.h:54
std::vector< viskores::Vec4f_32 > Colors
Definition: LineRendererBatcher.h:55
Definition: LineRendererBatcher.h:34
std::vector< viskores::Vec3f_32 > Starts
Definition: LineRendererBatcher.h:53
Represents the image space that is the target of rendering.
Definition: Canvas.h:43
Representation of a color.
Definition: Color.h:37