20 #ifndef ARROWRENDERER_H 
   21 #define ARROWRENDERER_H 
   57     virtual int _initializeGL();
 
   74         int actualRefLevel,
float vectorScale, 
float arrowRadius, 
 
   82     void drawArrow(
const float startPoint[3], 
const float endPoint[3], 
float radius);
 
   87 #endif //ARROWRENDERER_H 
A Params subclass for managing parameters used by Renderers. 
 
Class that draws the barbs as specified by ArrowParams. 
 
static Renderer * CreateInstance(Visualizer *v, RenderParams *rp)
 
A class for performing OpenGL rendering in VAPOR GUI Window. 
 
A cache based data reader. 
 
A class that performs rendering in a Visualizer.