glot Namespace Reference


Classes

class  color
class  contour
 curve: a contour to plot More...
class  curve
 curve: a curve to plot More...
class  flow
 flow: a vector-valued function as a flow field More...
class  function
class  grapher
 grapher: an interactive plotter display More...
class  p_curve
 p_curve: a parametric curve to plot More...
class  point
class  primitive
 primitive: the parent class of all rendered objects More...
class  scalar_field
 scalar_field: a scalar field to plot More...
class  shader_primitive
 shader_primitive: the parent class of all primitives that use their own shaders More...
class  vector

Enumerations

enum  display_opt {
  AXES_OFF = 0, GRID_OFF = 0, X_LIN = 0, Y_LIN = 0,
  AXES_ON = 1, GRID_ON = 2, X_LOG = 4, Y_LOG = 8
}
 Enumeration for display options. More...
enum  keyboard_opt {
  ZOOM_KEYS_OFF = 0, AXES_KEYS_OFF = 0, GRID_KEYS_OFF = 0, QUIT_KEYS_OFF = 0,
  ZOOM_KEYS_ON = 1, AXES_KEYS_ON = 2, GRID_KEYS_ON = 4, QUIT_KEYS_ON = 8
}
 Enumeration for keyboard action options. More...

Enumeration Type Documentation

Enumeration for display options.

Bitwise or these to set the display options

Enumerator:
AXES_OFF 
GRID_OFF 
X_LIN 
Y_LIN 
AXES_ON 
GRID_ON 
X_LOG 
Y_LOG 

Enumeration for keyboard action options.

Bitwise or these to set the keyboard action options

Enumerator:
ZOOM_KEYS_OFF 
AXES_KEYS_OFF 
GRID_KEYS_OFF 
QUIT_KEYS_OFF 
ZOOM_KEYS_ON 
AXES_KEYS_ON 
GRID_KEYS_ON 
QUIT_KEYS_ON 


Generated on Fri Nov 20 18:09:06 2009 for OpenGLot by  doxygen 1.5.8