Hierarchical Edge Bundle 1.0
Public Member Functions | Static Public Member Functions
RenderPrimitives Class Reference

#include <RenderPrimitives.h>

List of all members.

Public Member Functions

 RenderPrimitives (void)
 ~RenderPrimitives (void)

Static Public Member Functions

static void Initialize (void)
static void Deinitialize ()
static void DrawSphere ()
static void DrawCircle ()
static void DrawCube ()
static void DrawRectangle ()
static void DrawQuad ()
static void DrawBillboard ()

Detailed Description

This class draws some primitives object. It uses the displaylists

Author:
Michael Beham
Date:
3.6.2011

Constructor & Destructor Documentation

RenderPrimitives::RenderPrimitives ( void  )

Standardconstructor

RenderPrimitives::~RenderPrimitives ( void  )

Standarddeconstructor


Member Function Documentation

void RenderPrimitives::Deinitialize ( ) [static]

This method delets all display lists

void RenderPrimitives::DrawBillboard ( ) [static]

This method draws a billboard

void RenderPrimitives::DrawCircle ( ) [static]

This method draws a circle.

Here is the caller graph for this function:

void RenderPrimitives::DrawCube ( ) [static]

This method draws a cube.

void RenderPrimitives::DrawQuad ( ) [static]

This method draws a quad.

Here is the caller graph for this function:

void RenderPrimitives::DrawRectangle ( ) [static]

This method draws a rectangle

Here is the caller graph for this function:

void RenderPrimitives::DrawSphere ( ) [static]

This method draws a spheres

Here is the caller graph for this function:

void RenderPrimitives::Initialize ( void  ) [static]

This method creates all display lists for drawing the primitives.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines