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

SimpleArrayProcessor.h

Go to the documentation of this file.
00001 /*
00002  * @(#)SimpleArrayProcessor.h   1.6 00/03/15
00003  *
00004  * (C) Copyright IBM Corp. 1998, 1999, 2000 - All Rights Reserved
00005  *
00006  */
00007 
00008 #ifndef __SIMPLEARRAYPROCESSOR_H
00009 #define __SIMPLEARRAYPROCESSOR_H
00010 
00011 #include "LETypes.h"
00012 #include "MorphTables.h"
00013 #include "SubtableProcessor.h"
00014 #include "NonContextualGlyphSubstitution.h"
00015 #include "NonContextualGlyphSubstitutionProcessor.h"
00016 
00017 class SimpleArrayProcessor : public NonContextualGlyphSubstitutionProcessor
00018 {
00019 public:
00020     virtual void process(LEGlyphID *glyphs, le_int32 *charIndices, le_int32 glyphCount);
00021 
00022     SimpleArrayProcessor(MorphSubtableHeader *morphSubtableHeader);
00023 
00024     virtual ~SimpleArrayProcessor();
00025 
00026 private:
00027     SimpleArrayProcessor();
00028 
00029 protected:
00030     SimpleArrayLookupTable *simpleArrayLookupTable;
00031 };
00032 
00033 #endif
00034 

Generated at Tue Dec 5 18:13:03 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000