Arrows Struct Reference

Data structure holding information about the presentation and generation of arrows. More...

#include <flowvis_canvas.h>

List of all members.

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.


Detailed Description

Data structure holding information about the presentation and generation of arrows.

Definition at line 124 of file flowvis_canvas.h.


Constructor & Destructor Documentation

Arrows::Arrows (  )  [inline]

Constructor.

Definition at line 127 of file flowvis_canvas.h.


Member Data Documentation

Grid of evenly spaced arrow points.

Definition at line 136 of file flowvis_canvas.h.

Referenced by FlowVisCanvas::CreateEvenlySpacedArrows(), and FlowVisCanvas::Render_Arrows().

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().

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().

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().

Holds the id of the arrow texture.

Definition at line 141 of file flowvis_canvas.h.

Referenced by FlowVisCanvas::LoadArrowTexture(), and FlowVisCanvas::Render_Arrows().


The documentation for this struct was generated from the following file:

Generated on Wed Jan 21 16:22:24 2009 for FlowVis by  doxygen 1.5.6