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