LANLX3DReader_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 LANLX3DReader_server_manager_modules_data_h
6 #define LANLX3DReader_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/LANLX3DReader/Reader/LANLX3DReader.xml
15 "<ServerManagerConfiguration>\n"
16 " <ProxyGroup name=\"sources\">\n"
17 " <SourceProxy name=\"LANLX3DReader\" class=\"vtkLANLX3DReader\" label=\"LANLX3DReader\">\n"
18 " <Documentation\n"
19 " long_help=\"Read a LANL X3D (Los Alamos National Laboratory X3D format) file.\"\n"
20 " short_help=\"Read a LANL X3D file.\">\n"
21 " </Documentation>\n"
22 " <StringVectorProperty\n"
23 " name=\"FileName\"\n"
24 " animateable=\"0\"\n"
25 " command=\"SetFileName\"\n"
26 " number_of_elements=\"1\">\n"
27 " <FileListDomain name=\"files\"/>\n"
28 " <Documentation>\n"
29 " This property specifies the file name for the LANL X3D reader.\n"
30 " </Documentation>\n"
31 " </StringVectorProperty>\n"
32 " <IntVectorProperty\n"
33 " name=\"ReadAllPieces\"\n"
34 " animateable=\"0\"\n"
35 " command=\"SetReadAllPieces\"\n"
36 " number_of_elements=\"1\"\n"
37 " default_values=\"1\">\n"
38 " <Documentation>\n"
39 " Turns on/off reading of all pieces (processors) from a parallel\n"
40 " LANL X3D file set. If off, reads only the piece (one processor) specified.\n"
41 " </Documentation>\n"
42 " <BooleanDomain name=\"bool\" />\n"
43 " </IntVectorProperty>\n"
44 " <Hints>\n"
45 " <ReaderFactory\n"
46 " extensions=\"x3d\"\n"
47 " file_description=\"LANL X3D File Format\" />\n"
48 " </Hints>\n"
49 " </SourceProxy>\n"
50 " </ProxyGroup>\n"
51 "</ServerManagerConfiguration>\n"
52 "\n";
53 // Get single string
55 {
56 
58  size_t len = ( 0
59  + len0 );
60  char* res = new char[ len + 1];
61  size_t offset = 0;
63  assert(offset == len);
64  res[offset] = 0;
65  return res;
66 }
67 
68 
69 
70 #endif
offset
char * LANLX3DReader_server_manager_modulesLANLX3DReaderGetInterfaces()
static const char *const LANLX3DReader_server_manager_modulesLANLX3DReaderInterface0