AnalyzeNIfTIReaderWriter_server_manager_modules_data.h
Go to the documentation of this file.
1 // Loadable modules
2 //
3 // Generated by ../../bin/vtkProcessXML-pv5.12
4 //
5 #ifndef AnalyzeNIfTIReaderWriter_server_manager_modules_data_h
6 #define AnalyzeNIfTIReaderWriter_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/AnalyzeNIfTIReaderWriter/NIfTIIO/AnalyzeNIfTISM.xml
15 "<ServerManagerConfiguration>\n"
16 " <ProxyGroup name=\"sources\">\n"
17 "\n"
18 " <SourceProxy name=\"AnalyzeReader\" class=\"vtkAnalyzeReader\" label=\"Analyze reader\">\n"
19 " <Documentation\n"
20 " short_help=\"Read Analyze data files.\"\n"
21 " long_help=\"Read Analyze image data files\">\n"
22 " The Analyze reader reads Analyze data and header files containing image\n"
23 " data file. The expected file extensions are .img and .hdr.\n"
24 " </Documentation>\n"
25 "\n"
26 " <StringVectorProperty\n"
27 " name=\"FileName\"\n"
28 " animateable=\"0\"\n"
29 " command=\"SetFileName\"\n"
30 " number_of_elements=\"1\">\n"
31 " <FileListDomain name=\"files\"/>\n"
32 " <Documentation>\n"
33 " This property specifies the file name for the Analyze reader.\n"
34 " </Documentation>\n"
35 " </StringVectorProperty>\n"
36 "\n"
37 " <Hints>\n"
38 " <ReaderFactory extensions=\"img hdr\" file_description=\"Analyze Files (Plugin)\" />\n"
39 " </Hints>\n"
40 " <!-- End AnalyzeReader -->\n"
41 " </SourceProxy>\n"
42 "\n"
43 " <SourceProxy name=\"NIfTIReader\"\n"
44 " class=\"vtkNIfTIReader\"\n"
45 " label=\"NIfTI Volume reader\">\n"
46 " <Documentation\n"
47 " short_help=\"Read NIfTI Volume data files.\"\n"
48 " long_help=\"Read NIfTI Volume NII image data files\">\n"
49 " The NIfTI Volume reader reads NIfTI files containing image data. The expected file extensions are .nii.\n"
50 " </Documentation>\n"
51 " <StringVectorProperty\n"
52 " name=\"FileName\"\n"
53 " animateable=\"0\"\n"
54 " command=\"SetFileName\"\n"
55 " number_of_elements=\"1\">\n"
56 " <FileListDomain name=\"files\"/>\n"
57 " <Documentation>\n"
58 " This property specifies the file name for the NIfTI Volume reader.\n"
59 " </Documentation>\n"
60 " </StringVectorProperty>\n"
61 "\n"
62 " <Hints>\n"
63 " <ReaderFactory extensions=\"nii img hdr\" file_description=\"NIfTI Files (Plugin)\" />\n"
64 " </Hints>\n"
65 " <!-- End NIfTIReader -->\n"
66 " </SourceProxy>\n"
67 "\n"
68 " </ProxyGroup>\n"
69 "\n"
70 " <ProxyGroup name=\"writers\">\n"
71 "\n"
72 " <WriterProxy name=\"AnalyzeWriter\" class=\"vtkAnalyzeWriter\"\n"
73 " base_proxygroup=\"internal_writers\" base_proxyname=\"DataWriterBase\">\n"
74 " <Documentation\n"
75 " short_help=\"Write Analyze files\">\n"
76 " Writer to write Analyze files.\n"
77 " </Documentation>\n"
78 " <InputProperty name=\"Input\" command=\"SetInputConnection\">\n"
79 " <ProxyGroupDomain name=\"groups\">\n"
80 " <Group name=\"sources\"/>\n"
81 " <Group name=\"filters\"/>\n"
82 " </ProxyGroupDomain>\n"
83 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
84 " <DataType value=\"vtkImageData\"/>\n"
85 " </DataTypeDomain>\n"
86 " </InputProperty>\n"
87 " <StringVectorProperty\n"
88 " name=\"FileName\"\n"
89 " command=\"SetFileName\"\n"
90 " number_of_elements=\"1\">\n"
91 " <Documentation>\n"
92 " The name of the file to be written.\n"
93 " </Documentation>\n"
94 " </StringVectorProperty>\n"
95 " <Hints>\n"
96 " <Property name=\"Input\" show=\"0\"/>\n"
97 " <Property name=\"FileName\" show=\"0\"/>\n"
98 " <WriterFactory extensions=\"img\" file_description=\"Analyze File Format (Plugin)\"/>\n"
99 " </Hints>\n"
100 " </WriterProxy>\n"
101 "\n"
102 " <WriterProxy name=\"NIfTIWriter\" class=\"vtkNIfTIWriter\"\n"
103 " base_proxygroup=\"internal_writers\" base_proxyname=\"DataWriterBase\">\n"
104 " <Documentation\n"
105 " short_help=\"Write NIfTI files\">\n"
106 " Writer to write NIfTI files.\n"
107 " </Documentation>\n"
108 " <InputProperty name=\"Input\" command=\"SetInputConnection\">\n"
109 " <ProxyGroupDomain name=\"groups\">\n"
110 " <Group name=\"sources\"/>\n"
111 " <Group name=\"filters\"/>\n"
112 " </ProxyGroupDomain>\n"
113 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
114 " <DataType value=\"vtkImageData\"/>\n"
115 " </DataTypeDomain>\n"
116 " </InputProperty>\n"
117 " <StringVectorProperty\n"
118 " name=\"FileName\"\n"
119 " command=\"SetFileName\"\n"
120 " number_of_elements=\"1\">\n"
121 " <Documentation>\n"
122 " The name of the file to be written.\n"
123 " </Documentation>\n"
124 " </StringVectorProperty>\n"
125 " <Hints>\n"
126 " <Property name=\"Input\" show=\"0\"/>\n"
127 " <Property name=\"FileName\" show=\"0\"/>\n"
128 " <WriterFactory extensions=\"nii\" file_description=\"NIfTI File Format (Plugin)\"/>\n"
129 " </Hints>\n"
130 " </WriterProxy>\n"
131 "\n"
132 " </ProxyGroup>\n"
133 "\n"
134 "</ServerManagerConfiguration>\n"
135 "\n";
136 // Get single string
138 {
139 
141  size_t len = ( 0
142  + len0 );
143  char* res = new char[ len + 1];
144  size_t offset = 0;
146  assert(offset == len);
147  res[offset] = 0;
148  return res;
149 }
150 
151 
152 
153 #endif
offset
char * AnalyzeNIfTIReaderWriter_server_manager_modulesAnalyzeNIfTISMGetInterfaces()
static const char *const AnalyzeNIfTIReaderWriter_server_manager_modulesAnalyzeNIfTISMInterface0