ExplicitStructuredGrid_server_manager_modules.h
Go to the documentation of this file.
1 #ifndef ExplicitStructuredGrid_server_manager_modules_h
2 #define ExplicitStructuredGrid_server_manager_modules_h
3 
5 #include <string>
6 #include <vector>
7 
8 void ExplicitStructuredGrid_server_manager_modules_initialize(std::vector<std::string>& xmls)
9 {
10  (void)xmls;
11  {
13  xmls.push_back(init_string);
14  delete [] init_string;
15  }
16  {
18  xmls.push_back(init_string);
19  delete [] init_string;
20  }
21 }
22 
23 #endif
char * ExplicitStructuredGrid_server_manager_modulesExplicitStructuredGridGetInterfaces()
char * ExplicitStructuredGrid_server_manager_modulesExplicitStructuredGridPythonExtractorGetInterfaces()
void ExplicitStructuredGrid_server_manager_modules_initialize(std::vector< std::string > &xmls)