Main Page   Compound List   File List   Compound Members  

StreamLineSamplePoint.h

00001 // StreamLineSamplePoint.h: interface for the StreamLineSamplePoint class.
00002 //
00004 
00005 #if !defined(AFX_STREAMLINESAMPLEPOINT_H__294C235B_3F91_4FA4_B80A_96DE0B09AFF3__INCLUDED_)
00006 #define AFX_STREAMLINESAMPLEPOINT_H__294C235B_3F91_4FA4_B80A_96DE0B09AFF3__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 class StreamLineSamplePoint  
00013 {
00014 public:
00015         StreamLineSamplePoint();
00016         StreamLineSamplePoint(float x, float y);
00017         virtual ~StreamLineSamplePoint();
00018 
00019     float position[2];
00020         bool  usedAsSeedPoint[2]; // true if used as a seed point [0]..left side [1]..right side
00021 };
00022 
00023 #endif // !defined(AFX_STREAMLINESAMPLEPOINT_H__294C235B_3F91_4FA4_B80A_96DE0B09AFF3__INCLUDED_)

Generated on Wed Jan 21 13:19:24 2004 for FlowVis by doxygen1.2.18