5 #ifndef LegacyGhostCellsGenerator_server_manager_modules_data_h 6 #define LegacyGhostCellsGenerator_server_manager_modules_data_h 15 "<ServerManagerConfiguration>\n" 16 " <ProxyGroup name=\"filters\">\n" 17 " <!-- ==================================================================== -->\n" 18 " <SourceProxy class=\"vtkUnstructuredGridGhostCellsGenerator\"\n" 19 " label=\"Legacy Ghost Cells Generator\"\n" 20 " name=\"LegacyGhostCellsGenerator\">\n" 21 " <Documentation long_help=\"Generate ghost cells for unstructured grids.\"\n" 22 " short_help=\"Generate ghost cells for unstructured grids.\">\n" 23 " The GhostCellGenerator operates on unstructured grids only.\n" 24 " This filter does not redistribute the input data, it only\n" 25 " generates ghost cells at processor boundaries by fetching\n" 26 " topological and geometrical information of those cells on\n" 27 " neighbor ranks. The filter can take advantage of global point\n" 28 " ids if they are available - if so it will perform faster,\n" 29 " otherwise point coordinates will be exchanged and processed.\n" 31 " <InputProperty command=\"SetInputConnection\"\n" 33 " <ProxyGroupDomain name=\"groups\">\n" 34 " <Group name=\"sources\" />\n" 35 " <Group name=\"filters\" />\n" 36 " </ProxyGroupDomain>\n" 37 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n" 38 " <DataType value=\"vtkUnstructuredGrid\" />\n" 39 " </DataTypeDomain>\n" 40 " <Documentation>This property specifies the input to the ghost cells\n" 41 " generator.</Documentation>\n" 43 " <IntVectorProperty command=\"SetBuildIfRequired\"\n" 44 " default_values=\"0\"\n" 45 " name=\"BuildIfRequired\"\n" 46 " number_of_elements=\"1\">\n" 47 " <Documentation>Specify if the filter must generate the ghost cells only\n" 48 " if required by the pipeline downstream. To force at least a fixed level\n" 49 " of ghosts, this must be set to 0 (unchecked).</Documentation>\n" 50 " <BooleanDomain name=\"bool\" />\n" 51 " </IntVectorProperty>\n" 52 " <IntVectorProperty command=\"SetMinimumNumberOfGhostLevels\"\n" 53 " number_of_elements=\"1\"\n" 54 " default_values=\"1\"\n" 55 " name=\"MinimumNumberOfGhosts\">\n" 56 " <IntRangeDomain name=\"range\" min=\"1\" max=\"10\" />\n" 58 " When **BuildIfRequired** if off, use this to specify the minimum number of\n" 59 " ghost cells to request. The filter may request more ghost levels than indicated if a\n" 60 " downstream filter asked for more ghost levels.\n" 63 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 64 " mode=\"enabled_state\"\n" 65 " property=\"BuildIfRequired\"\n" 67 " <!-- if BuildIfRequired !=0 , we disable this property -->\n" 69 " </IntVectorProperty>\n" 70 " <IntVectorProperty command=\"SetUseGlobalPointIds\"\n" 71 " default_values=\"1\"\n" 72 " name=\"UseGlobalIds\"\n" 73 " number_of_elements=\"1\"\n" 74 " panel_visibility=\"advanced\">\n" 75 " <Documentation>Specify if the filter must take benefit of global point\n" 76 " ids if they exist or if point coordinates should be used instead.\n" 78 " <BooleanDomain name=\"bool\" />\n" 79 " </IntVectorProperty>\n" 80 " <StringVectorProperty command=\"SetGlobalPointIdsArrayName\"\n" 81 " default_values=\"GlobalNodeIds\"\n" 82 " name=\"GlobalPointIdsArrayName\"\n" 83 " number_of_elements=\"1\"\n" 84 " panel_visibility=\"never\">\n" 85 " <Documentation>This property provides the name for the input array\n" 86 " containing the global point ids if the GlobalIds array of the point\n" 87 " data if not set. Default is GlobalNodeIds.</Documentation>\n" 89 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 90 " <Property name=\"UseGlobalIds\" function=\"boolean\" />\n" 91 " </PropertyWidgetDecorator>\n" 93 " </StringVectorProperty>\n" 94 " <!-- End vtkPUnstructuredGridGhostCellsGenerator -->\n" 97 "</ServerManagerConfiguration>\n" 106 char* res =
new char[ len + 1];
109 assert(offset == len);
static const char *const LegacyGhostCellsGenerator_server_manager_modulesLegacyGhostCellsGeneratorInterface0
char * LegacyGhostCellsGenerator_server_manager_modulesLegacyGhostCellsGeneratorGetInterfaces()