Plugins
ContourLabelPlugin
CMakeFiles
ContourLabelPlugin_server_manager_modules
ContourLabelPlugin_server_manager_modules.h
Go to the documentation of this file.
1
#ifndef ContourLabelPlugin_server_manager_modules_h
2
#define ContourLabelPlugin_server_manager_modules_h
3
4
#include "
ContourLabelPlugin_server_manager_modules_data.h
"
5
#include <string>
6
#include <vector>
7
8
inline
void
ContourLabelPlugin_server_manager_modules_initialize
(std::vector<std::string>& xmls)
9
{
10
(void)xmls;
11
{
12
char
*init_string =
ContourLabelPlugin_server_manager_modulesContourLabelPluginGetInterfaces
();
13
xmls.emplace_back(init_string);
14
delete
[] init_string;
15
}
16
}
17
18
#endif
ContourLabelPlugin_server_manager_modules_initialize
void ContourLabelPlugin_server_manager_modules_initialize(std::vector< std::string > &xmls)
Definition:
ContourLabelPlugin_server_manager_modules.h:8
ContourLabelPlugin_server_manager_modules_data.h
ContourLabelPlugin_server_manager_modulesContourLabelPluginGetInterfaces
char * ContourLabelPlugin_server_manager_modulesContourLabelPluginGetInterfaces()
Definition:
ContourLabelPlugin_server_manager_modules_data.h:195
Generated by
1.8.13 on Tue Dec 3 2024