5 #ifndef BivariateRepresentations_server_manager_modules_data_h 6 #define BivariateRepresentations_server_manager_modules_data_h 15 "<ServerManagerConfiguration>\n" 16 " <ProxyGroup name=\"representations\">\n" 17 " <RepresentationProxy name=\"BivariateNoiseRepresentation\"\n" 18 " class=\"vtkBivariateNoiseRepresentation\"\n" 19 " processes=\"client|renderserver|dataserver\"\n" 20 " base_proxygroup=\"representations\"\n" 21 " base_proxyname=\"SurfaceRepresentation\">\n" 23 " This representation displays the values of the secondary array in the form of noise.\n" 26 " <StringVectorProperty name=\"NoiseArray\"\n" 27 " command=\"SetInputArrayToProcess\"\n" 28 " number_of_elements=\"5\"\n" 29 " element_types=\"int int int int str\"\n" 30 " default_values=\"1 0 0 0 0\">\n" 31 " <ArrayListDomain name=\"array_list\"\n" 32 " attribute_type=\"Scalars\"\n" 33 " input_domain_name=\"input_array_point_1\">\n" 34 " <RequiredProperties>\n" 35 " <Property name=\"Input\" function=\"Input\"/>\n" 36 " </RequiredProperties>\n" 37 " </ArrayListDomain>\n" 39 " This property specifies the name of the input array displayed with noise.\n" 41 " </StringVectorProperty>\n" 43 " <DoubleVectorProperty name=\"Granularity\"\n" 44 " command=\"SetFrequency\"\n" 45 " number_of_elements=\"1\"\n" 46 " default_values=\"30.0\">\n" 47 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"150.0\"/>\n" 49 " This property specifies a value for the granularity (frequency) of the noise.\n" 51 " </DoubleVectorProperty>\n" 53 " <DoubleVectorProperty name=\"Amplitude\"\n" 54 " command=\"SetAmplitude\"\n" 55 " number_of_elements=\"1\"\n" 56 " default_values=\"0.5\">\n" 57 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"1.0\"/>\n" 59 " This property specifies a value for the amplitude of the noise.\n" 61 " </DoubleVectorProperty>\n" 63 " <DoubleVectorProperty name=\"AnimationSpeedFactor\"\n" 64 " command=\"SetSpeed\"\n" 65 " number_of_elements=\"1\"\n" 66 " default_values=\"1.0\">\n" 67 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"3.0\"/>\n" 69 " This property specifies a factor modifying the speed animation of the noise animation.\n" 71 " </DoubleVectorProperty>\n" 73 " <IntVectorProperty name=\"NbOfOctaves\"\n" 74 " command=\"SetNbOfOctaves\"\n" 75 " number_of_elements=\"1\"\n" 76 " default_values=\"3\">\n" 77 " <IntRangeDomain name=\"range\" min=\"0\" max=\"5\"/>\n" 79 " This property specifies the number of octaves of noise (overlaping layers of noise).\n" 81 " </IntVectorProperty>\n" 82 " <!-- End of BivariateNoiseRepresentation -->\n" 83 " </RepresentationProxy>\n" 85 " <Extension name=\"GeometryRepresentation\">\n" 87 " Extends standard GeometryRepresentation by adding\n" 88 " BivariateNoiseRepresentation as a new type of representation.\n" 91 " <RepresentationType subproxy=\"BivariateNoiseRepresentation\"\n" 92 " text=\"Bivariate Noise Surface\"\n" 93 " subtype=\"Surface\"/>\n" 96 " <Proxy name=\"BivariateNoiseRepresentation\"\n" 97 " proxygroup=\"representations\"\n" 98 " proxyname=\"BivariateNoiseRepresentation\">\n" 101 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 102 " <Exception name=\"Input\"/>\n" 103 " <Exception name=\"Visibility\"/>\n" 104 " <Exception name=\"Representation\"/>\n" 105 " </ShareProperties>\n" 107 " <ExposedProperties>\n" 108 " <PropertyGroup label=\"Bivariate representation\">\n" 109 " <Property name=\"NoiseArray\"/>\n" 110 " <Property name=\"Granularity\"/>\n" 111 " <Property name=\"Amplitude\"/>\n" 112 " <Property name=\"AnimationSpeedFactor\"/>\n" 113 " <Property name=\"NbOfOctaves\"/>\n" 115 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 116 " mode=\"visibility\"\n" 117 " property=\"Representation\"\n" 118 " value=\"Bivariate Noise Surface\"/>\n" 120 " </PropertyGroup>\n" 121 " </ExposedProperties>\n" 123 " <!-- End of GeometryRepresentation Extension -->\n" 126 " <Extension name=\"UnstructuredGridRepresentation\">\n" 128 " Extends standard UnstructuredGridRepresentation by adding\n" 129 " BivariateNoiseRepresentation as a new type of representation.\n" 130 " </Documentation>\n" 132 " <RepresentationType subproxy=\"BivariateNoiseRepresentation\"\n" 133 " text=\"Bivariate Noise Surface\"\n" 134 " subtype=\"Surface\"/>\n" 137 " <Proxy name=\"BivariateNoiseRepresentation\"\n" 138 " proxygroup=\"representations\"\n" 139 " proxyname=\"BivariateNoiseRepresentation\">\n" 142 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 143 " <Exception name=\"Input\"/>\n" 144 " <Exception name=\"Visibility\"/>\n" 145 " <Exception name=\"Representation\"/>\n" 146 " </ShareProperties>\n" 148 " <ExposedProperties>\n" 149 " <PropertyGroup label=\"Bivariate representation\">\n" 150 " <Property name=\"NoiseArray\"/>\n" 151 " <Property name=\"Granularity\"/>\n" 152 " <Property name=\"Amplitude\"/>\n" 153 " <Property name=\"AnimationSpeedFactor\"/>\n" 154 " <Property name=\"NbOfOctaves\"/>\n" 156 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 157 " mode=\"visibility\"\n" 158 " property=\"Representation\"\n" 159 " value=\"Bivariate Noise Surface\"/>\n" 161 " </PropertyGroup>\n" 162 " </ExposedProperties>\n" 164 " <!-- End of UnstructuredGridRepresentation Extension -->\n" 167 " <Extension name=\"UniformGridRepresentation\">\n" 169 " Extends standard UniformGridRepresentation by adding\n" 170 " BivariateNoiseRepresentation as a new type of representation.\n" 171 " </Documentation>\n" 173 " <RepresentationType subproxy=\"BivariateNoiseRepresentation\"\n" 174 " text=\"Bivariate Noise Surface\"\n" 175 " subtype=\"Surface\"/>\n" 178 " <Proxy name=\"BivariateNoiseRepresentation\"\n" 179 " proxygroup=\"representations\"\n" 180 " proxyname=\"BivariateNoiseRepresentation\">\n" 183 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 184 " <Exception name=\"Input\"/>\n" 185 " <Exception name=\"Visibility\"/>\n" 186 " <Exception name=\"Representation\"/>\n" 187 " </ShareProperties>\n" 189 " <ExposedProperties>\n" 190 " <PropertyGroup label=\"Bivariate representation\">\n" 191 " <Property name=\"NoiseArray\"/>\n" 192 " <Property name=\"Granularity\"/>\n" 193 " <Property name=\"Amplitude\"/>\n" 194 " <Property name=\"AnimationSpeedFactor\"/>\n" 195 " <Property name=\"NbOfOctaves\"/>\n" 197 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 198 " mode=\"visibility\"\n" 199 " property=\"Representation\"\n" 200 " value=\"Bivariate Noise Surface\"/>\n" 202 " </PropertyGroup>\n" 203 " </ExposedProperties>\n" 205 " <!-- End of UniformGridRepresentation Extension -->\n" 208 " <BivariateTextureRepresentationProxy name=\"BivariateTextureRepresentation\"\n" 209 " class=\"vtkBivariateTextureRepresentation\"\n" 210 " processes=\"client|renderserver|dataserver\"\n" 211 " base_proxygroup=\"representations\"\n" 212 " base_proxyname=\"SurfaceRepresentation\">\n" 214 " This representation generates 2D texture coordinates from 2 choosen point data arrays\n" 215 " and provide default textures to visualize bi-variate data.\n" 216 " </Documentation>\n" 217 " <StringVectorProperty name=\"SecondArray\"\n" 218 " command=\"SetInputArrayToProcess\"\n" 219 " number_of_elements=\"5\"\n" 220 " element_types=\"int int int int str\"\n" 221 " default_values=\"1 0 0 0 0\">\n" 222 " <ArrayListDomain name=\"array_list\"\n" 223 " attribute_type=\"Scalars\"\n" 224 " input_domain_name=\"input_array_point_1\">\n" 225 " <RequiredProperties>\n" 226 " <Property name=\"Input\" function=\"Input\"/>\n" 227 " </RequiredProperties>\n" 228 " </ArrayListDomain>\n" 230 " This property specifies the name of the second point data array used to compute texture\n" 231 " coordinates (second component).\n" 232 " </Documentation>\n" 233 " </StringVectorProperty>\n" 234 " <ProxyProperty command=\"SetTexture\"\n" 235 " name=\"BivariateTexture\"\n" 236 " panel_widget=\"texture_selector\"\n" 237 " null_on_empty=\"1\" >\n" 239 " Set the diffuse color texture.\n" 240 " </Documentation>\n" 241 " <ProxyGroupDomain name=\"groups\">\n" 242 " <Group name=\"textures\" />\n" 243 " </ProxyGroupDomain>\n" 244 " </ProxyProperty>\n" 245 " <DoubleVectorProperty\n" 246 " name=\"FirstArrayRange\"\n" 247 " command=\"GetFirstArrayRange\"\n" 248 " number_of_elements=\"2\"\n" 249 " default_values=\"0 0\"\n" 250 " information_only=\"1\">\n" 251 " </DoubleVectorProperty>\n" 252 " <DoubleVectorProperty\n" 253 " name=\"SecondArrayRange\"\n" 254 " command=\"GetSecondArrayRange\"\n" 255 " number_of_elements=\"2\"\n" 256 " default_values=\"0 0\"\n" 257 " information_only=\"1\">\n" 258 " </DoubleVectorProperty>\n" 259 " <StringVectorProperty\n" 260 " name=\"FirstArrayName\"\n" 261 " command=\"GetFirstArrayName\"\n" 262 " number_of_elements=\"1\"\n" 263 " default_values=\"\"\n" 264 " information_only=\"1\">\n" 265 " </StringVectorProperty>\n" 266 " <StringVectorProperty\n" 267 " name=\"SecondArrayName\"\n" 268 " command=\"GetSecondArrayName\"\n" 269 " number_of_elements=\"1\"\n" 270 " default_values=\"\"\n" 271 " information_only=\"1\">\n" 272 " </StringVectorProperty>\n" 273 " <!-- End of BivariateTextureRepresentation -->\n" 274 " </BivariateTextureRepresentationProxy>\n" 276 " <Extension name=\"GeometryRepresentation\">\n" 278 " Extends standard GeometryRepresentation by adding BivariateTextureRepresentation\n" 279 " as a new type of representation.\n" 280 " </Documentation>\n" 282 " <RepresentationType subproxy=\"BivariateTextureRepresentation\"\n" 283 " text=\"Bivariate Texture Surface\"\n" 284 " subtype=\"Surface\" />\n" 287 " <Proxy name=\"BivariateTextureRepresentation\"\n" 288 " proxygroup=\"representations\"\n" 289 " proxyname=\"BivariateTextureRepresentation\">\n" 291 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 292 " <Exception name=\"Input\" />\n" 293 " <Exception name=\"Visibility\" />\n" 294 " <Exception name=\"Representation\" />\n" 295 " </ShareProperties>\n" 296 " <ExposedProperties>\n" 297 " <PropertyGroup label=\"Bivariate representation\">\n" 298 " <Property name=\"SecondArray\"/>\n" 299 " <Property name=\"BivariateTexture\"/>\n" 301 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 302 " mode=\"visibility\"\n" 303 " property=\"Representation\"\n" 304 " value=\"Bivariate Texture Surface\"/>\n" 306 " </PropertyGroup>\n" 307 " </ExposedProperties>\n" 309 " <!-- End of GeometryRepresentation Extension -->\n" 312 " <Extension name=\"UnstructuredGridRepresentation\">\n" 314 " Extends standard UnstructuredGridRepresentation by adding BivariateTextureRepresentation\n" 315 " as a new type of representation.\n" 316 " </Documentation>\n" 318 " <RepresentationType subproxy=\"BivariateTextureRepresentation\"\n" 319 " text=\"Bivariate Texture Surface\"\n" 320 " subtype=\"Surface\" />\n" 323 " <Proxy name=\"BivariateTextureRepresentation\"\n" 324 " proxygroup=\"representations\"\n" 325 " proxyname=\"BivariateTextureRepresentation\">\n" 327 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 328 " <Exception name=\"Input\" />\n" 329 " <Exception name=\"Visibility\" />\n" 330 " <Exception name=\"Representation\" />\n" 331 " </ShareProperties>\n" 332 " <ExposedProperties>\n" 333 " <PropertyGroup label=\"Bivariate representation\">\n" 334 " <Property name=\"SecondArray\"/>\n" 335 " <Property name=\"BivariateTexture\"/>\n" 337 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 338 " mode=\"visibility\"\n" 339 " property=\"Representation\"\n" 340 " value=\"Bivariate Texture Surface\"/>\n" 342 " </PropertyGroup>\n" 343 " </ExposedProperties>\n" 345 " <!-- End of UnstructuredGridRepresentation Extension -->\n" 348 " <Extension name=\"UniformGridRepresentation\">\n" 350 " Extends standard UniformGridRepresentation by adding BivariateTextureRepresentation\n" 351 " as a new type of representation.\n" 352 " </Documentation>\n" 354 " <RepresentationType subproxy=\"BivariateTextureRepresentation\"\n" 355 " text=\"Bivariate Texture Surface\"\n" 356 " subtype=\"Surface\" />\n" 359 " <Proxy name=\"BivariateTextureRepresentation\"\n" 360 " proxygroup=\"representations\"\n" 361 " proxyname=\"BivariateTextureRepresentation\">\n" 363 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 364 " <Exception name=\"Input\" />\n" 365 " <Exception name=\"Visibility\" />\n" 366 " <Exception name=\"Representation\" />\n" 367 " </ShareProperties>\n" 368 " <ExposedProperties>\n" 369 " <PropertyGroup label=\"Bivariate representation\">\n" 370 " <Property name=\"SecondArray\"/>\n" 371 " <Property name=\"BivariateTexture\"/>\n" 377 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 378 " mode=\"visibility\"\n" 379 " property=\"Representation\"\n" 380 " value=\"Bivariate Texture Surface\"/>\n" 382 " </PropertyGroup>\n" 383 " </ExposedProperties>\n" 385 " <!-- End of UniformGridRepresentation Extension -->\n" 389 " <ProxyGroup name=\"annotations\">\n" 390 " <Proxy class=\"vtkContext2DTexturedScalarBarActor\"\n" 391 " name=\"TexturedScalarBarActor\">\n" 392 " <ProxyProperty command=\"SetLookupTable\"\n" 393 " name=\"LookupTable\"\n" 394 " number_of_elements=\"1\">\n" 395 " <ProxyGroupDomain name=\"groups\">\n" 396 " <Group name=\"lookup_tables\"/>\n" 397 " </ProxyGroupDomain>\n" 398 " </ProxyProperty>\n" 399 " <IntVectorProperty command=\"GetEstimatedNumberOfAnnotations\"\n" 400 " information_only=\"1\"\n" 401 " name=\"EstimatedNumberOfAnnotations\">\n" 402 " <SimpleIntInformationHelper/>\n" 403 " </IntVectorProperty>\n" 404 " <IntVectorProperty animateable=\"0\"\n" 405 " command=\"SetVisibility\"\n" 406 " default_values=\"1\"\n" 407 " name=\"Visibility\"\n" 408 " number_of_elements=\"1\">\n" 409 " <BooleanDomain name=\"bool\"/>\n" 410 " </IntVectorProperty>\n" 411 " <StringVectorProperty animateable=\"0\"\n" 412 " command=\"SetTitle\"\n" 413 " default_values=\"Name\"\n" 414 " no_custom_default=\"1\"\n" 415 " name=\"FirstTitle\"\n" 416 " label=\"First Title (vertical)\"\n" 417 " number_of_elements=\"1\">\n" 419 " Set the first title text with respect to the color legend.\n" 420 " </Documentation>\n" 421 " </StringVectorProperty>\n" 422 " <StringVectorProperty animateable=\"0\"\n" 423 " command=\"SetTitle2\"\n" 424 " default_values=\"Name\"\n" 425 " no_custom_default=\"1\"\n" 426 " name=\"SecondTitle\"\n" 427 " label=\"Second Title (horizontal)\"\n" 428 " number_of_elements=\"1\">\n" 430 " Set the second title text with respect to the color legend.\n" 431 " </Documentation>\n" 432 " </StringVectorProperty>\n" 433 " <DoubleVectorProperty command=\"SetFirstRange\"\n" 434 " name=\"FirstRange\"\n" 435 " number_of_elements=\"2\"\n" 436 " default_values=\"0 0\">\n" 437 " <Documentation>Test</Documentation>\n" 438 " </DoubleVectorProperty>\n" 439 " <DoubleVectorProperty command=\"SetSecondRange\"\n" 440 " name=\"SecondRange\"\n" 441 " number_of_elements=\"2\"\n" 442 " default_values=\"0 0\">\n" 443 " <Documentation>Test</Documentation>\n" 444 " </DoubleVectorProperty>\n" 445 " <StringVectorProperty animateable=\"0\"\n" 446 " command=\"SetComponentTitle\"\n" 447 " default_values=\"\"\n" 448 " no_custom_default=\"1\"\n" 449 " name=\"ComponentTitle\"\n" 450 " number_of_elements=\"1\">\n" 452 " Set the component title text with respect to the color legend.\n" 453 " </Documentation>\n" 454 " </StringVectorProperty>\n" 455 " <IntVectorProperty animateable=\"0\"\n" 456 " command=\"SetTitleJustification\"\n" 457 " default_values=\"1\"\n" 458 " name=\"TitleJustification\"\n" 459 " number_of_elements=\"1\">\n" 460 " <EnumerationDomain name=\"enum\">\n" 461 " <Entry text=\"Left\"\n" 463 " <Entry text=\"Centered\"\n" 465 " <Entry text=\"Right\"\n" 467 " </EnumerationDomain>\n" 469 " Set the justification of the title text with respect to the color legend.\n" 470 " </Documentation>\n" 471 " </IntVectorProperty>\n" 472 " <IntVectorProperty command=\"SetDrawBackground\"\n" 473 " name=\"DrawBackground\"\n" 474 " number_of_elements=\"1\"\n" 475 " default_values=\"0\">\n" 476 " <BooleanDomain name=\"bool\"/>\n" 478 " Enable drawing a background behind the color legend.\n" 479 " </Documentation>\n" 480 " </IntVectorProperty>\n" 481 " <DoubleVectorProperty animateable=\"0\"\n" 482 " command=\"SetBackgroundColor\"\n" 483 " default_values=\"1 1 1 0.5\"\n" 484 " name=\"BackgroundColor\"\n" 485 " panel_widget=\"color_selector\"\n" 486 " number_of_elements=\"4\">\n" 487 " <DoubleRangeDomain max=\"1 1 1 1\"\n" 489 " name=\"range\"/>\n" 491 " Set the color and opacity of the background behind the color legend.\n" 492 " </Documentation>\n" 494 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 495 " <Property name=\"DrawBackground\" function=\"boolean\" index=\"0\"/>\n" 496 " </PropertyWidgetDecorator>\n" 498 " </DoubleVectorProperty>\n" 499 " <DoubleVectorProperty command=\"SetBackgroundPadding\"\n" 500 " default_values=\"2.0\"\n" 501 " name=\"BackgroundPadding\"\n" 502 " number_of_elements=\"1\">\n" 503 " <DoubleRangeDomain min=\"0\"/>\n" 505 " Set the amount of padding around the outermost elements of the color legend when the background is drawn.\n" 506 " </Documentation>\n" 508 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 509 " <Property name=\"DrawBackground\" function=\"boolean\" index=\"0\"/>\n" 510 " </PropertyWidgetDecorator>\n" 512 " </DoubleVectorProperty>\n" 513 " <DoubleVectorProperty command=\"SetScalarBarLength\"\n" 514 " default_values=\"0.15\"\n" 515 " name=\"ScalarBarLength\"\n" 516 " label=\"Color Bar Size\"\n" 517 " number_of_elements=\"1\">\n" 519 " Sets the size of the 2D scalar bar. This correspond to the size of the side of the texture square\n" 520 " (in the viewport space). Value is clamped between 0 and 1.\n" 521 " </Documentation>\n" 522 " </DoubleVectorProperty>\n" 523 " <IntVectorProperty command=\"SetDrawScalarBarOutline\"\n" 524 " default_values=\"1\"\n" 525 " name=\"DrawScalarBarOutline\"\n" 526 " number_of_elements=\"1\">\n" 527 " <BooleanDomain name=\"bool\"/>\n" 529 " Draws an outline around the scalar bar.\n" 530 " </Documentation>\n" 531 " </IntVectorProperty>\n" 532 " <DoubleVectorProperty command=\"SetScalarBarOutlineColor\"\n" 533 " default_values=\"1 1 1\"\n" 534 " name=\"ScalarBarOutlineColor\"\n" 535 " number_of_elements=\"3\"\n" 536 " panel_widget=\"color_selector\">\n" 538 " Color of the outline drawn around the scalar bar if it is shown.\n" 539 " </Documentation>\n" 541 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 542 " <Property name=\"DrawScalarBarOutline\" function=\"boolean\" index=\"0\"/>\n" 543 " </PropertyWidgetDecorator>\n" 545 " </DoubleVectorProperty>\n" 546 " <IntVectorProperty command=\"SetScalarBarOutlineThickness\"\n" 547 " default_values=\"1\"\n" 548 " name=\"ScalarBarOutlineThickness\"\n" 549 " number_of_elements=\"1\">\n" 551 " Set the thickness, in pixels, of the outline drawn around the scalar bar.\n" 552 " </Documentation>\n" 554 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 555 " <Property name=\"DrawScalarBarOutline\" function=\"boolean\" index=\"0\"/>\n" 556 " </PropertyWidgetDecorator>\n" 558 " </IntVectorProperty>\n" 559 " <IntVectorProperty command=\"SetAutomaticLabelFormat\"\n" 560 " default_values=\"1\"\n" 561 " name=\"AutomaticLabelFormat\"\n" 562 " number_of_elements=\"1\">\n" 563 " <BooleanDomain name=\"bool\"/>\n" 565 " Set if the number format used for the labels (specified as a C-style printf format string) will be\n" 566 " automatically generated to make\n" 567 " the numbers best fit within the widget. When off, the Label Format property will be used.\n" 568 " </Documentation>\n" 569 " </IntVectorProperty>\n" 570 " <StringVectorProperty animateable=\"0\"\n" 571 " command=\"SetLabelFormat\"\n" 572 " default_values=\"%-#6.3g\"\n" 573 " name=\"LabelFormat\"\n" 574 " number_of_elements=\"1\">\n" 576 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 577 " <Property name=\"AutomaticLabelFormat\" function=\"boolean_invert\" index=\"0\"/>\n" 578 " </PropertyWidgetDecorator>\n" 581 " Set the number format (specified as a C-style printf format string) with which to print the labels on the\n" 583 " Can be used only if Automatic Label Format is off.\n" 584 " </Documentation>\n" 585 " </StringVectorProperty>\n" 586 " <IntVectorProperty command=\"SetAddRangeLabels\"\n" 587 " number_of_elements=\"1\"\n" 588 " default_values=\"1\"\n" 589 " name=\"AddRangeLabels\"\n" 590 " label=\"Add Range Labels\">\n" 591 " <BooleanDomain name=\"bool\"/>\n" 593 " Set whether to add range labels or not. These are labels that have\n" 594 " the minimum/maximum values of the color legend range.\n" 595 " </Documentation>\n" 596 " </IntVectorProperty>\n" 597 " <StringVectorProperty animateable=\"0\"\n" 598 " command=\"SetRangeLabelFormat\"\n" 599 " number_of_elements=\"1\"\n" 600 " default_values=\"%-#6.1e\"\n" 601 " name=\"RangeLabelFormat\"\n" 602 " label=\"Range Label Format\">\n" 604 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 605 " <Property name=\"AddRangeLabels\" function=\"boolean\" index=\"0\"/>\n" 606 " </PropertyWidgetDecorator>\n" 609 " Set number format for range labels (specified as a C-style printf format string). Can be used only if Add\n" 610 " Range Labels is enabled.\n" 611 " </Documentation>\n" 612 " </StringVectorProperty>\n" 613 " <IntVectorProperty animateable=\"0\"\n" 614 " command=\"SetDrawTickMarks\"\n" 615 " default_values=\"1\"\n" 616 " name=\"DrawTickMarks\"\n" 617 " number_of_elements=\"1\">\n" 618 " <BooleanDomain name=\"bool\"/>\n" 620 " Enable/disable drawing the color legend tick marks.\n" 621 " </Documentation>\n" 622 " </IntVectorProperty>\n" 623 " <IntVectorProperty animateable=\"0\"\n" 624 " command=\"SetDrawTickLabels\"\n" 625 " default_values=\"1\"\n" 626 " name=\"DrawTickLabels\"\n" 627 " number_of_elements=\"1\">\n" 628 " <BooleanDomain name=\"bool\"/>\n" 630 " Enable/disable drawing the color legend labels for tick marks.\n" 631 " </Documentation>\n" 632 " </IntVectorProperty>\n" 633 " <IntVectorProperty animateable=\"0\"\n" 634 " command=\"SetUseCustomLabels\"\n" 635 " name=\"UseCustomLabels\"\n" 636 " number_of_elements=\"1\"\n" 637 " default_values=\"0\">\n" 638 " <BooleanDomain name=\"bool\"/>\n" 640 " Enable the use of custom label values.\n" 641 " </Documentation>\n" 642 " </IntVectorProperty>\n" 643 " <DoubleVectorProperty command=\"SetCustomLabel\"\n" 644 " name=\"CustomLabels\"\n" 645 " set_number_command=\"SetNumberOfCustomLabels\"\n" 646 " number_of_elements=\"0\"\n" 647 " number_of_elements_per_command=\"1\"\n" 648 " repeat_command=\"1\"\n" 649 " use_index=\"1\">\n" 651 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 652 " <Property name=\"UseCustomLabels\" function=\"boolean\"/>\n" 653 " </PropertyWidgetDecorator>\n" 655 " </DoubleVectorProperty>\n" 656 " <IntVectorProperty animateable=\"0\"\n" 657 " command=\"SetTextPosition\"\n" 658 " default_values=\"1\"\n" 659 " name=\"TextPosition\"\n" 660 " label=\"Annotations Position\"\n" 661 " number_of_elements=\"1\">\n" 662 " <EnumerationDomain name=\"enum\">\n" 663 " <Entry text=\"Right and top\"\n" 665 " <Entry text=\"Left and bottom\"\n" 667 " </EnumerationDomain>\n" 669 " Determines where the ticks, titles and labels are drawn.\n" 670 " </Documentation>\n" 671 " </IntVectorProperty>\n" 672 " <ProxyProperty command=\"SetTexture\"\n" 673 " name=\"Texture\"\n" 674 " panel_widget=\"texture_selector\"\n" 675 " null_on_empty=\"1\" >\n" 677 " Set the texture displayed in the scalar bar.\n" 678 " </Documentation>\n" 679 " <ProxyGroupDomain name=\"groups\">\n" 680 " <Group name=\"textures\" />\n" 681 " </ProxyGroupDomain>\n" 683 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 684 " mode=\"visibility\"\n" 685 " property=\"Interpolation\"\n" 687 " inverse=\"1\" />\n" 688 " <TextureSelectorWidget check_tcoords=\"1\" />\n" 689 " <!-- enable the texture selector only when tcoords is available. -->\n" 691 " </ProxyProperty>\n" 692 " <!--label text property -->\n" 693 " <SubProxy command=\"SetLabelTextProperty\">\n" 694 " <Proxy name=\"LabelTextProperty\"\n" 695 " proxygroup=\"properties\"\n" 696 " proxyname=\"TextProperty\"></Proxy>\n" 697 " <ExposedProperties>\n" 698 " <Property exposed_name=\"LabelColor\"\n" 699 " name=\"Color\"/>\n" 700 " <Property exposed_name=\"LabelOpacity\"\n" 701 " name=\"Opacity\"/>\n" 702 " <Property exposed_name=\"LabelFontFamily\"\n" 707 " name=\"FontFamily\"/>\n" 708 " <Property exposed_name=\"LabelFontFile\"\n" 709 " name=\"FontFile\"/>\n" 710 " <Property exposed_name=\"LabelBold\"\n" 712 " <Property exposed_name=\"LabelItalic\"\n" 713 " name=\"Italic\"/>\n" 714 " <Property exposed_name=\"LabelShadow\"\n" 715 " name=\"Shadow\"/>\n" 716 " <Property exposed_name=\"LabelFontSize\"\n" 717 " name=\"FontSize\"/>\n" 718 " </ExposedProperties>\n" 720 " <!--title text property -->\n" 721 " <SubProxy command=\"SetTitleTextProperty\">\n" 722 " <Proxy name=\"TitleTextProperty\"\n" 723 " proxygroup=\"properties\"\n" 724 " proxyname=\"TextProperty\"></Proxy>\n" 725 " <ExposedProperties>\n" 726 " <Property exposed_name=\"TitleColor\"\n" 727 " name=\"Color\"/>\n" 728 " <Property exposed_name=\"TitleOpacity\"\n" 729 " name=\"Opacity\"/>\n" 730 " <Property exposed_name=\"TitleFontFamily\"\n" 731 " name=\"FontFamily\"/>\n" 732 " <Property exposed_name=\"TitleFontFile\"\n" 733 " name=\"FontFile\"/>\n" 734 " <Property exposed_name=\"TitleBold\"\n" 736 " <Property exposed_name=\"TitleItalic\"\n" 737 " name=\"Italic\"/>\n" 738 " <Property exposed_name=\"TitleShadow\"\n" 739 " name=\"Shadow\"/>\n" 740 " <Property exposed_name=\"TitleFontSize\"\n" 741 " name=\"FontSize\"/>\n" 742 " </ExposedProperties>\n" 744 " <!-- End of TexturedScalarBarActor -->\n" 748 " <!-- ProxyGroup should be different from \"representations\" since this ScalarBarWidgetRepresentationProxy name -->\n" 749 " <!-- Has to be the same than the one defined in ParaView. This proxy name is used to retrieve the scalar bar -->\n" 750 " <!-- proxy and is not parametrable yet (see vtkSMTransferFunctionProxy::FindScalarBarRepresentation) -->\n" 751 " <ProxyGroup name=\"CustomScalarBarWidgetRepresentation\">\n" 752 " <Proxy class=\"vtkContext2DTexturedScalarBarRepresentation\"\n" 753 " name=\"ScalarBarRepresentation\">\n" 754 " <IntVectorProperty animateable=\"1\"\n" 755 " command=\"SetVisibility\"\n" 756 " default_values=\"1\"\n" 757 " name=\"Visibility\"\n" 758 " number_of_elements=\"1\">\n" 759 " <BooleanDomain name=\"bool\" />\n" 760 " </IntVectorProperty>\n" 761 " <DoubleVectorProperty command=\"SetPosition\"\n" 762 " default_values=\"0.89 0.02\"\n" 763 " information_property=\"PositionInfo\"\n" 764 " name=\"Position\"\n" 765 " number_of_elements=\"2\">\n" 766 " <DoubleRangeDomain max=\"1 1\"\n" 768 " name=\"range\" />\n" 770 " Specify the anchor position (bottom-left corner of the scalar bar) in normalized\n" 771 " viewport coordinates in range [0, 1]. This is used only when **Window Location**\n" 772 " is set to **AnyLocation**.\n" 773 " </Documentation>\n" 775 " <!-- Enable \"Position\" widget only when WindowLocation == AnyLocation -->\n" 776 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 777 " mode=\"enabled_state\"\n" 778 " property=\"WindowLocation\"\n" 781 " </DoubleVectorProperty>\n" 782 " <DoubleVectorProperty command=\"GetPosition\"\n" 783 " information_only=\"1\"\n" 784 " name=\"PositionInfo\">\n" 785 " <SimpleDoubleInformationHelper />\n" 786 " </DoubleVectorProperty>\n" 787 " <IntVectorProperty command=\"SetAutoOrient\"\n" 788 " default_values=\"0\"\n" 789 " name=\"AutoOrient\"\n" 790 " number_of_elements=\"1\">\n" 791 " <BooleanDomain name=\"bool\" />\n" 796 " Set if color legend's orientation will be updated based on its position.\n" 797 " This parameter as no effect in the case of this scalar bar representation.\n" 798 " </Documentation>\n" 799 " </IntVectorProperty>\n" 800 " <IntVectorProperty command=\"GetAutoOrient\"\n" 801 " information_only=\"1\"\n" 802 " name=\"AutoOrientInfo\">\n" 803 " <BooleanDomain name=\"bool\" />\n" 804 " </IntVectorProperty>\n" 805 " <IntVectorProperty command=\"SetOrientation\"\n" 806 " default_values=\"1\"\n" 807 " information_property=\"OrientationInfo\"\n" 808 " name=\"Orientation\"\n" 809 " number_of_elements=\"1\">\n" 811 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 812 " <Property name=\"AutoOrient\" function=\"boolean_invert\" index=\"0\" />\n" 813 " </PropertyWidgetDecorator>\n" 816 " <EnumerationDomain name=\"enum\">\n" 817 " <Entry text=\"Horizontal\"\n" 819 " <Entry text=\"Vertical\"\n" 821 " </EnumerationDomain>\n" 823 " Specify orientation of the color legend. Can be used only if Auto Orient is disabled.\n" 824 " This parameter as no effect in the case of this scalar bar representation.\n" 825 " </Documentation>\n" 826 " </IntVectorProperty>\n" 827 " <IntVectorProperty command=\"GetOrientation\"\n" 828 " information_only=\"1\"\n" 829 " name=\"OrientationInfo\">\n" 830 " <SimpleIntInformationHelper />\n" 831 " </IntVectorProperty>\n" 832 " <IntVectorProperty command=\"SetWindowLocation\"\n" 833 " default_values=\"2\"\n" 834 " name=\"WindowLocation\"\n" 835 " number_of_elements=\"1\">\n" 836 " <EnumerationDomain name=\"enum\">\n" 837 " <Entry text=\"Any Location\"\n" 839 " <Entry text=\"Lower Left Corner\"\n" 841 " <Entry text=\"Lower Right Corner\"\n" 843 " <Entry text=\"Lower Center\"\n" 845 " <Entry text=\"Upper Left Corner\"\n" 847 " <Entry text=\"Upper Right Corner\"\n" 849 " <Entry text=\"Upper Center\"\n" 851 " </EnumerationDomain>\n" 853 " Specify placement of the color legend.\n" 854 " </Documentation>\n" 855 " </IntVectorProperty>\n" 856 " <ProxyProperty command=\"SetScalarBarActor\"\n" 857 " name=\"ScalarBarActor\">\n" 858 " <ProxyGroupDomain name=\"groups\">\n" 859 " <Group name=\"annotations\" />\n" 860 " </ProxyGroupDomain>\n" 861 " </ProxyProperty>\n" 862 " <!-- End of ScalarBarRepresentation -->\n" 865 " <ScalarBarWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n" 866 " name=\"ScalarBarWidgetRepresentation\">\n" 868 " This custom ScalarBarWidgetRepresentation is used for displaying the textured 2D\n" 869 " scalar bar including a widget to control the position and the size of the scalar bar.\n" 870 " </Documentation>\n" 871 " <IntVectorProperty command=\"SetEnabled\"\n" 872 " default_values=\"1\"\n" 873 " name=\"Enabled\"\n" 874 " number_of_elements=\"1\"\n" 875 " panel_visibility=\"never\" >\n" 876 " <BooleanDomain name=\"bool\" />\n" 878 " Enable/Disable widget interaction.\n" 879 " </Documentation>\n" 880 " </IntVectorProperty>\n" 881 " <IntVectorProperty command=\"SetUseNonCompositedRenderer\"\n" 882 " default_values=\"1\"\n" 883 " name=\"UseNonCompositedRenderer\"\n" 884 " number_of_elements=\"1\"\n" 885 " panel_visibility=\"never\"></IntVectorProperty>\n" 886 " <IntVectorProperty default_values=\"0\"\n" 887 " name=\"LockPosition\"\n" 888 " number_of_elements=\"1\"\n" 889 " panel_visibility=\"never\">\n" 890 " <BooleanDomain name=\"bool\" />\n" 892 " Set this to 1 if you don't want the application to change the scalar bar position\n" 893 " when placing automatically.\n" 894 " </Documentation>\n" 895 " </IntVectorProperty>\n" 896 " <IntVectorProperty name=\"StickyVisible\"\n" 897 " default_values=\"1\"\n" 898 " panel_visibility=\"never\">\n" 899 " <BooleanDomain name=\"bool\" />\n" 901 " If the user manually toggles the scalar bar visibility, we keep that information\n" 902 " in the scalar bar representation, and will never / always show it until the\n" 903 " scalar bar button is toggled again on this array.\n" 904 " </Documentation>\n" 905 " </IntVectorProperty>\n" 907 " <Proxy name=\"Prop2D\"\n" 908 " proxygroup=\"CustomScalarBarWidgetRepresentation\"\n" 909 " proxyname=\"ScalarBarRepresentation\"></Proxy>\n" 910 " <ExposedProperties>\n" 911 " <Property name=\"Visibility\" panel_visibility=\"never\"/>\n" 912 " <Property name=\"ScalarBarActor\" panel_visibility=\"never\"/>\n" 913 " <PropertyGroup label=\"Layout\">\n" 914 " <Property name=\"AutoOrient\" panel_visibility=\"never\"/>\n" 915 " <Property name=\"AutoOrientInfo\" />\n" 916 " <Property name=\"Orientation\" panel_visibility=\"never\"/>\n" 917 " <Property name=\"OrientationInfo\" />\n" 918 " <Property name=\"WindowLocation\" />\n" 919 " <Property name=\"Position\" />\n" 920 " <Property name=\"PositionInfo\" />\n" 921 " </PropertyGroup>\n" 922 " </ExposedProperties>\n" 925 " <Proxy name=\"Prop2DActor\"\n" 926 " proxygroup=\"annotations\"\n" 927 " proxyname=\"TexturedScalarBarActor\"></Proxy>\n" 929 " <ExposedProperties>\n" 930 " <Property name=\"EstimatedNumberOfAnnotations\" panel_visibility=\"never\"/>\n" 931 " <Property name=\"LookupTable\" panel_visibility=\"never\" />\n" 932 " <Property name=\"FirstRange\" panel_visibility=\"never\" />\n" 933 " <Property name=\"SecondRange\" panel_visibility=\"never\" />\n" 934 " <!-- Appearance -->\n" 935 " <PropertyGroup label=\"General Appearance\">\n" 936 " <Property name=\"Texture\" />\n" 937 " <Property name=\"ScalarBarLength\" />\n" 938 " <Property name=\"TextPosition\" />\n" 939 " <Property name=\"DrawBackground\" panel_visibility=\"advanced\" />\n" 940 " <Property name=\"BackgroundColor\" panel_visibility=\"advanced\" />\n" 941 " <Property name=\"BackgroundPadding\" panel_visibility=\"advanced\" />\n" 942 " <Property name=\"DrawScalarBarOutline\" panel_visibility=\"advanced\" />\n" 943 " <Property name=\"ScalarBarOutlineColor\" panel_visibility=\"advanced\" />\n" 944 " <Property name=\"ScalarBarOutlineThickness\" panel_visibility=\"advanced\" />\n" 945 " </PropertyGroup>\n" 946 " <!-- Axis titles -->\n" 947 " <PropertyGroup label=\"Axis Titles\">\n" 948 " <Property name=\"FirstTitle\" />\n" 949 " <Property name=\"SecondTitle\" />\n" 950 " <Property name=\"ComponentTitle\" />\n" 951 " <Property name=\"TitleJustification\" />\n" 952 " </PropertyGroup>\n" 953 " <!-- Properties for Title -->\n" 954 " <PropertyGroup label=\"Axis Titles Font Properties\"\n" 955 " panel_widget=\"FontEditor\">\n" 956 " <Property name=\"TitleColor\" function=\"Color\"/>\n" 957 " <Property name=\"TitleOpacity\" function=\"Opacity\"/>\n" 958 " <Property name=\"TitleFontFamily\" function=\"Family\"/>\n" 959 " <Property name=\"TitleFontFile\" function=\"File\"/>\n" 960 " <Property name=\"TitleBold\" function=\"Bold\" />\n" 961 " <Property name=\"TitleItalic\" function=\"Italics\"/>\n" 962 " <Property name=\"TitleShadow\" function=\"Shadow\" />\n" 963 " <Property name=\"TitleFontSize\" function=\"Size\"\n" 964 " number_of_elements=\"1\" default_values=\"16\" />\n" 965 " </PropertyGroup>\n" 966 " <!-- Ticks and Labels -->\n" 967 " <PropertyGroup label=\"Ticks and Labels\">\n" 968 " <Property name=\"AutomaticLabelFormat\" panel_visibility=\"advanced\" />\n" 969 " <Property name=\"LabelFormat\" panel_visibility=\"advanced\" />\n" 970 " <Property name=\"DrawTickMarks\" panel_visibility=\"advanced\" />\n" 971 " <Property name=\"DrawTickLabels\" panel_visibility=\"advanced\" />\n" 972 " <Property name=\"UseCustomLabels\" panel_visibility=\"advanced\" />\n" 973 " <Property name=\"CustomLabels\" panel_visibility=\"advanced\" />\n" 974 " <Property name=\"AddRangeLabels\" panel_visibility=\"advanced\" />\n" 975 " <Property name=\"RangeLabelFormat\" panel_visibility=\"advanced\" />\n" 976 " </PropertyGroup>\n" 977 " <!-- Properties for Label -->\n" 978 " <PropertyGroup label=\"Labels Font Properties\"\n" 979 " panel_widget=\"FontEditor\">\n" 980 " <Property name=\"LabelColor\" function=\"Color\"/>\n" 981 " <Property name=\"LabelOpacity\" function=\"Opacity\" />\n" 982 " <Property name=\"LabelFontFamily\" function=\"Family\"/>\n" 983 " <Property name=\"LabelFontFile\" function=\"File\"/>\n" 984 " <Property name=\"LabelBold\" function=\"Bold\" />\n" 985 " <Property name=\"LabelItalic\" function=\"Italics\" />\n" 986 " <Property name=\"LabelShadow\" function=\"Shadow\" />\n" 987 " <Property name=\"LabelFontSize\" function=\"Size\"\n" 988 " number_of_elements=\"1\" default_values=\"16\"/>\n" 989 " </PropertyGroup>\n" 990 " </ExposedProperties>\n" 993 " <Proxy name=\"Widget\"\n" 994 " proxygroup=\"3d_widgets\"\n" 995 " proxyname=\"ScalarBarWidget\"></Proxy>\n" 996 " <ExposedProperties>\n" 997 " <Property name=\"Selectable\" panel_visibility=\"never\"/>\n" 998 " <Property name=\"Resizable\" panel_visibility=\"never\"/>\n" 999 " <Property name=\"Repositionable\" panel_visibility=\"never\"/>\n" 1000 " </ExposedProperties>\n" 1002 " <!-- End of ScalarBarWidgetRepresentation -->\n" 1003 " </ScalarBarWidgetRepresentationProxy>\n" 1005 "</ServerManagerConfiguration>\n" 1018 char* res =
new char[ len + 1];
1023 assert(offset == len);
static const char *const BivariateRepresentations_server_manager_modulesBivariateRepresentationsInterface1
char * BivariateRepresentations_server_manager_modulesBivariateRepresentationsGetInterfaces()
static const char *const BivariateRepresentations_server_manager_modulesBivariateRepresentationsInterface0
static const char *const BivariateRepresentations_server_manager_modulesBivariateRepresentationsInterface2