LegacyExodusWriter_server_manager_data.h
Go to the documentation of this file.
1 // Loadable modules
2 //
3 // Generated by /builds/gitlab-kitware-sciviz-ci/build/bin/vtkProcessXML-pv6.0
4 //
5 #ifndef LegacyExodusWriter_server_manager_data_h
6 #define LegacyExodusWriter_server_manager_data_h
7 
8 #include <cstring>
9 #include <cassert>
10 #include <algorithm>
11 
12 
13 // From file /builds/gitlab-kitware-sciviz-ci/Plugins/LegacyExodusWriter/LegacyExodusWriter.xml
15 "<ServerManagerConfiguration>\n"
16 " <!-- ================================================================= -->\n"
17 " <ProxyGroup name=\"writers\">\n"
18 " <PWriterProxy class=\"vtkExodusIIWriter\"\n"
19 " name=\"LegacyExodusIIWriter\"\n"
20 " label=\"Legacy Exodus II Writer\"\n"
21 " base_proxygroup=\"writers\"\n"
22 " base_proxyname=\"ExodusIIWriter\">\n"
23 " <Hints>\n"
24 " <Property name=\"Input\"\n"
25 " show=\"0\"/>\n"
26 " <Property name=\"FileName\"\n"
27 " show=\"0\"/>\n"
28 " <Property name=\"GhostLevel\"\n"
29 " show=\"0\"/>\n"
30 " <Property name=\"IgnoreMetaDataWarning\"\n"
31 " show=\"0\"/>\n"
32 " <WriterFactory extensions=\"g e ex2 ex2v2 exo gen exoII exoii\"\n"
33 " file_description=\"Exodus II File\"/>\n"
34 " </Hints>\n"
35 " </PWriterProxy>\n"
36 "\n"
37 " <!-- =================================================================== -->\n"
38 " <ProxyGroup name=\"extract_writers\">\n"
39 " <DataExtractWriterProxy name=\"LegacyExodus\">\n"
40 " <Documentation>\n"
41 " Extract writer to write data using the Exodus file format.\n"
42 " </Documentation>\n"
43 " <StringVectorProperty name=\"FileName\"\n"
44 " number_of_elements=\"1\"\n"
45 " default_values=\"dataset_{timestep:06d}.ex2\">\n"
46 " <Documentation>\n"
47 " Specify the filename to use.\n"
48 " </Documentation>\n"
49 " </StringVectorProperty>\n"
50 " <SubProxy>\n"
51 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"LegacyExodusIIWriter\"/>\n"
52 " <ExposedProperties>\n"
53 " <Property name=\"Input\"/>\n"
54 " </ExposedProperties>\n"
55 " </SubProxy>\n"
56 "\n"
57 " <Hints>\n"
58 " <ShowInMenu category=\"Data\"/>\n"
59 " </Hints>\n"
60 " <!-- end of Exodus -->\n"
61 " </DataExtractWriterProxy>\n"
62 "\n"
63 " <!-- end of \"extract_writers\" -->\n"
64 " </ProxyGroup>\n"
65 " </ProxyGroup>\n"
66 "</ServerManagerConfiguration>\n"
67 "\n";
68 // Get single string
70 {
71 
73  size_t len = ( 0
74  + len0 );
75  char* res = new char[ len + 1];
76  size_t offset = 0;
78  assert(offset == len);
79  res[offset] = 0;
80  return res;
81 }
82 
83 
84 
85 #endif
static const char *const LegacyExodusWriter_server_managerLegacyExodusWriterInterface0
offset
char * LegacyExodusWriter_server_managerLegacyExodusWriterGetInterfaces()