#include <flowvis_canvas.h>
Public Member Functions | |
Arrows () | |
Constructor. | |
Public Attributes | |
ArrowPoints_T | arrow_points |
Grid of evenly spaced arrow points. | |
bool | plot |
Defines if arrows are shown on the screen. | |
int | nr_x |
Defines the number of arrows per row. | |
int | nr_y |
Defines the number of arrows per column. | |
GLuint | arrow_texture |
Holds the id of the arrow texture. |
Definition at line 124 of file flowvis_canvas.h.
Arrows::Arrows | ( | ) | [inline] |
Grid of evenly spaced arrow points.
Definition at line 136 of file flowvis_canvas.h.
Referenced by FlowVisCanvas::CreateEvenlySpacedArrows(), and FlowVisCanvas::Render_Arrows().
bool Arrows::plot |
Defines if arrows are shown on the screen.
Definition at line 138 of file flowvis_canvas.h.
Referenced by FlowVisCanvas::FlowVisCanvas(), FlowVisCanvas::Render_ToScreen(), and FlowVisCanvas::SetArrowPlot().
int Arrows::nr_x |
Defines the number of arrows per row.
Definition at line 139 of file flowvis_canvas.h.
Referenced by FlowVisCanvas::CreateEvenlySpacedArrows(), FlowVisCanvas::FlowVisCanvas(), and FlowVisCanvas::SetArrows().
int Arrows::nr_y |
Defines the number of arrows per column.
Definition at line 140 of file flowvis_canvas.h.
Referenced by FlowVisCanvas::CreateEvenlySpacedArrows(), FlowVisCanvas::FlowVisCanvas(), and FlowVisCanvas::SetArrows().
GLuint Arrows::arrow_texture |
Holds the id of the arrow texture.
Definition at line 141 of file flowvis_canvas.h.
Referenced by FlowVisCanvas::LoadArrowTexture(), and FlowVisCanvas::Render_Arrows().