nedtools.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef __NEDTOOLS_H
00019 #define __NEDTOOLS_H
00020
00021 #include "nedelements.h"
00022
00023 NAMESPACE_BEGIN
00024
00030 class NEDXML_API NEDTools
00031 {
00032 public:
00037 static void repairNEDElementTree(NEDElement *tree);
00038
00043 static void splitToFiles(FilesElement *tree);
00044 };
00045
00046 NAMESPACE_END
00047
00048
00049 #endif
00050