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

GlyphDataset1.h

Go to the documentation of this file.
00001 // GlyphDataset1.h: Schnittstelle für die Klasse CGlyphDataset1.
00002 //
00004 
00005 #if !defined(AFX_GLYPHDATASET1_H__9ADBF868_37F8_4DDF_BB8F_C66F9E00A21F__INCLUDED_)
00006 #define AFX_GLYPHDATASET1_H__9ADBF868_37F8_4DDF_BB8F_C66F9E00A21F__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "Glyph.h"
00013 #include "ColorCoding.h"
00014 
00015 class CGlyphDataset1 : public CGlyph  
00016 {
00017 public:
00018 
00019         CGlyphDataset1();
00020         virtual ~CGlyphDataset1();
00021         void DrawGlyph(Vec3f pos, Vec3f vec);
00022         void DrawGlyphBrushed(Vec3f pos, Vec3f vec);
00023         void SetColorCoding(CColorCoding *coding);
00024 
00025         float data;
00026 private:
00027         CColorCoding *colorCoding;
00028 
00029 };
00030 
00031 #endif // !defined(AFX_GLYPHDATASET1_H__9ADBF868_37F8_4DDF_BB8F_C66F9E00A21F__INCLUDED_)

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