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=\"XArrayRangeInfo\"\n" 247 " command=\"GetXArrayRange\"\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=\"XArrayRange\"\n" 254 " label=\"X Array Range\"\n" 255 " command=\"SetXArrayRange\"\n" 256 " number_of_elements=\"2\"\n" 257 " default_values=\"0 0\">\n" 259 " Manual override for the first array range.\n" 260 " </Documentation>\n" 261 " </DoubleVectorProperty>\n" 262 " <DoubleVectorProperty\n" 263 " name=\"YArrayRangeInfo\"\n" 264 " command=\"GetYArrayRange\"\n" 265 " number_of_elements=\"2\"\n" 266 " default_values=\"0 0\"\n" 267 " information_only=\"1\">\n" 268 " </DoubleVectorProperty>\n" 269 " <DoubleVectorProperty\n" 270 " name=\"YArrayRange\"\n" 271 " label=\"Y Array Range\"\n" 272 " command=\"SetYArrayRange\"\n" 273 " number_of_elements=\"2\"\n" 274 " default_values=\"0 0\">\n" 276 " Manual override for the second array range.\n" 277 " </Documentation>\n" 278 " </DoubleVectorProperty>\n" 279 " <StringVectorProperty\n" 280 " name=\"XArrayName\"\n" 281 " command=\"GetXArrayName\"\n" 282 " number_of_elements=\"1\"\n" 283 " default_values=\"\"\n" 284 " information_only=\"1\">\n" 285 " </StringVectorProperty>\n" 286 " <StringVectorProperty\n" 287 " name=\"YArrayName\"\n" 288 " command=\"GetYArrayName\"\n" 289 " number_of_elements=\"1\"\n" 290 " default_values=\"\"\n" 291 " information_only=\"1\">\n" 292 " </StringVectorProperty>\n" 293 " <!-- End of BivariateTextureRepresentation -->\n" 294 " </BivariateTextureRepresentationProxy>\n" 296 " <Extension name=\"GeometryRepresentation\">\n" 298 " Extends standard GeometryRepresentation by adding BivariateTextureRepresentation\n" 299 " as a new type of representation.\n" 300 " </Documentation>\n" 302 " <RepresentationType subproxy=\"BivariateTextureRepresentation\"\n" 303 " text=\"Bivariate Texture Surface\"\n" 304 " subtype=\"Surface\" />\n" 307 " <Proxy name=\"BivariateTextureRepresentation\"\n" 308 " proxygroup=\"representations\"\n" 309 " proxyname=\"BivariateTextureRepresentation\">\n" 311 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 312 " <Exception name=\"Input\" />\n" 313 " <Exception name=\"Visibility\" />\n" 314 " <Exception name=\"Representation\" />\n" 315 " </ShareProperties>\n" 316 " <ExposedProperties>\n" 317 " <PropertyGroup label=\"Bivariate representation\">\n" 318 " <Property name=\"SecondArray\"/>\n" 319 " <Property name=\"BivariateTexture\"/>\n" 320 " <Property name=\"XArrayRangeInfo\"/>\n" 321 " <Property name=\"YArrayRangeInfo\"/>\n" 322 " <Property name=\"XArrayRange\"/>\n" 323 " <Property name=\"YArrayRange\"/>\n" 325 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 326 " mode=\"visibility\"\n" 327 " property=\"Representation\"\n" 328 " value=\"Bivariate Texture Surface\"/>\n" 330 " </PropertyGroup>\n" 331 " </ExposedProperties>\n" 333 " <!-- End of GeometryRepresentation Extension -->\n" 336 " <Extension name=\"UnstructuredGridRepresentation\">\n" 338 " Extends standard UnstructuredGridRepresentation by adding BivariateTextureRepresentation\n" 339 " as a new type of representation.\n" 340 " </Documentation>\n" 342 " <RepresentationType subproxy=\"BivariateTextureRepresentation\"\n" 343 " text=\"Bivariate Texture Surface\"\n" 344 " subtype=\"Surface\" />\n" 347 " <Proxy name=\"BivariateTextureRepresentation\"\n" 348 " proxygroup=\"representations\"\n" 349 " proxyname=\"BivariateTextureRepresentation\">\n" 351 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 352 " <Exception name=\"Input\" />\n" 353 " <Exception name=\"Visibility\" />\n" 354 " <Exception name=\"Representation\" />\n" 355 " </ShareProperties>\n" 356 " <ExposedProperties>\n" 357 " <PropertyGroup label=\"Bivariate representation\">\n" 358 " <Property name=\"SecondArray\"/>\n" 359 " <Property name=\"BivariateTexture\"/>\n" 360 " <Property name=\"XArrayRangeInfo\"/>\n" 361 " <Property name=\"YArrayRangeInfo\"/>\n" 362 " <Property name=\"XArrayRange\"/>\n" 363 " <Property name=\"YArrayRange\"/>\n" 365 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 366 " mode=\"visibility\"\n" 367 " property=\"Representation\"\n" 368 " value=\"Bivariate Texture Surface\"/>\n" 370 " </PropertyGroup>\n" 371 " </ExposedProperties>\n" 373 " <!-- End of UnstructuredGridRepresentation Extension -->\n" 380 " <Extension name=\"UniformGridRepresentation\">\n" 382 " Extends standard UniformGridRepresentation by adding BivariateTextureRepresentation\n" 383 " as a new type of representation.\n" 384 " </Documentation>\n" 386 " <RepresentationType subproxy=\"BivariateTextureRepresentation\"\n" 387 " text=\"Bivariate Texture Surface\"\n" 388 " subtype=\"Surface\" />\n" 391 " <Proxy name=\"BivariateTextureRepresentation\"\n" 392 " proxygroup=\"representations\"\n" 393 " proxyname=\"BivariateTextureRepresentation\">\n" 395 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n" 396 " <Exception name=\"Input\" />\n" 397 " <Exception name=\"Visibility\" />\n" 398 " <Exception name=\"Representation\" />\n" 399 " </ShareProperties>\n" 400 " <ExposedProperties>\n" 401 " <PropertyGroup label=\"Bivariate representation\">\n" 402 " <Property name=\"SecondArray\"/>\n" 403 " <Property name=\"BivariateTexture\"/>\n" 404 " <Property name=\"XArrayRangeInfo\"/>\n" 405 " <Property name=\"YArrayRangeInfo\"/>\n" 406 " <Property name=\"XArrayRange\"/>\n" 407 " <Property name=\"YArrayRange\"/>\n" 409 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 410 " mode=\"visibility\"\n" 411 " property=\"Representation\"\n" 412 " value=\"Bivariate Texture Surface\"/>\n" 414 " </PropertyGroup>\n" 415 " </ExposedProperties>\n" 417 " <!-- End of UniformGridRepresentation Extension -->\n" 421 " <ProxyGroup name=\"annotations\">\n" 422 " <Proxy class=\"vtkContext2DTexturedScalarBarActor\"\n" 423 " name=\"TexturedScalarBarActor\">\n" 424 " <ProxyProperty command=\"SetLookupTable\"\n" 425 " name=\"LookupTable\"\n" 426 " number_of_elements=\"1\">\n" 427 " <ProxyGroupDomain name=\"groups\">\n" 428 " <Group name=\"lookup_tables\"/>\n" 429 " </ProxyGroupDomain>\n" 430 " </ProxyProperty>\n" 431 " <IntVectorProperty command=\"GetEstimatedNumberOfAnnotations\"\n" 432 " information_only=\"1\"\n" 433 " name=\"EstimatedNumberOfAnnotations\">\n" 434 " <SimpleIntInformationHelper/>\n" 435 " </IntVectorProperty>\n" 436 " <IntVectorProperty animateable=\"0\"\n" 437 " command=\"SetVisibility\"\n" 438 " default_values=\"1\"\n" 439 " name=\"Visibility\"\n" 440 " number_of_elements=\"1\">\n" 441 " <BooleanDomain name=\"bool\"/>\n" 442 " </IntVectorProperty>\n" 443 " <StringVectorProperty animateable=\"0\"\n" 444 " command=\"SetTitle\"\n" 445 " default_values=\"Name\"\n" 446 " no_custom_default=\"1\"\n" 447 " name=\"FirstTitle\"\n" 448 " label=\"First Title (vertical)\"\n" 449 " number_of_elements=\"1\">\n" 451 " Set the first title text with respect to the color legend.\n" 452 " </Documentation>\n" 453 " </StringVectorProperty>\n" 454 " <StringVectorProperty animateable=\"0\"\n" 455 " command=\"SetTitle2\"\n" 456 " default_values=\"Name\"\n" 457 " no_custom_default=\"1\"\n" 458 " name=\"SecondTitle\"\n" 459 " label=\"Second Title (horizontal)\"\n" 460 " number_of_elements=\"1\">\n" 462 " Set the second title text with respect to the color legend.\n" 463 " </Documentation>\n" 464 " </StringVectorProperty>\n" 465 " <DoubleVectorProperty command=\"SetFirstRange\"\n" 466 " name=\"FirstRange\"\n" 467 " number_of_elements=\"2\"\n" 468 " default_values=\"0 0\">\n" 470 " Set the first (vertical) axis range of the color legend.\n" 471 " </Documentation>\n" 472 " </DoubleVectorProperty>\n" 473 " <DoubleVectorProperty command=\"SetSecondRange\"\n" 474 " name=\"SecondRange\"\n" 475 " number_of_elements=\"2\"\n" 476 " default_values=\"0 0\">\n" 478 " Set the second (horizontal) axis range of the color legend.\n" 479 " </Documentation>\n" 480 " </DoubleVectorProperty>\n" 481 " <StringVectorProperty animateable=\"0\"\n" 482 " command=\"SetComponentTitle\"\n" 483 " default_values=\"\"\n" 484 " no_custom_default=\"1\"\n" 485 " name=\"ComponentTitle\"\n" 486 " number_of_elements=\"1\">\n" 488 " Set the component title text with respect to the color legend.\n" 489 " </Documentation>\n" 490 " </StringVectorProperty>\n" 491 " <IntVectorProperty animateable=\"0\"\n" 492 " command=\"SetTitleJustification\"\n" 493 " default_values=\"1\"\n" 494 " name=\"TitleJustification\"\n" 495 " number_of_elements=\"1\">\n" 496 " <EnumerationDomain name=\"enum\">\n" 497 " <Entry text=\"Left\"\n" 499 " <Entry text=\"Centered\"\n" 501 " <Entry text=\"Right\"\n" 503 " </EnumerationDomain>\n" 505 " Set the justification of the title text with respect to the color legend.\n" 506 " </Documentation>\n" 507 " </IntVectorProperty>\n" 508 " <IntVectorProperty command=\"SetDrawBackground\"\n" 509 " name=\"DrawBackground\"\n" 510 " number_of_elements=\"1\"\n" 511 " default_values=\"0\">\n" 512 " <BooleanDomain name=\"bool\"/>\n" 514 " Enable drawing a background behind the color legend.\n" 515 " </Documentation>\n" 516 " </IntVectorProperty>\n" 517 " <DoubleVectorProperty animateable=\"0\"\n" 518 " command=\"SetBackgroundColor\"\n" 519 " default_values=\"1 1 1 0.5\"\n" 520 " name=\"BackgroundColor\"\n" 521 " panel_widget=\"color_selector\"\n" 522 " number_of_elements=\"4\">\n" 523 " <DoubleRangeDomain max=\"1 1 1 1\"\n" 525 " name=\"range\"/>\n" 527 " Set the color and opacity of the background behind the color legend.\n" 528 " </Documentation>\n" 530 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 531 " <Property name=\"DrawBackground\" function=\"boolean\" index=\"0\"/>\n" 532 " </PropertyWidgetDecorator>\n" 534 " </DoubleVectorProperty>\n" 535 " <DoubleVectorProperty command=\"SetBackgroundPadding\"\n" 536 " default_values=\"2.0\"\n" 537 " name=\"BackgroundPadding\"\n" 538 " number_of_elements=\"1\">\n" 539 " <DoubleRangeDomain min=\"0\"/>\n" 541 " Set the amount of padding around the outermost elements of the color legend when the background is drawn.\n" 542 " </Documentation>\n" 544 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 545 " <Property name=\"DrawBackground\" function=\"boolean\" index=\"0\"/>\n" 546 " </PropertyWidgetDecorator>\n" 548 " </DoubleVectorProperty>\n" 549 " <DoubleVectorProperty command=\"SetScalarBarLength\"\n" 550 " default_values=\"0.15\"\n" 551 " name=\"ScalarBarLength\"\n" 552 " label=\"Color Bar Size\"\n" 553 " number_of_elements=\"1\">\n" 555 " Sets the size of the 2D scalar bar. This correspond to the size of the side of the texture square\n" 556 " (in the viewport space). Value is clamped between 0 and 1.\n" 557 " </Documentation>\n" 558 " </DoubleVectorProperty>\n" 559 " <IntVectorProperty command=\"SetDrawScalarBarOutline\"\n" 560 " default_values=\"1\"\n" 561 " name=\"DrawScalarBarOutline\"\n" 562 " number_of_elements=\"1\">\n" 563 " <BooleanDomain name=\"bool\"/>\n" 565 " Draws an outline around the scalar bar.\n" 566 " </Documentation>\n" 567 " </IntVectorProperty>\n" 568 " <DoubleVectorProperty command=\"SetScalarBarOutlineColor\"\n" 569 " default_values=\"1 1 1\"\n" 570 " name=\"ScalarBarOutlineColor\"\n" 571 " number_of_elements=\"3\"\n" 572 " panel_widget=\"color_selector\">\n" 574 " Color of the outline drawn around the scalar bar if it is shown.\n" 575 " </Documentation>\n" 577 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 578 " <Property name=\"DrawScalarBarOutline\" function=\"boolean\" index=\"0\"/>\n" 579 " </PropertyWidgetDecorator>\n" 581 " </DoubleVectorProperty>\n" 582 " <IntVectorProperty command=\"SetScalarBarOutlineThickness\"\n" 583 " default_values=\"1\"\n" 584 " name=\"ScalarBarOutlineThickness\"\n" 585 " number_of_elements=\"1\">\n" 587 " Set the thickness, in pixels, of the outline drawn around the scalar bar.\n" 588 " </Documentation>\n" 590 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 591 " <Property name=\"DrawScalarBarOutline\" function=\"boolean\" index=\"0\"/>\n" 592 " </PropertyWidgetDecorator>\n" 594 " </IntVectorProperty>\n" 595 " <IntVectorProperty command=\"SetAutomaticLabelFormat\"\n" 596 " default_values=\"1\"\n" 597 " name=\"AutomaticLabelFormat\"\n" 598 " number_of_elements=\"1\">\n" 599 " <BooleanDomain name=\"bool\"/>\n" 601 " Set if the number format used for the labels (specified as a C-style printf format string) will be\n" 602 " automatically generated to make\n" 603 " the numbers best fit within the widget. When off, the Label Format property will be used.\n" 604 " </Documentation>\n" 605 " </IntVectorProperty>\n" 606 " <StringVectorProperty animateable=\"0\"\n" 607 " command=\"SetLabelFormat\"\n" 608 " default_values=\"{:<#6.3g}\"\n" 609 " name=\"LabelFormat\"\n" 610 " number_of_elements=\"1\">\n" 612 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 613 " <Property name=\"AutomaticLabelFormat\" function=\"boolean_invert\" index=\"0\"/>\n" 614 " </PropertyWidgetDecorator>\n" 617 " Set the number format (specified as a C-style printf format string) with which to print the labels on the\n" 619 " Can be used only if Automatic Label Format is off.\n" 620 " </Documentation>\n" 621 " </StringVectorProperty>\n" 622 " <IntVectorProperty command=\"SetAddRangeLabels\"\n" 623 " number_of_elements=\"1\"\n" 624 " default_values=\"1\"\n" 625 " name=\"AddRangeLabels\"\n" 626 " label=\"Add Range Labels\">\n" 627 " <BooleanDomain name=\"bool\"/>\n" 629 " Set whether to add range labels or not. These are labels that have\n" 630 " the minimum/maximum values of the color legend range.\n" 631 " </Documentation>\n" 632 " </IntVectorProperty>\n" 633 " <StringVectorProperty animateable=\"0\"\n" 634 " command=\"SetRangeLabelFormat\"\n" 635 " number_of_elements=\"1\"\n" 636 " default_values=\"{:<#6.1e}\"\n" 637 " name=\"RangeLabelFormat\"\n" 638 " label=\"Range Label Format\">\n" 640 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 641 " <Property name=\"AddRangeLabels\" function=\"boolean\" index=\"0\"/>\n" 642 " </PropertyWidgetDecorator>\n" 645 " Set number format for range labels (specified as a C-style printf format string). Can be used only if Add\n" 646 " Range Labels is enabled.\n" 647 " </Documentation>\n" 648 " </StringVectorProperty>\n" 649 " <IntVectorProperty animateable=\"0\"\n" 650 " command=\"SetDrawTickMarks\"\n" 651 " default_values=\"1\"\n" 652 " name=\"DrawTickMarks\"\n" 653 " number_of_elements=\"1\">\n" 654 " <BooleanDomain name=\"bool\"/>\n" 656 " Enable/disable drawing the color legend tick marks.\n" 657 " </Documentation>\n" 658 " </IntVectorProperty>\n" 659 " <IntVectorProperty animateable=\"0\"\n" 660 " command=\"SetDrawTickLabels\"\n" 661 " default_values=\"1\"\n" 662 " name=\"DrawTickLabels\"\n" 663 " number_of_elements=\"1\">\n" 664 " <BooleanDomain name=\"bool\"/>\n" 666 " Enable/disable drawing the color legend labels for tick marks.\n" 667 " </Documentation>\n" 668 " </IntVectorProperty>\n" 669 " <IntVectorProperty animateable=\"0\"\n" 670 " command=\"SetUseCustomLabels\"\n" 671 " name=\"UseCustomLabels\"\n" 672 " number_of_elements=\"1\"\n" 673 " default_values=\"0\">\n" 674 " <BooleanDomain name=\"bool\"/>\n" 676 " Enable the use of custom label values.\n" 677 " </Documentation>\n" 678 " </IntVectorProperty>\n" 679 " <DoubleVectorProperty command=\"SetCustomLabel\"\n" 680 " name=\"CustomLabels\"\n" 681 " set_number_command=\"SetNumberOfCustomLabels\"\n" 682 " number_of_elements=\"0\"\n" 683 " number_of_elements_per_command=\"1\"\n" 684 " repeat_command=\"1\"\n" 685 " use_index=\"1\">\n" 687 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 688 " <Property name=\"UseCustomLabels\" function=\"boolean\"/>\n" 689 " </PropertyWidgetDecorator>\n" 691 " </DoubleVectorProperty>\n" 692 " <IntVectorProperty animateable=\"0\"\n" 693 " command=\"SetTextPosition\"\n" 694 " default_values=\"1\"\n" 695 " name=\"TextPosition\"\n" 696 " label=\"Annotations Position\"\n" 697 " number_of_elements=\"1\">\n" 698 " <EnumerationDomain name=\"enum\">\n" 699 " <Entry text=\"Right and top\"\n" 701 " <Entry text=\"Left and bottom\"\n" 703 " </EnumerationDomain>\n" 705 " Determines where the ticks, titles and labels are drawn.\n" 710 " </Documentation>\n" 711 " </IntVectorProperty>\n" 712 " <ProxyProperty command=\"SetTexture\"\n" 713 " name=\"Texture\"\n" 714 " panel_widget=\"texture_selector\"\n" 715 " null_on_empty=\"1\" >\n" 717 " Set the texture displayed in the scalar bar.\n" 718 " </Documentation>\n" 719 " <ProxyGroupDomain name=\"groups\">\n" 720 " <Group name=\"textures\" />\n" 721 " </ProxyGroupDomain>\n" 723 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 724 " mode=\"visibility\"\n" 725 " property=\"Interpolation\"\n" 727 " inverse=\"1\" />\n" 728 " <TextureSelectorWidget check_tcoords=\"1\" />\n" 729 " <!-- enable the texture selector only when tcoords is available. -->\n" 731 " </ProxyProperty>\n" 732 " <!--label text property -->\n" 733 " <SubProxy command=\"SetLabelTextProperty\">\n" 734 " <Proxy name=\"LabelTextProperty\"\n" 735 " proxygroup=\"properties\"\n" 736 " proxyname=\"TextProperty\"></Proxy>\n" 737 " <ExposedProperties>\n" 738 " <Property exposed_name=\"LabelColor\"\n" 739 " name=\"Color\"/>\n" 740 " <Property exposed_name=\"LabelOpacity\"\n" 741 " name=\"Opacity\"/>\n" 742 " <Property exposed_name=\"LabelFontFamily\"\n" 743 " name=\"FontFamily\"/>\n" 744 " <Property exposed_name=\"LabelFontFile\"\n" 745 " name=\"FontFile\"/>\n" 746 " <Property exposed_name=\"LabelBold\"\n" 748 " <Property exposed_name=\"LabelItalic\"\n" 749 " name=\"Italic\"/>\n" 750 " <Property exposed_name=\"LabelShadow\"\n" 751 " name=\"Shadow\"/>\n" 752 " <Property exposed_name=\"LabelFontSize\"\n" 753 " name=\"FontSize\"/>\n" 754 " </ExposedProperties>\n" 756 " <!--title text property -->\n" 757 " <SubProxy command=\"SetTitleTextProperty\">\n" 758 " <Proxy name=\"TitleTextProperty\"\n" 759 " proxygroup=\"properties\"\n" 760 " proxyname=\"TextProperty\"></Proxy>\n" 761 " <ExposedProperties>\n" 762 " <Property exposed_name=\"TitleColor\"\n" 763 " name=\"Color\"/>\n" 764 " <Property exposed_name=\"TitleOpacity\"\n" 765 " name=\"Opacity\"/>\n" 766 " <Property exposed_name=\"TitleFontFamily\"\n" 767 " name=\"FontFamily\"/>\n" 768 " <Property exposed_name=\"TitleFontFile\"\n" 769 " name=\"FontFile\"/>\n" 770 " <Property exposed_name=\"TitleBold\"\n" 772 " <Property exposed_name=\"TitleItalic\"\n" 773 " name=\"Italic\"/>\n" 774 " <Property exposed_name=\"TitleShadow\"\n" 775 " name=\"Shadow\"/>\n" 776 " <Property exposed_name=\"TitleFontSize\"\n" 777 " name=\"FontSize\"/>\n" 778 " </ExposedProperties>\n" 780 " <!-- End of TexturedScalarBarActor -->\n" 784 " <!-- ProxyGroup should be different from \"representations\" since this ScalarBarWidgetRepresentationProxy name -->\n" 785 " <!-- Has to be the same than the one defined in ParaView. This proxy name is used to retrieve the scalar bar -->\n" 786 " <!-- proxy and is not parametrable yet (see vtkSMTransferFunctionProxy::FindScalarBarRepresentation) -->\n" 787 " <ProxyGroup name=\"CustomScalarBarWidgetRepresentation\">\n" 788 " <Proxy class=\"vtkContext2DTexturedScalarBarRepresentation\"\n" 789 " name=\"ScalarBarRepresentation\">\n" 790 " <IntVectorProperty animateable=\"1\"\n" 791 " command=\"SetVisibility\"\n" 792 " default_values=\"1\"\n" 793 " name=\"Visibility\"\n" 794 " number_of_elements=\"1\">\n" 795 " <BooleanDomain name=\"bool\" />\n" 796 " </IntVectorProperty>\n" 797 " <DoubleVectorProperty command=\"SetPosition\"\n" 798 " default_values=\"0.89 0.02\"\n" 799 " information_property=\"PositionInfo\"\n" 800 " name=\"Position\"\n" 801 " number_of_elements=\"2\">\n" 802 " <DoubleRangeDomain max=\"1 1\"\n" 804 " name=\"range\" />\n" 806 " Specify the anchor position (bottom-left corner of the scalar bar) in normalized\n" 807 " viewport coordinates in range [0, 1]. This is used only when **Window Location**\n" 808 " is set to **AnyLocation**.\n" 809 " </Documentation>\n" 811 " <!-- Enable \"Position\" widget only when WindowLocation == AnyLocation -->\n" 812 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 813 " mode=\"enabled_state\"\n" 814 " property=\"WindowLocation\"\n" 817 " </DoubleVectorProperty>\n" 818 " <DoubleVectorProperty command=\"GetPosition\"\n" 819 " information_only=\"1\"\n" 820 " name=\"PositionInfo\">\n" 821 " <SimpleDoubleInformationHelper />\n" 822 " </DoubleVectorProperty>\n" 823 " <IntVectorProperty command=\"SetAutoOrient\"\n" 824 " default_values=\"0\"\n" 825 " name=\"AutoOrient\"\n" 826 " number_of_elements=\"1\">\n" 827 " <BooleanDomain name=\"bool\" />\n" 832 " Set if color legend's orientation will be updated based on its position.\n" 833 " This parameter as no effect in the case of this scalar bar representation.\n" 834 " </Documentation>\n" 835 " </IntVectorProperty>\n" 836 " <IntVectorProperty command=\"GetAutoOrient\"\n" 837 " information_only=\"1\"\n" 838 " name=\"AutoOrientInfo\">\n" 839 " <BooleanDomain name=\"bool\" />\n" 840 " </IntVectorProperty>\n" 841 " <IntVectorProperty command=\"SetOrientation\"\n" 842 " default_values=\"1\"\n" 843 " information_property=\"OrientationInfo\"\n" 844 " name=\"Orientation\"\n" 845 " number_of_elements=\"1\">\n" 847 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 848 " <Property name=\"AutoOrient\" function=\"boolean_invert\" index=\"0\" />\n" 849 " </PropertyWidgetDecorator>\n" 852 " <EnumerationDomain name=\"enum\">\n" 853 " <Entry text=\"Horizontal\"\n" 855 " <Entry text=\"Vertical\"\n" 857 " </EnumerationDomain>\n" 859 " Specify orientation of the color legend. Can be used only if Auto Orient is disabled.\n" 860 " This parameter as no effect in the case of this scalar bar representation.\n" 861 " </Documentation>\n" 862 " </IntVectorProperty>\n" 863 " <IntVectorProperty command=\"GetOrientation\"\n" 864 " information_only=\"1\"\n" 865 " name=\"OrientationInfo\">\n" 866 " <SimpleIntInformationHelper />\n" 867 " </IntVectorProperty>\n" 868 " <IntVectorProperty command=\"SetWindowLocation\"\n" 869 " default_values=\"2\"\n" 870 " name=\"WindowLocation\"\n" 871 " number_of_elements=\"1\">\n" 872 " <EnumerationDomain name=\"enum\">\n" 873 " <Entry text=\"Any Location\"\n" 875 " <Entry text=\"Lower Left Corner\"\n" 877 " <Entry text=\"Lower Right Corner\"\n" 879 " <Entry text=\"Lower Center\"\n" 881 " <Entry text=\"Upper Left Corner\"\n" 883 " <Entry text=\"Upper Right Corner\"\n" 885 " <Entry text=\"Upper Center\"\n" 887 " </EnumerationDomain>\n" 889 " Specify placement of the color legend.\n" 890 " </Documentation>\n" 891 " </IntVectorProperty>\n" 892 " <ProxyProperty command=\"SetScalarBarActor\"\n" 893 " name=\"ScalarBarActor\">\n" 894 " <ProxyGroupDomain name=\"groups\">\n" 895 " <Group name=\"annotations\" />\n" 896 " </ProxyGroupDomain>\n" 897 " </ProxyProperty>\n" 898 " <!-- End of ScalarBarRepresentation -->\n" 901 " <ScalarBarWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n" 902 " name=\"ScalarBarWidgetRepresentation\">\n" 904 " This custom ScalarBarWidgetRepresentation is used for displaying the textured 2D\n" 905 " scalar bar including a widget to control the position and the size of the scalar bar.\n" 906 " </Documentation>\n" 907 " <IntVectorProperty command=\"SetEnabled\"\n" 908 " default_values=\"1\"\n" 909 " name=\"Enabled\"\n" 910 " number_of_elements=\"1\"\n" 911 " panel_visibility=\"never\" >\n" 912 " <BooleanDomain name=\"bool\" />\n" 914 " Enable/Disable widget interaction.\n" 915 " </Documentation>\n" 916 " </IntVectorProperty>\n" 917 " <IntVectorProperty command=\"SetUseNonCompositedRenderer\"\n" 918 " default_values=\"1\"\n" 919 " name=\"UseNonCompositedRenderer\"\n" 920 " number_of_elements=\"1\"\n" 921 " panel_visibility=\"never\"></IntVectorProperty>\n" 922 " <IntVectorProperty default_values=\"0\"\n" 923 " name=\"LockPosition\"\n" 924 " number_of_elements=\"1\"\n" 925 " panel_visibility=\"never\">\n" 926 " <BooleanDomain name=\"bool\" />\n" 928 " Set this to 1 if you don't want the application to change the scalar bar position\n" 929 " when placing automatically.\n" 930 " </Documentation>\n" 931 " </IntVectorProperty>\n" 932 " <IntVectorProperty name=\"StickyVisible\"\n" 933 " default_values=\"1\"\n" 934 " panel_visibility=\"never\">\n" 935 " <BooleanDomain name=\"bool\" />\n" 937 " If the user manually toggles the scalar bar visibility, we keep that information\n" 938 " in the scalar bar representation, and will never / always show it until the\n" 939 " scalar bar button is toggled again on this array.\n" 940 " </Documentation>\n" 941 " </IntVectorProperty>\n" 943 " <Proxy name=\"Prop2D\"\n" 944 " proxygroup=\"CustomScalarBarWidgetRepresentation\"\n" 945 " proxyname=\"ScalarBarRepresentation\"></Proxy>\n" 946 " <ExposedProperties>\n" 947 " <Property name=\"Visibility\" panel_visibility=\"never\"/>\n" 948 " <Property name=\"ScalarBarActor\" panel_visibility=\"never\"/>\n" 949 " <PropertyGroup label=\"Layout\">\n" 950 " <Property name=\"AutoOrient\" panel_visibility=\"never\"/>\n" 951 " <Property name=\"AutoOrientInfo\" />\n" 952 " <Property name=\"Orientation\" panel_visibility=\"never\"/>\n" 953 " <Property name=\"OrientationInfo\" />\n" 954 " <Property name=\"WindowLocation\" />\n" 955 " <Property name=\"Position\" />\n" 956 " <Property name=\"PositionInfo\" />\n" 957 " </PropertyGroup>\n" 958 " </ExposedProperties>\n" 961 " <Proxy name=\"Prop2DActor\"\n" 962 " proxygroup=\"annotations\"\n" 963 " proxyname=\"TexturedScalarBarActor\"></Proxy>\n" 965 " <ExposedProperties>\n" 966 " <Property name=\"EstimatedNumberOfAnnotations\" panel_visibility=\"never\"/>\n" 967 " <Property name=\"LookupTable\" panel_visibility=\"never\" />\n" 968 " <Property name=\"FirstRange\" panel_visibility=\"never\" />\n" 969 " <Property name=\"SecondRange\" panel_visibility=\"never\" />\n" 970 " <!-- Appearance -->\n" 971 " <PropertyGroup label=\"General Appearance\">\n" 972 " <Property name=\"Texture\" />\n" 973 " <Property name=\"ScalarBarLength\" />\n" 974 " <Property name=\"TextPosition\" />\n" 975 " <Property name=\"DrawBackground\" panel_visibility=\"advanced\" />\n" 976 " <Property name=\"BackgroundColor\" panel_visibility=\"advanced\" />\n" 977 " <Property name=\"BackgroundPadding\" panel_visibility=\"advanced\" />\n" 978 " <Property name=\"DrawScalarBarOutline\" panel_visibility=\"advanced\" />\n" 979 " <Property name=\"ScalarBarOutlineColor\" panel_visibility=\"advanced\" />\n" 980 " <Property name=\"ScalarBarOutlineThickness\" panel_visibility=\"advanced\" />\n" 981 " </PropertyGroup>\n" 982 " <!-- Axis titles -->\n" 983 " <PropertyGroup label=\"Axis Titles\">\n" 984 " <Property name=\"FirstTitle\" />\n" 985 " <Property name=\"SecondTitle\" />\n" 986 " <Property name=\"ComponentTitle\" />\n" 987 " <Property name=\"TitleJustification\" />\n" 988 " </PropertyGroup>\n" 989 " <!-- Properties for Title -->\n" 990 " <PropertyGroup label=\"Axis Titles Font Properties\"\n" 991 " panel_widget=\"FontEditor\">\n" 992 " <Property name=\"TitleColor\" function=\"Color\"/>\n" 993 " <Property name=\"TitleOpacity\" function=\"Opacity\"/>\n" 994 " <Property name=\"TitleFontFamily\" function=\"Family\"/>\n" 995 " <Property name=\"TitleFontFile\" function=\"File\"/>\n" 996 " <Property name=\"TitleBold\" function=\"Bold\" />\n" 997 " <Property name=\"TitleItalic\" function=\"Italics\"/>\n" 998 " <Property name=\"TitleShadow\" function=\"Shadow\" />\n" 999 " <Property name=\"TitleFontSize\" function=\"Size\"\n" 1000 " number_of_elements=\"1\" default_values=\"16\" />\n" 1001 " </PropertyGroup>\n" 1002 " <!-- Ticks and Labels -->\n" 1003 " <PropertyGroup label=\"Ticks and Labels\">\n" 1004 " <Property name=\"AutomaticLabelFormat\" panel_visibility=\"advanced\" />\n" 1005 " <Property name=\"LabelFormat\" panel_visibility=\"advanced\" />\n" 1006 " <Property name=\"DrawTickMarks\" panel_visibility=\"advanced\" />\n" 1007 " <Property name=\"DrawTickLabels\" panel_visibility=\"advanced\" />\n" 1008 " <Property name=\"UseCustomLabels\" panel_visibility=\"advanced\" />\n" 1009 " <Property name=\"CustomLabels\" panel_visibility=\"advanced\" />\n" 1010 " <Property name=\"AddRangeLabels\" panel_visibility=\"advanced\" />\n" 1011 " <Property name=\"RangeLabelFormat\" panel_visibility=\"advanced\" />\n" 1012 " </PropertyGroup>\n" 1013 " <!-- Properties for Label -->\n" 1014 " <PropertyGroup label=\"Labels Font Properties\"\n" 1015 " panel_widget=\"FontEditor\">\n" 1016 " <Property name=\"LabelColor\" function=\"Color\"/>\n" 1017 " <Property name=\"LabelOpacity\" function=\"Opacity\" />\n" 1018 " <Property name=\"LabelFontFamily\" function=\"Family\"/>\n" 1019 " <Property name=\"LabelFontFile\" function=\"File\"/>\n" 1020 " <Property name=\"LabelBold\" function=\"Bold\" />\n" 1021 " <Property name=\"LabelItalic\" function=\"Italics\" />\n" 1022 " <Property name=\"LabelShadow\" function=\"Shadow\" />\n" 1023 " <Property name=\"LabelFontSize\" function=\"Size\"\n" 1028 " number_of_elements=\"1\" default_values=\"16\"/>\n" 1029 " </PropertyGroup>\n" 1030 " </ExposedProperties>\n" 1033 " <Proxy name=\"Widget\"\n" 1034 " proxygroup=\"3d_widgets\"\n" 1035 " proxyname=\"ScalarBarWidget\"></Proxy>\n" 1036 " <ExposedProperties>\n" 1037 " <Property name=\"Selectable\" panel_visibility=\"never\"/>\n" 1038 " <Property name=\"Resizable\" panel_visibility=\"never\"/>\n" 1039 " <Property name=\"Repositionable\" panel_visibility=\"never\"/>\n" 1040 " </ExposedProperties>\n" 1042 " <!-- End of ScalarBarWidgetRepresentation -->\n" 1043 " </ScalarBarWidgetRepresentationProxy>\n" 1045 "</ServerManagerConfiguration>\n" 1060 char* res =
new char[ len + 1];
1066 assert(offset == len);
static const char *const BivariateRepresentations_server_manager_modulesBivariateRepresentationsInterface1
char * BivariateRepresentations_server_manager_modulesBivariateRepresentationsGetInterfaces()
static const char *const BivariateRepresentations_server_manager_modulesBivariateRepresentationsInterface3
static const char *const BivariateRepresentations_server_manager_modulesBivariateRepresentationsInterface0
static const char *const BivariateRepresentations_server_manager_modulesBivariateRepresentationsInterface2