proj home

Files   Classes   Functions   Hierarchy  

gobjglLineStipple Class Reference

Dashed lines. More...

#include <gobj.h>

Inheritance diagram for gobjglLineStipple:
Collaboration diagram for gobjglLineStipple:

List of all members.

Public Member Functions

 gobjglLineStipple (GLint factor_, GLushort pattern_)
void draw ()
 Draw the object.

Public Attributes

GLint factor
 Stretches the pattern by multiplying each subseries of consecutive 1s or 0s.
GLushort pattern


Detailed Description

Dashed lines.

Definition at line 1013 of file gobj.h.


Constructor & Destructor Documentation

gobjglLineStipple::gobjglLineStipple ( GLint  factor_,
GLushort  pattern_ 
) [inline]

Definition at line 1022 of file gobj.h.

01023     : factor(factor_), pattern(pattern_) {}


Member Function Documentation

void gobjglLineStipple::draw (  )  [inline, virtual]

Draw the object.

Implements gobj.

Definition at line 1025 of file gobj.h.

References factor, GOBJDEBUGCODE, and pattern.

01026     { GOBJDEBUGCODE glLineStipple(factor,pattern); }


Member Data Documentation

Stretches the pattern by multiplying each subseries of consecutive 1s or 0s.

Definition at line 1019 of file gobj.h.

Referenced by draw().

Definition at line 1020 of file gobj.h.

Referenced by draw().


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

Generated on Fri Mar 4 00:49:59 2011 for Chelton Evans Source by  doxygen 1.5.8