5 #ifndef EnSightGoldCombinedReader_server_manager_data_h 6 #define EnSightGoldCombinedReader_server_manager_data_h 15 "<ServerManagerConfiguration>\n" 16 " <!-- ==================================================================== -->\n" 17 " <ProxyGroup name=\"sources\">\n" 18 " <SourceProxy name=\"EnSightGoldCombinedReader\"\n" 19 " label=\"EnSight Gold Combined Reader\"\n" 20 " class=\"vtkEnSightGoldCombinedReader\">\n" 21 " <Documentation short_help=\"Read EnSight Gold files.\">\n" 22 " Reader for EnSight Gold binary and ASCII files.\n" 24 " <DoubleVectorProperty information_only=\"1\"\n" 25 " name=\"TimestepValues\"\n" 26 " repeatable=\"1\">\n" 27 " <TimeStepsInformationHelper />\n" 28 " <Documentation>Available timestep values.</Documentation>\n" 29 " </DoubleVectorProperty>\n" 30 " <StringVectorProperty\n" 31 " name=\"CaseFileName\"\n" 32 " animateable=\"0\"\n" 33 " command=\"SetCaseFileName\"\n" 34 " number_of_elements=\"1\">\n" 35 " <FileListDomain name=\"files\"/>\n" 37 " This property sets the case file to be read.\n" 39 " </StringVectorProperty>\n" 41 " <ReaderFactory extensions=\"case CASE Case encas ENCAS Encas\"\n" 42 " file_description=\"EnSight Gold files\" />\n" 45 " <StringVectorProperty name=\"BlockInfo\"\n" 46 " command=\"GetPartSelection\"\n" 47 " number_of_elements_per_command=\"2\"\n" 48 " information_only=\"1\"\n" 49 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 50 " <StringVectorProperty\n" 52 " command=\"GetPartSelection\"\n" 53 " information_property=\"BlockInfo\"\n" 54 " number_of_elements_per_command=\"2\"\n" 55 " element_types=\"2 0\"\n" 56 " repeat_command=\"1\"\n" 57 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 58 " <ArraySelectionDomain name=\"array_list\">\n" 59 " <RequiredProperties>\n" 60 " <Property function=\"ArrayList\" name=\"BlockInfo\" />\n" 61 " </RequiredProperties>\n" 62 " </ArraySelectionDomain>\n" 63 " <Documentation>Select which data elements to read.</Documentation>\n" 64 " </StringVectorProperty>\n" 65 " <StringVectorProperty name=\"PointArrayInfo\"\n" 66 " command=\"GetPointArraySelection\"\n" 67 " number_of_elements_per_command=\"2\"\n" 68 " information_only=\"1\"\n" 69 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 70 " <StringVectorProperty\n" 71 " name=\"Point Arrays\"\n" 72 " command=\"GetPointArraySelection\"\n" 73 " information_property=\"PointArrayInfo\"\n" 74 " number_of_elements_per_command=\"2\"\n" 75 " element_types=\"2 0\"\n" 76 " repeat_command=\"1\"\n" 77 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 78 " <ArraySelectionDomain name=\"array_list\">\n" 79 " <RequiredProperties>\n" 80 " <Property function=\"ArrayList\" name=\"PointArrayInfo\" />\n" 81 " </RequiredProperties>\n" 82 " </ArraySelectionDomain>\n" 83 " <Documentation>Select which point arrays to read.</Documentation>\n" 84 " </StringVectorProperty>\n" 85 " <StringVectorProperty name=\"CellArrayInfo\"\n" 86 " command=\"GetCellArraySelection\"\n" 87 " number_of_elements_per_command=\"2\"\n" 88 " information_only=\"1\"\n" 89 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 90 " <StringVectorProperty\n" 91 " name=\"Cell Arrays\"\n" 92 " command=\"GetCellArraySelection\"\n" 93 " information_property=\"CellArrayInfo\"\n" 94 " number_of_elements_per_command=\"2\"\n" 95 " element_types=\"2 0\"\n" 96 " repeat_command=\"1\"\n" 97 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 98 " <ArraySelectionDomain name=\"array_list\">\n" 99 " <RequiredProperties>\n" 100 " <Property function=\"ArrayList\" name=\"CellArrayInfo\" />\n" 101 " </RequiredProperties>\n" 102 " </ArraySelectionDomain>\n" 103 " <Documentation>Select which cell arrays to read.</Documentation>\n" 104 " </StringVectorProperty>\n" 105 " <StringVectorProperty name=\"FieldArrayInfo\"\n" 106 " command=\"GetFieldArraySelection\"\n" 107 " number_of_elements_per_command=\"2\"\n" 108 " information_only=\"1\"\n" 109 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 110 " <StringVectorProperty\n" 111 " name=\"Field Arrays\"\n" 112 " command=\"GetFieldArraySelection\"\n" 113 " information_property=\"FieldArrayInfo\"\n" 114 " number_of_elements_per_command=\"2\"\n" 115 " element_types=\"2 0\"\n" 116 " repeat_command=\"1\"\n" 117 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 118 " <ArraySelectionDomain name=\"array_list\">\n" 119 " <RequiredProperties>\n" 120 " <Property function=\"ArrayList\" name=\"FieldArrayInfo\" />\n" 121 " </RequiredProperties>\n" 122 " </ArraySelectionDomain>\n" 123 " <Documentation>Select which field data arrays to read.</Documentation>\n" 124 " </StringVectorProperty>\n" 126 " <SourceProxy name=\"EnSightSOSGoldReader\"\n" 127 " label=\"EnSight SOS Gold Reader\"\n" 128 " class=\"vtkEnSightSOSGoldReader\">\n" 129 " <Documentation short_help=\"Read EnSight Gold SOS files.\">\n" 130 " Reader for EnSight Gold SOS files.\n" 131 " </Documentation>\n" 132 " <DoubleVectorProperty information_only=\"1\"\n" 133 " name=\"TimestepValues\"\n" 134 " repeatable=\"1\">\n" 135 " <TimeStepsInformationHelper />\n" 136 " <Documentation>Available timestep values.</Documentation>\n" 137 " </DoubleVectorProperty>\n" 138 " <StringVectorProperty\n" 139 " name=\"CaseFileName\"\n" 140 " animateable=\"0\"\n" 141 " command=\"SetCaseFileName\"\n" 142 " number_of_elements=\"1\">\n" 143 " <FileListDomain name=\"files\"/>\n" 145 " This property sets the SOS file to be read.\n" 146 " </Documentation>\n" 147 " </StringVectorProperty>\n" 149 " <ReaderFactory extensions=\"sos SOS\"\n" 150 " file_description=\"EnSight Gold Server of Server (SOS) files\" />\n" 152 " <StringVectorProperty name=\"BlockInfo\"\n" 153 " command=\"GetPartSelection\"\n" 154 " number_of_elements_per_command=\"2\"\n" 155 " information_only=\"1\"\n" 156 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 157 " <StringVectorProperty\n" 159 " command=\"GetPartSelection\"\n" 160 " information_property=\"BlockInfo\"\n" 161 " number_of_elements_per_command=\"2\"\n" 162 " element_types=\"2 0\"\n" 163 " repeat_command=\"1\"\n" 164 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 165 " <ArraySelectionDomain name=\"array_list\">\n" 166 " <RequiredProperties>\n" 167 " <Property function=\"ArrayList\" name=\"BlockInfo\" />\n" 168 " </RequiredProperties>\n" 169 " </ArraySelectionDomain>\n" 170 " <Documentation>Select which data elements to read.</Documentation>\n" 171 " </StringVectorProperty>\n" 172 " <StringVectorProperty name=\"PointArrayInfo\"\n" 173 " command=\"GetPointArraySelection\"\n" 174 " number_of_elements_per_command=\"2\"\n" 175 " information_only=\"1\"\n" 176 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 177 " <StringVectorProperty\n" 178 " name=\"Point Arrays\"\n" 179 " command=\"GetPointArraySelection\"\n" 180 " information_property=\"PointArrayInfo\"\n" 181 " number_of_elements_per_command=\"2\"\n" 182 " element_types=\"2 0\"\n" 183 " repeat_command=\"1\"\n" 184 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 185 " <ArraySelectionDomain name=\"array_list\">\n" 186 " <RequiredProperties>\n" 187 " <Property function=\"ArrayList\" name=\"PointArrayInfo\" />\n" 188 " </RequiredProperties>\n" 189 " </ArraySelectionDomain>\n" 190 " <Documentation>Select which point arrays to read.</Documentation>\n" 191 " </StringVectorProperty>\n" 192 " <StringVectorProperty name=\"CellArrayInfo\"\n" 193 " command=\"GetCellArraySelection\"\n" 194 " number_of_elements_per_command=\"2\"\n" 195 " information_only=\"1\"\n" 196 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 197 " <StringVectorProperty\n" 198 " name=\"Cell Arrays\"\n" 199 " command=\"GetCellArraySelection\"\n" 200 " information_property=\"CellArrayInfo\"\n" 201 " number_of_elements_per_command=\"2\"\n" 202 " element_types=\"2 0\"\n" 203 " repeat_command=\"1\"\n" 204 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 205 " <ArraySelectionDomain name=\"array_list\">\n" 206 " <RequiredProperties>\n" 207 " <Property function=\"ArrayList\" name=\"CellArrayInfo\" />\n" 208 " </RequiredProperties>\n" 209 " </ArraySelectionDomain>\n" 210 " <Documentation>Select which cell arrays to read.</Documentation>\n" 211 " </StringVectorProperty>\n" 212 " <StringVectorProperty name=\"FieldArrayInfo\"\n" 213 " command=\"GetFieldArraySelection\"\n" 214 " number_of_elements_per_command=\"2\"\n" 215 " information_only=\"1\"\n" 216 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 217 " <StringVectorProperty\n" 218 " name=\"Field Arrays\"\n" 219 " command=\"GetFieldArraySelection\"\n" 220 " information_property=\"FieldArrayInfo\"\n" 221 " number_of_elements_per_command=\"2\"\n" 222 " element_types=\"2 0\"\n" 223 " repeat_command=\"1\"\n" 224 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 225 " <ArraySelectionDomain name=\"array_list\">\n" 226 " <RequiredProperties>\n" 227 " <Property function=\"ArrayList\" name=\"FieldArrayInfo\" />\n" 228 " </RequiredProperties>\n" 229 " </ArraySelectionDomain>\n" 230 " <Documentation>Select which field data arrays to read.</Documentation>\n" 231 " </StringVectorProperty>\n" 235 "</ServerManagerConfiguration>\n" 244 char* res =
new char[ len + 1];
247 assert(offset == len);
static const char *const EnSightGoldCombinedReader_server_managerEnSightGoldCombinedReaderInterface0
char * EnSightGoldCombinedReader_server_managerEnSightGoldCombinedReaderGetInterfaces()