V2Ddraw Class Reference

V2Ddraw: Hilfsklasse zum Zeichnen von 2D Primitiven. More...

#include <V2Ddraw.h>

List of all members.

Static Public Member Functions

static void drawBox (int x, int y, int width, int height)
static void drawBox (int x, int y, int width, int height, int temp)
static void drawTexBox (VTexture *tex, int x, int y, int width, int height)
static void drawRect (int x, int y, int width, int height)
static void drawCircle (int x, int y, int radius)


Detailed Description

V2Ddraw: Hilfsklasse zum Zeichnen von 2D Primitiven.

Definition at line 11 of file V2Ddraw.h.


Member Function Documentation

static void V2Ddraw::drawBox ( int  x,
int  y,
int  width,
int  height 
) [inline, static]

Zeichnet ein QUAD.

Definition at line 17 of file V2Ddraw.h.

Referenced by VSliceElement::draw(), and VRenderMode::draw().

static void V2Ddraw::drawBox ( int  x,
int  y,
int  width,
int  height,
int  temp 
) [inline, static]

Zeichnet ein QUAD mit Textur-Koordinaten.

Definition at line 27 of file V2Ddraw.h.

References f.

static void V2Ddraw::drawTexBox ( VTexture tex,
int  x,
int  y,
int  width,
int  height 
) [inline, static]

Zeichnet ein QUAD mit Textur.

Definition at line 41 of file V2Ddraw.h.

References VTexture::bind().

Referenced by VTransferFunctionElement::draw().

static void V2Ddraw::drawRect ( int  x,
int  y,
int  width,
int  height 
) [inline, static]

Zeichnet ein Rechteck.

Definition at line 61 of file V2Ddraw.h.

Referenced by VTransferFunction::draw(), and VExitBox::draw().

static void V2Ddraw::drawCircle ( int  x,
int  y,
int  radius 
) [inline, static]

Zeichnet einen Kreis.

Definition at line 71 of file V2Ddraw.h.

Referenced by VTransferFunctionNode::draw().


The documentation for this class was generated from the following file:
Generated on Wed Dec 6 11:08:04 2006 for VisLU by  doxygen 1.5.1-p1