5 #ifndef GMVReader_server_manager_modules_data_h 6 #define GMVReader_server_manager_modules_data_h 15 "<ServerManagerConfiguration>\n" 16 " <ProxyGroup name=\"internal_sources\">\n" 17 " <!-- GMVReader -->\n" 18 " <SourceProxy name=\"GMVReader\"\n" 19 " class=\"vtkGMVReader\"\n" 20 " label=\"GMV Reader\">\n" 21 " <Documentation short_help=\"Read a dataset in GMV format.\"\n" 22 " long_help=\"Read binary or ASCII files stored in GMV format.\">\n" 23 " The GMV reader reads binary or ASCII files stored in GMV format.\n" 24 " The default file extension is .gmv. The output of this reader is\n" 25 " a multi-block dataset.\n" 28 " <StringVectorProperty name=\"FileName\"\n" 29 " animateable=\"0\"\n" 30 " command=\"SetFileName\"\n" 31 " number_of_elements=\"1\"\n" 32 " panel_visibility=\"never\">\n" 33 " <FileListDomain name=\"files\" />\n" 35 " This property specifies the file name for the GMV reader.\n" 37 " </StringVectorProperty>\n" 39 " <StringVectorProperty name=\"PointArrayInfo\"\n" 40 " information_only=\"1\">\n" 41 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 42 " </StringVectorProperty>\n" 44 " <StringVectorProperty name=\"PointArrayStatus\"\n" 45 " command=\"SetPointArrayStatus\"\n" 46 " number_of_elements=\"2\"\n" 47 " repeat_command=\"1\"\n" 48 " number_of_elements_per_command=\"2\"\n" 49 " element_types=\"2 0\"\n" 50 " information_property=\"PointArrayInfo\"\n" 51 " label=\"Point Arrays\">\n" 52 " <ArraySelectionDomain name=\"array_list\">\n" 53 " <RequiredProperties>\n" 54 " <Property name=\"PointArrayInfo\" function=\"ArrayList\" />\n" 55 " </RequiredProperties>\n" 56 " </ArraySelectionDomain>\n" 58 " This property contains a list of the point-centered arrays to read.\n" 60 " </StringVectorProperty>\n" 62 " <StringVectorProperty name=\"CellArrayInfo\"\n" 63 " information_only=\"1\">\n" 64 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 65 " </StringVectorProperty>\n" 67 " <StringVectorProperty name=\"CellArrayStatus\"\n" 68 " command=\"SetCellArrayStatus\"\n" 69 " number_of_elements=\"2\"\n" 70 " repeat_command=\"1\"\n" 71 " number_of_elements_per_command=\"2\"\n" 72 " element_types=\"2 0\"\n" 73 " information_property=\"CellArrayInfo\"\n" 74 " label=\"Cell Arrays\">\n" 75 " <ArraySelectionDomain name=\"array_list\">\n" 76 " <RequiredProperties>\n" 77 " <Property name=\"CellArrayInfo\" function=\"ArrayList\" />\n" 78 " </RequiredProperties>\n" 79 " </ArraySelectionDomain>\n" 81 " This property contains a list of the cell-centered arrays to read.\n" 83 " </StringVectorProperty>\n" 85 " <StringVectorProperty name=\"FieldArrayInfo\"\n" 86 " information_only=\"1\">\n" 87 " <ArraySelectionInformationHelper attribute_name=\"Field\" />\n" 88 " </StringVectorProperty>\n" 90 " <StringVectorProperty name=\"FieldArrayStatus\"\n" 91 " command=\"SetFieldArrayStatus\"\n" 92 " number_of_elements=\"2\"\n" 93 " repeat_command=\"1\"\n" 94 " number_of_elements_per_command=\"2\"\n" 95 " element_types=\"2 0\"\n" 96 " information_property=\"FieldArrayInfo\"\n" 97 " label=\"Field Arrays\">\n" 98 " <ArraySelectionDomain name=\"array_list\">\n" 99 " <RequiredProperties>\n" 100 " <Property name=\"FieldArrayInfo\" function=\"ArrayList\" />\n" 101 " </RequiredProperties>\n" 102 " </ArraySelectionDomain>\n" 104 " This property contains a list of the global variables to read.\n" 105 " </Documentation>\n" 106 " </StringVectorProperty>\n" 108 " <IntVectorProperty name=\"HasTracers\"\n" 109 " command=\"GetHasTracers\"\n" 110 " information_only=\"1\">\n" 111 " <SimpleIntInformationHelper/>\n" 112 " </IntVectorProperty>\n" 114 " <IntVectorProperty name=\"ImportTracers\"\n" 115 " command=\"SetImportTracers\"\n" 116 " number_of_elements=\"1\"\n" 117 " default_values=\"1\" >\n" 118 " <BooleanDomain name=\"bool\"/>\n" 120 " If this property is set to 1, tracers will be read (and stored in a separate block).\n" 121 " </Documentation>\n" 123 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 124 " mode=\"enabled_state\"\n" 125 " property=\"HasTracers\"\n" 128 " </IntVectorProperty>\n" 130 " <IntVectorProperty name=\"HasPolygons\"\n" 131 " command=\"GetHasPolygons\"\n" 132 " information_only=\"1\">\n" 133 " <SimpleIntInformationHelper/>\n" 134 " </IntVectorProperty>\n" 136 " <IntVectorProperty name=\"ImportPolygons\"\n" 137 " command=\"SetImportPolygons\"\n" 138 " number_of_elements=\"1\"\n" 139 " default_values=\"1\" >\n" 140 " <BooleanDomain name=\"bool\"/>\n" 142 " If this property is set to 1, polygons will be read (and stored in a separate block).\n" 143 " </Documentation>\n" 145 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 146 " mode=\"enabled_state\"\n" 147 " property=\"HasPolygons\"\n" 150 " </IntVectorProperty>\n" 152 " <IntVectorProperty name=\"HasProbtimeKeyword\"\n" 153 " command=\"GetHasProbtimeKeyword\"\n" 154 " information_only=\"1\">\n" 155 " <SimpleIntInformationHelper/>\n" 156 " </IntVectorProperty>\n" 158 " <!-- End GMVReader -->\n" 162 " <ProxyGroup name=\"sources\">\n" 163 " <!-- Begin GMVSeriesReader -->\n" 164 " <SourceProxy name=\"GMVSeriesReader\"\n" 165 " class=\"vtkFileSeriesReader\"\n" 166 " label=\"GMV Reader\"\n" 167 " si_class=\"vtkSIMetaReaderProxy\"\n" 168 " file_name_method=\"SetFileName\">\n" 170 " short_help=\"Read a dataset in GMV format.\"\n" 171 " long_help=\"Read binary or ASCII files stored in GMV format.\">\n" 172 " The GMV reader reads binary or ASCII files stored in GMV format.\n" 173 " The default file extension is .gmv. The output of this reader is\n" 174 " a multi-block dataset.\n" 175 " This reader also supports file series.\n" 176 " </Documentation>\n" 179 " <ReaderFactory extensions=\"gmv\"\n" 180 " file_description=\"GMV Binary/ASCII Files (Plugin)\" />\n" 184 " <Proxy name=\"Reader\"\n" 185 " proxygroup=\"internal_sources\"\n" 186 " proxyname=\"GMVReader\">\n" 188 " <ExposedProperties>\n" 189 " <Property name=\"CellArrayInfo\" />\n" 190 " <Property name=\"CellArrayStatus\" />\n" 191 " <Property name=\"PointArrayInfo\" />\n" 192 " <Property name=\"PointArrayStatus\" />\n" 193 " <Property name=\"FieldArrayInfo\" />\n" 194 " <Property name=\"FieldArrayStatus\" />\n" 195 " <Property name=\"HasTracers\" />\n" 196 " <Property name=\"ImportTracers\" />\n" 197 " <Property name=\"HasPolygons\" />\n" 198 " <Property name=\"ImportPolygons\" />\n" 199 " <Property name=\"HasProbtimeKeyword\" />\n" 200 " </ExposedProperties>\n" 203 " <StringVectorProperty name=\"FileNameInfo\"\n" 204 " command=\"GetCurrentFileName\"\n" 205 " information_only=\"1\" >\n" 206 " <SimpleStringInformationHelper />\n" 207 " </StringVectorProperty>\n" 209 " <StringVectorProperty name=\"FileNames\"\n" 210 " clean_command=\"RemoveAllFileNames\"\n" 211 " command=\"AddFileName\"\n" 212 " animateable=\"0\"\n" 213 " number_of_elements=\"0\"\n" 214 " repeat_command=\"1\"\n" 215 " information_property=\"FileNameInfo\"\n" 216 " panel_visibility=\"never\">\n" 217 " <FileListDomain name=\"files\" />\n" 219 " The list of files to be read by the reader. If more than 1 file is\n" 220 " specified, the reader will switch to file series mode in which it will\n" 221 " pretend that it can support time and provide 1 file per time step.\n" 222 " </Documentation>\n" 223 " </StringVectorProperty>\n" 225 " <DoubleVectorProperty name=\"TimestepValues\"\n" 226 " repeatable=\"1\"\n" 227 " information_only=\"1\">\n" 228 " <TimeStepsInformationHelper/>\n" 230 " Available time step values.\n" 231 " </Documentation>\n" 232 " </DoubleVectorProperty>\n" 234 " <!-- // Purposely ignore reader time by default. Otherwise, trying to\n" 235 " // open a series consisting of a few hundred GMV files of size\n" 236 " // 100 MiB each takes approximately half an hour. -->\n" 237 " <IntVectorProperty name=\"IgnoreReaderTime\"\n" 238 " command=\"SetIgnoreReaderTime\"\n" 239 " number_of_elements=\"1\"\n" 240 " animateable=\"0\"\n" 241 " default_values=\"1\"\n" 242 " label=\"Ignore stored time step values / PROBTIME keyword\">\n" 243 " <BooleanDomain name=\"bool\" />\n" 245 " Toggle whether to ignore time step values stored with PROBTIME keyword.\n" 246 " If unchecked, the entire file sequence (!) is parsed once to\n" 247 " determine time step values. Depending on its total size, this can\n" 248 " take a considerable amount of time. Also, if checked, files with\n" 249 " duplicate time step values will be ignored. (Convenient for\n" 250 " restarted simulations where simulated times overlap.)\n" 251 " If checked, fake time step values will be used. This allows for\n" 252 " stepping through all files of a given series even if all files contain\n" 253 " the PROBTIME keyword and all specify a dummy setting of e.g. 0.000.\n" 254 " </Documentation>\n" 255 " </IntVectorProperty>\n" 257 " <!-- End of GMVSeriesReader -->\n" 260 "</ServerManagerConfiguration>\n" 269 char* res =
new char[ len + 1];
272 assert(offset == len);
char * GMVReader_server_manager_modulesGMVReaderSMGetInterfaces()
static const char *const GMVReader_server_manager_modulesGMVReaderSMInterface0