segment_iterator.h

00001 #ifndef _SEGMENT_ITERATOR_H_
00002 #define _SEGMENT_ITERATOR_H_
00003 
00004 struct SegmentIterator
00005 {
00006     Map2D               ppSourceMaps;
00007     Map2D               ppStencilMaps;
00008 
00009     char*               szSession;
00010 
00011 };
00012 
00013 typedef struct SegmentIterator SegmentIterator;
00014 
00015 /*  
00016     The attributes of a peak can be divided into 4 parts 
00017     "tile" "segment" "curve type" "sampling cordinates" "fitted parameters" 
00018 */ 
00019 
00020 typedef enum {  PEAK_FORMAT_TILE                = 0x00000001,
00021                 PEAK_FORMAT_SEGMENT             = 0x00000002,
00022                 PEAK_FORMAT_CURVE_TYPE          = 0x00000004,
00023                 PEAK_FORMAT_SAMPLE_COORDINATES  = 0x00000008,
00024                 PEAK_FORMAT_FITTED_PARAMETERS   = 0x00000010
00025 } PeakFormat;
00026 
00027 // Peak2i < FPeak2i < TSFPeak2i 
00028 
00029 
00030 #endif
00031 
00032 

Generated on Tue Feb 7 11:54:36 2006 for libmqfileio by  doxygen 1.4.6