Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Glyph_Bitmap.h

Go to the documentation of this file.
00001 // Glyph_Bitmap.h: Schnittstelle für die Klasse CGlyph_Bitmap.
00002 //
00004 
00005 #if !defined(AFX_GLYPH_BITMAP_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_)
00006 #define AFX_GLYPH_BITMAP_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "Glyph.h"
00013 
00014 
00017 class CGlyph_Bitmap : public CGlyph  
00018 {
00019 public:
00020         CGlyph_Bitmap();
00021         virtual ~CGlyph_Bitmap();
00022         // draws a glyph at the position pos with the length:= Glyph::length * length(vec)
00023         virtual void DrawGlyph(Vec3f pos, Vec3f vec);
00024         virtual void DrawGlyphBrushed(Vec3f pos, Vec3f vec){};
00025 
00026 };
00027 
00028 #endif // !defined(AFX_GLYPH_BITMAP_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_)

Generated on Thu Jan 23 04:30:11 2003 for FlowVis- vector field in 2D by doxygen1.3-rc2