5 #ifndef SLACTools_server_manager_modules_data_h 6 #define SLACTools_server_manager_modules_data_h 15 "<ServerManagerConfiguration>\n" 16 " <ProxyGroup name=\"filters\">\n" 18 " <SourceProxy name=\"SamplePlaneSource\" class=\"vtkSamplePlaneSource\"\n" 19 " label=\"Sample Plane Source\">\n" 20 " <Documentation long_help=\"Internal filter for creating planes with even samping.\"\n" 21 " short_help=\"Plane for sampling other data.\">\n" 22 " Internal for creating planes to use for probing.\n" 25 " <InputProperty name=\"Input\" command=\"SetInputConnection\">\n" 26 " <ProxyGroupDomain name=\"groups\">\n" 27 " <Group name=\"sources\" />\n" 28 " <Group name=\"filters\" />\n" 29 " </ProxyGroupDomain>\n" 30 " <DataTypeDomain name=\"input_type\">\n" 31 " <DataType value=\"vtkDataSet\" />\n" 32 " </DataTypeDomain>\n" 34 " The input of this filter simply provides the bounds that will be used\n" 35 " to set the size of the plane.\n" 39 " <DoubleVectorProperty name=\"Center\"\n" 40 " command=\"SetCenter\"\n" 41 " number_of_elements=\"3\"\n" 42 " default_values=\"0.0 0.0 0.0\">\n" 44 " The center of the geometry created.\n" 46 " <BoundsDomain name=\"range\" mode=\"normal\" default_mode=\"mid\">\n" 47 " <RequiredProperties>\n" 48 " <Property name=\"Input\" function=\"Input\" />\n" 49 " </RequiredProperties>\n" 51 " </DoubleVectorProperty>\n" 53 " <DoubleVectorProperty name=\"Normal\"\n" 54 " command=\"SetNormal\"\n" 55 " number_of_elements=\"3\"\n" 56 " default_values=\"0.0 0.0 1.0\">\n" 58 " The normal to the plane.\n" 60 " <DoubleRangeDomain name=\"range\" />\n" 61 " </DoubleVectorProperty>\n" 63 " <IntVectorProperty name=\"Resolution\"\n" 64 " command=\"SetResolution\"\n" 65 " number_of_elements=\"1\"\n" 66 " default_values=\"100\">\n" 68 " The number of probe samples to have in each direction.\n" 70 " </IntVectorProperty>\n" 73 " <PropertyGroup type=\"Plane\">\n" 74 " <Property name=\"Center\" function=\"Origin\" />\n" 75 " <Property name=\"Normal\" function=\"Normal\" />\n" 79 " </SourceProxy> <!-- SamplePlaneSource -->\n" 81 " <SourceProxy name=\"PlaneGlyphs\" class=\"vtkSLACPlaneGlyphs\"\n" 82 " label=\"Plane Glyphs\">\n" 84 " long_help=\"Create evenly spaced glyphs on the plane.\"\n" 85 " short_help=\"Create evenly spaced glyphs on the plane.\">\n" 86 " This filter probes a volume with regularly spaced samples on a\n" 87 " plane and generates oriented glyphs. It also supports some special\n" 88 " scaling of the glyphs to look nice on electric field data.\n" 91 " <InputProperty name=\"Input\" command=\"SetInputConnection\">\n" 92 " <ProxyGroupDomain name=\"groups\">\n" 93 " <Group name=\"sources\" />\n" 94 " <Group name=\"filters\" />\n" 95 " </ProxyGroupDomain>\n" 96 " <DataTypeDomain name=\"input_type\">\n" 97 " <DataType value=\"vtkDataSet\" />\n" 98 " </DataTypeDomain>\n" 100 " The input of this filter simply provides the bounds that will be used\n" 101 " to set the size of the plane.\n" 102 " </Documentation>\n" 103 " </InputProperty>\n" 105 " <DoubleVectorProperty name=\"Center\"\n" 106 " command=\"SetCenter\"\n" 107 " number_of_elements=\"3\"\n" 108 " default_values=\"0.0 0.0 0.0\">\n" 110 " The center of the geometry created.\n" 111 " </Documentation>\n" 112 " <BoundsDomain name=\"range\" mode=\"normal\" default_mode=\"mid\">\n" 113 " <RequiredProperties>\n" 114 " <Property name=\"Input\" function=\"Input\" />\n" 115 " </RequiredProperties>\n" 117 " </DoubleVectorProperty>\n" 119 " <DoubleVectorProperty name=\"Normal\"\n" 120 " command=\"SetNormal\"\n" 121 " number_of_elements=\"3\"\n" 122 " default_values=\"0.0 0.0 1.0\">\n" 124 " The normal to the plane.\n" 125 " </Documentation>\n" 126 " <DoubleRangeDomain name=\"range\" />\n" 127 " </DoubleVectorProperty>\n" 129 " <IntVectorProperty name=\"Resolution\"\n" 130 " command=\"SetResolution\"\n" 131 " number_of_elements=\"1\"\n" 132 " default_values=\"10\">\n" 134 " The number of probe samples to have in each direction.\n" 135 " </Documentation>\n" 136 " </IntVectorProperty>\n" 139 " <PropertyGroup type=\"Plane\">\n" 140 " <Property name=\"Center\" function=\"Origin\" />\n" 141 " <Property name=\"Normal\" function=\"Normal\" />\n" 142 " </PropertyGroup>\n" 145 " </SourceProxy> <!-- PlaneGlyphs -->\n" 147 " <SourceProxy name=\"TemporalRanges\" class=\"vtkPTemporalRanges\"\n" 148 " label=\"Temporal Ranges\">\n" 149 " <Documentation long_help=\"Internal filter for finding information about ranges over time.\"\n" 150 " short_help=\"Find ranges for all time.\">\n" 151 " Internal filter for computing the ranges of fields over all time steps.\n" 152 " </Documentation>\n" 154 " <InputProperty name=\"Input\" command=\"SetInputConnection\">\n" 155 " <ProxyGroupDomain name=\"groups\">\n" 156 " <Group name=\"sources\" />\n" 157 " <Group name=\"filters\" />\n" 158 " </ProxyGroupDomain>\n" 159 " <DataTypeDomain name=\"input_type\">\n" 160 " <DataType value=\"vtkDataSet\" />\n" 161 " </DataTypeDomain>\n" 163 " The input, which should be defined over time to make things\n" 165 " </Documentation>\n" 166 " </InputProperty>\n" 169 " <View type=\"SpreadSheetView\" />\n" 172 " </SourceProxy> <!-- TemporalRanges -->\n" 174 " </ProxyGroup> <!-- filters -->\n" 175 "</ServerManagerConfiguration>\n" 184 char* res =
new char[ len + 1];
187 assert(offset == len);