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

FileXML.hpp

Go to the documentation of this file.
00001 
00006 class XMLWriter
00007         {
00008         protected:
00009                 //members
00010                 char* namefile;
00011                 ofstream* xmlf;
00012                 //functions
00013                 void XMLHeader();
00014                 void CCIWrite(Image*,vector<Cc> &);
00015                 void CCWrite(Cc &);
00016                 void ITWrite(Image**,int,char*);
00017                 void FIWrite(vector<Cc> &,vector<Cr> &);
00018                 void FWrite(Cc &,Cr &);
00019         public:
00020                 //functions
00021                 XMLWriter(Image*,vector<Cc> &,char*);
00022                 XMLWriter(Image**,int,char*);
00023                 XMLWriter(vector<Cc> &,vector<Cr> &,char*);
00024         };
00025 

Generated on Mon May 31 22:42:45 2004 for CCLib by doxygen1.3