Update of /cvsroot/robotflow/RobotFlow/Vision/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19423/Vision/src Modified Files: BMPLoad.cc BMPSave.cc Binarize.cc Bt848.cc CPoint.cc CRect.cc CSymbol.cc CTextLine.cc Cell.cc ColorLookup.cc ColorTracker.cc Components.cc ComponentsData.cc ComponentsDraw.cc ComponentsViewer.cc ExtractSentence.cc ExtractSentence_v2.cc FakeImage.cc GaussianBlur.cc Image.cc ImageAnd.cc ImageCorrellation.cc ImageOr.cc InverseHough.cc JPEGLoadMemory.cc JPEGSave.cc LoadImage.cc Magn2EdgeMap.cc Magnitude.cc MultiColorTracker.cc NewSymbolIdentify.cc PPMImage.cc Posterize.cc PrintLines.cc RGB152GREY.cc RGB242RGB15.cc RGBMerge.cc RGBSplit.cc RectAnalyser.cc RectBoundaries.cc Scale.cc ScalePrint.cc SplitImage.cc StatIntensityAnalyser.cc SubImage.cc Surround.cc SymbolCounter.cc SymbolExtractor.cc SymbolLoad.cc SymbolTracker.cc lines.cc types.cc Log Message: removing all "using namespace std;" in headers. Bumped version to 0.2.6. Preparing for the RobotFlow namespace. Index: SplitImage.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/SplitImage.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SplitImage.cc 3 Jun 2002 18:29:13 -0000 1.1 --- SplitImage.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 24,27 **** --- 24,29 ---- #include "types.h" + using namespace std; + class SplitImage; Index: JPEGLoadMemory.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/JPEGLoadMemory.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JPEGLoadMemory.cc 13 Aug 2004 16:26:41 -0000 1.3 --- JPEGLoadMemory.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 24,27 **** --- 24,29 ---- #include "BufferedNode.h" + using namespace std; + //forward declaration class JPEGLoadMemory; Index: SymbolExtractor.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/SymbolExtractor.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SymbolExtractor.cc 13 Aug 2004 16:26:41 -0000 1.3 --- SymbolExtractor.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 24,27 **** --- 24,29 ---- #include "assert.h" + using namespace std; + class SymbolExtractor; Index: ImageAnd.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ImageAnd.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ImageAnd.cc 3 Jun 2002 18:29:13 -0000 1.1 --- ImageAnd.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- #include "types.h" + using namespace std; + class ImageAnd; Index: StatIntensityAnalyser.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/StatIntensityAnalyser.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** StatIntensityAnalyser.cc 27 Jul 2004 20:32:34 -0000 1.2 --- StatIntensityAnalyser.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 26,29 **** --- 26,31 ---- #include "BufferedNode.h" + using namespace std; + class StatIntensityAnalyser; Index: Surround.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Surround.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Surround.cc 27 Jul 2004 20:32:34 -0000 1.2 --- Surround.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 22,25 **** --- 22,27 ---- #include "BufferedNode.h" + using namespace std; + class Surround; Index: FakeImage.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/FakeImage.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FakeImage.cc 27 Jul 2004 20:32:34 -0000 1.3 --- FakeImage.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 21,24 **** --- 21,26 ---- #include "BufferedNode.h" + using namespace std; + class FakeImage; Index: ColorLookup.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ColorLookup.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ColorLookup.cc 27 Jul 2004 20:32:34 -0000 1.6 --- ColorLookup.cc 2 Jan 2005 14:44:00 -0000 1.7 *************** *** 18,21 **** --- 18,23 ---- #include "FlowException.h" + using namespace std; + DECLARE_TYPE(ColorLookup); Index: RectBoundaries.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/RectBoundaries.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RectBoundaries.cc 27 Jul 2004 20:32:34 -0000 1.2 --- RectBoundaries.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 26,29 **** --- 26,31 ---- #include "Vector.h" + using namespace std; + class RectBoundaries; Index: Binarize.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Binarize.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Binarize.cc 27 Jul 2004 20:32:34 -0000 1.3 --- Binarize.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 23,26 **** --- 23,28 ---- #include "BufferedNode.h" + using namespace std; + class Binarize; Index: BMPLoad.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/BMPLoad.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** BMPLoad.cc 26 Apr 2002 23:39:37 -0000 1.1 --- BMPLoad.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 28,31 **** --- 28,33 ---- #include "BufferedNode.h" + using namespace std; + class BMPLoad; Index: RectAnalyser.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/RectAnalyser.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RectAnalyser.cc 27 Jul 2004 20:32:34 -0000 1.2 --- RectAnalyser.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 26,29 **** --- 26,31 ---- #include "Vector.h" + using namespace std; + class RectAnalyser; Index: RGB152GREY.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/RGB152GREY.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGB152GREY.cc 27 Jul 2004 20:32:34 -0000 1.4 --- RGB152GREY.cc 2 Jan 2005 14:44:00 -0000 1.5 *************** *** 25,28 **** --- 25,29 ---- #include "Image.h" + using namespace std; class RGB152GREY; Index: Magnitude.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Magnitude.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Magnitude.cc 20 Jan 2003 20:21:53 -0000 1.2 --- Magnitude.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 32,35 **** --- 32,36 ---- #include "types.h" + using namespace std; class Magnitude; Index: Scale.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Scale.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Scale.cc 13 Aug 2004 16:26:41 -0000 1.3 --- Scale.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 26,29 **** --- 26,31 ---- #include "Vector.h" + using namespace std; + class Scale; Index: RGBMerge.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/RGBMerge.cc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGBMerge.cc 11 Aug 2003 18:54:35 -0000 1.5 --- RGBMerge.cc 2 Jan 2005 14:44:00 -0000 1.6 *************** *** 25,28 **** --- 25,29 ---- #include "Image.h" + using namespace std; class RGBMerge; Index: Image.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Image.cc,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Image.cc 13 Aug 2004 16:26:41 -0000 1.15 --- Image.cc 2 Jan 2005 14:44:00 -0000 1.16 *************** *** 28,31 **** --- 28,33 ---- } + using namespace std; + DECLARE_TYPE(Image); Index: Components.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Components.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Components.cc 16 Aug 2004 19:35:35 -0000 1.9 --- Components.cc 2 Jan 2005 14:44:00 -0000 1.10 *************** *** 22,25 **** --- 22,27 ---- #include "ColorLookup.h" + using namespace std; + /*Node * Index: Posterize.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Posterize.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Posterize.cc 13 Aug 2004 16:26:41 -0000 1.3 --- Posterize.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 22,25 **** --- 22,27 ---- #include "BufferedNode.h" + using namespace std; + class Posterize; Index: RGB242RGB15.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/RGB242RGB15.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RGB242RGB15.cc 6 Aug 2004 13:07:17 -0000 1.3 --- RGB242RGB15.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 25,28 **** --- 25,29 ---- #include "Image.h" + using namespace std; class RGB242RGB15; Index: ExtractSentence.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ExtractSentence.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ExtractSentence.cc 27 Jul 2004 20:32:34 -0000 1.2 --- ExtractSentence.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 25,28 **** --- 25,30 ---- #include <iostream> + using namespace std; + class ExtractSentence; bool IsAbove(void *, void *); Index: MultiColorTracker.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/MultiColorTracker.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** MultiColorTracker.cc 13 Aug 2004 16:26:41 -0000 1.7 --- MultiColorTracker.cc 2 Jan 2005 14:44:00 -0000 1.8 *************** *** 24,27 **** --- 24,29 ---- #include "Vector.h" + using namespace std; + class MultiColorTracker; Index: GaussianBlur.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/GaussianBlur.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GaussianBlur.cc 20 Jan 2003 20:21:52 -0000 1.2 --- GaussianBlur.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 33,36 **** --- 33,37 ---- #include "types.h" + using namespace std; class GrayGaussianBlur; Index: ImageOr.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ImageOr.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ImageOr.cc 3 Jun 2002 18:29:13 -0000 1.1 --- ImageOr.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- #include "types.h" + using namespace std; + class ImageOr; Index: ImageCorrellation.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ImageCorrellation.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ImageCorrellation.cc 17 Jul 2003 19:38:22 -0000 1.3 --- ImageCorrellation.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 21,24 **** --- 21,26 ---- #include "BufferedNode.h" + using namespace std; + class ImageCorrellation; Index: ComponentsViewer.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ComponentsViewer.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ComponentsViewer.cc 13 Aug 2004 16:26:41 -0000 1.4 --- ComponentsViewer.cc 2 Jan 2005 14:44:00 -0000 1.5 *************** *** 23,26 **** --- 23,28 ---- #include "ColorLookup.h" + using namespace std; + class ComponentsViewer; Index: CSymbol.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/CSymbol.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CSymbol.cc 27 Jul 2004 20:32:34 -0000 1.2 --- CSymbol.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 19,22 **** --- 19,24 ---- #include "FlowException.h" + using namespace std; + DECLARE_TYPE(CSymbol); Index: CPoint.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/CPoint.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CPoint.cc 27 Jul 2004 20:32:34 -0000 1.6 --- CPoint.cc 2 Jan 2005 14:44:00 -0000 1.7 *************** *** 18,21 **** --- 18,23 ---- #include "FlowException.h" + using namespace std; + DECLARE_TYPE(CPoint); Index: SymbolLoad.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/SymbolLoad.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SymbolLoad.cc 6 Aug 2004 13:40:01 -0000 1.2 --- SymbolLoad.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 25,28 **** --- 25,30 ---- #include "net_types.h" + using namespace std; + class SymbolLoad; Index: Cell.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Cell.cc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Cell.cc 27 Jul 2004 20:32:34 -0000 1.5 --- Cell.cc 2 Jan 2005 14:44:00 -0000 1.6 *************** *** 18,21 **** --- 18,23 ---- #include "FlowException.h" + using namespace std; + DECLARE_TYPE(ImageCell); Index: SymbolTracker.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/SymbolTracker.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SymbolTracker.cc 13 Aug 2004 16:26:41 -0000 1.3 --- SymbolTracker.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 22,25 **** --- 22,27 ---- #include "ComponentsData.h" + using namespace std; + class SymbolTracker; Index: PPMImage.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/PPMImage.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PPMImage.cc 27 Jul 2004 20:32:34 -0000 1.4 --- PPMImage.cc 2 Jan 2005 14:44:00 -0000 1.5 *************** *** 22,25 **** --- 22,27 ---- #include <assert.h> + using namespace std; + class PPMImage; Index: PrintLines.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/PrintLines.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PrintLines.cc 3 Jun 2002 18:29:13 -0000 1.1 --- PrintLines.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- #include "lines.h" + using namespace std; + class PrintLines; Index: JPEGSave.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/JPEGSave.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** JPEGSave.cc 29 Jul 2004 14:08:04 -0000 1.8 --- JPEGSave.cc 2 Jan 2005 14:44:00 -0000 1.9 *************** *** 29,32 **** --- 29,34 ---- } + using namespace std; + //forward declaration class JPEGSave; Index: LoadImage.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/LoadImage.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LoadImage.cc 13 Jun 2004 19:44:11 -0000 1.1 --- LoadImage.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 25,28 **** --- 25,30 ---- #include "BufferedNode.h" + using namespace std; + class LoadImage; Index: BMPSave.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/BMPSave.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BMPSave.cc 18 Jun 2003 15:23:49 -0000 1.2 --- BMPSave.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 29,32 **** --- 29,34 ---- #include "BufferedNode.h" + using namespace std; + class BMPSave; Index: CRect.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/CRect.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CRect.cc 27 Jul 2004 20:32:34 -0000 1.7 --- CRect.cc 2 Jan 2005 14:44:00 -0000 1.8 *************** *** 18,21 **** --- 18,23 ---- #include "FlowException.h" + using namespace std; + DECLARE_TYPE(CRect); Index: SubImage.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/SubImage.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SubImage.cc 27 Jul 2004 20:32:34 -0000 1.2 --- SubImage.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 21,24 **** --- 21,26 ---- #include "BufferedNode.h" + using namespace std; + class SubImage; Index: InverseHough.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/InverseHough.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InverseHough.cc 13 Aug 2004 16:26:41 -0000 1.3 --- InverseHough.cc 2 Jan 2005 14:44:00 -0000 1.4 *************** *** 35,38 **** --- 35,40 ---- #include "lines.h" + using namespace std; + class InverseHough; Index: NewSymbolIdentify.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/NewSymbolIdentify.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NewSymbolIdentify.cc 27 Jul 2004 20:32:34 -0000 1.2 --- NewSymbolIdentify.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 22,26 **** #include "Vector.h" ! class NewSymbolIdentify; --- 22,26 ---- #include "Vector.h" ! using namespace std; class NewSymbolIdentify; Index: ComponentsDraw.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ComponentsDraw.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ComponentsDraw.cc 27 Jul 2004 20:32:34 -0000 1.4 --- ComponentsDraw.cc 2 Jan 2005 14:44:00 -0000 1.5 *************** *** 23,26 **** --- 23,28 ---- #include "ColorLookup.h" + using namespace std; + class ComponentsDraw; Index: ExtractSentence_v2.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ExtractSentence_v2.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExtractSentence_v2.cc 26 Jul 2004 14:32:58 -0000 1.1 --- ExtractSentence_v2.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 8,11 **** --- 8,13 ---- #include <iostream> + using namespace std; + class ExtractSentence_v2; bool IsAbove(void *, void *); *************** *** 47,51 **** END*/ - class ExtractSentence_v2 : public BufferedNode { --- 49,52 ---- Index: RGBSplit.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/RGBSplit.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGBSplit.cc 11 Aug 2003 18:22:42 -0000 1.4 --- RGBSplit.cc 2 Jan 2005 14:44:00 -0000 1.5 *************** *** 25,28 **** --- 25,29 ---- #include "Image.h" + using namespace std; class RGBSplit; Index: CTextLine.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/CTextLine.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CTextLine.cc 27 Jul 2004 20:32:34 -0000 1.2 --- CTextLine.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 20,23 **** --- 20,25 ---- #include <assert.h> + using namespace std; + DECLARE_TYPE(CTextLine); Index: ComponentsData.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ComponentsData.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ComponentsData.cc 13 Aug 2004 15:52:45 -0000 1.7 --- ComponentsData.cc 2 Jan 2005 14:44:00 -0000 1.8 *************** *** 18,21 **** --- 18,23 ---- #include "FlowException.h" + using namespace std; + DECLARE_TYPE(ComponentsData); Index: SymbolCounter.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/SymbolCounter.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SymbolCounter.cc 27 Jul 2004 20:32:34 -0000 1.2 --- SymbolCounter.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 24,27 **** --- 24,29 ---- #include "assert.h" + using namespace std; + class SymbolCounter; Index: types.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/types.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** types.cc 26 Apr 2002 23:39:37 -0000 1.1 --- types.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 19,22 **** --- 19,24 ---- #define _TYPES_CC_ + using namespace std; + #include "types.h" Index: ColorTracker.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ColorTracker.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ColorTracker.cc 24 Aug 2004 15:52:59 -0000 1.7 --- ColorTracker.cc 2 Jan 2005 14:44:00 -0000 1.8 *************** *** 22,25 **** --- 22,27 ---- #include <assert.h> + using namespace std; + class ColorTracker; Index: ScalePrint.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/ScalePrint.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ScalePrint.cc 27 Jul 2004 20:32:34 -0000 1.2 --- ScalePrint.cc 2 Jan 2005 14:44:00 -0000 1.3 *************** *** 25,28 **** --- 25,30 ---- #include "Vector.h" + using namespace std; + class ScalePrint; Index: Bt848.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Bt848.cc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Bt848.cc 27 Jul 2004 20:32:34 -0000 1.5 --- Bt848.cc 2 Jan 2005 14:44:00 -0000 1.6 *************** *** 34,37 **** --- 34,39 ---- #include <sys/mman.h> + using namespace std; + DECLARE_NODE(Bt848) /*Node Index: lines.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/lines.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lines.cc 3 Jun 2002 18:29:13 -0000 1.1 --- lines.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- #include <stdlib.h> + using namespace std; + // Constructeur LineArray::LineArray() : m_count(0) Index: Magn2EdgeMap.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Vision/src/Magn2EdgeMap.cc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Magn2EdgeMap.cc 3 Jun 2002 18:29:13 -0000 1.1 --- Magn2EdgeMap.cc 2 Jan 2005 14:44:00 -0000 1.2 *************** *** 32,35 **** --- 32,36 ---- #include "types.h" + using namespace std; class Magn2EdgeMap; |