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

TriangleGlyph.h

Go to the documentation of this file.
00001 // TriangleGlyph.h: Schnittstelle für die Klasse CTriangleGlyph.
00002 //
00004 
00005 #if !defined(AFX_TRIANGLEGLYPH_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_)
00006 #define AFX_TRIANGLEGLYPH_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 
00018 class CTriangleGlyph : public CGlyph  
00019 {
00020 public:
00021         CTriangleGlyph();
00022         virtual ~CTriangleGlyph();
00023         // draws a glyph at the position pos with the length:= Glyph::length * length(vec)
00024         virtual void DrawGlyph(Vec3f pos, Vec3f vec);
00025         virtual void DrawGlyphBrushed(Vec3f pos, Vec3f vec);
00026 
00027 
00028 };
00029 
00030 #endif // !defined(AFX_TRIANGLEGLYPH_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