MooseXfemClip_server_manager_modules_data.h
Go to the documentation of this file.
1 // Loadable modules
2 //
3 // Generated by ../../bin/vtkProcessXML-pv5.9
4 //
5 #ifndef MooseXfemClip_server_manager_modules_data_h
6 #define MooseXfemClip_server_manager_modules_data_h
7 
8 #include <string.h>
9 #include <cassert>
10 #include <algorithm>
11 
12 
13 // From file /builds/gitlab-kitware-sciviz-ci/Plugins/MooseXfemClip/Filters/MooseXfemClip.xml
15 "<!-- Copyright (c) 2017 Battelle Energy Alliance, LLC -->\n"
16 "<ServerManagerConfiguration>\n"
17 " <ProxyGroup name=\"filters\">\n"
18 " <SourceProxy name=\"MooseXfemClip\" class=\"vtkMooseXfemClip\" label=\"MooseXfemClip\">\n"
19 " <Documentation\n"
20 " long_help=\"Clip partial elements cut by the XFEM cut plane in codes based on the MOOSE framework.\"\n"
21 " short_help=\"Clip partial elements cut by XFEM in MOOSE models.\">\n"
22 " </Documentation>\n"
23 "\n"
24 " <InputProperty\n"
25 " name=\"Input\"\n"
26 " command=\"SetInputConnection\">\n"
27 " <ProxyGroupDomain name=\"groups\">\n"
28 " <Group name=\"sources\" />\n"
29 " <Group name=\"filters\" />\n"
30 " </ProxyGroupDomain>\n"
31 " <DataTypeDomain name=\"input_type\">\n"
32 " <DataType value=\"vtkDataSet\" />\n"
33 " </DataTypeDomain>\n"
34 " </InputProperty>\n"
35 " </SourceProxy>\n"
36 " </ProxyGroup>\n"
37 "</ServerManagerConfiguration>\n"
38 "\n";
39 // Get single string
41 {
42 
44  size_t len = ( 0
45  + len0 );
46  char* res = new char[ len + 1];
47  size_t offset = 0;
49  assert(offset == len);
50  res[offset] = 0;
51  return res;
52 }
53 
54 
55 
56 #endif
offset
static const char *const MooseXfemClip_server_manager_modulesMooseXfemClipInterface0
char * MooseXfemClip_server_manager_modulesMooseXfemClipGetInterfaces()