5 #ifndef NonOrthogonalSource_server_manager_modules_data_h 6 #define NonOrthogonalSource_server_manager_modules_data_h 15 "<ServerManagerConfiguration>\n" 16 " <ProxyGroup name=\"sources\">\n" 17 " <SourceProxy name=\"ShearedWavelet\" label=\"Sheared Wavelet\" class=\"vtkShearedWaveletSource\">\n" 18 " <DoubleVectorProperty\n" 20 " command=\"SetBasisU\"\n" 21 " number_of_elements=\"3\"\n" 22 " default_values=\"1.0 0.0 0.0\"\n" 23 " panel_visibility=\"default\" >\n" 24 " <DoubleRangeDomain name=\"range\"/>\n" 26 " The values of this property set the corresponding X axis direction.\n" 28 " </DoubleVectorProperty>\n" 30 " <DoubleVectorProperty\n" 32 " command=\"SetBasisV\"\n" 33 " number_of_elements=\"3\"\n" 34 " default_values=\"0.0 1.0 0.0\"\n" 35 " panel_visibility=\"default\" >\n" 36 " <DoubleRangeDomain name=\"range\"/>\n" 38 " The values of this property set the corresponding Y axis direction.\n" 40 " </DoubleVectorProperty>\n" 42 " <DoubleVectorProperty\n" 44 " command=\"SetBasisW\"\n" 45 " number_of_elements=\"3\"\n" 46 " default_values=\"0.0 0.0 1.0\"\n" 47 " panel_visibility=\"default\" >\n" 48 " <DoubleRangeDomain name=\"range\"/>\n" 50 " The values of this property set the corresponding Z axis direction.\n" 52 " </DoubleVectorProperty>\n" 54 " <StringVectorProperty\n" 56 " command=\"SetAxisUTitle\"\n" 57 " number_of_elements=\"1\"\n" 58 " default_values=\"Base U\"\n" 59 " panel_visibility=\"default\">\n" 61 " This property specifies the text to display for the X axis.\n" 63 " </StringVectorProperty>\n" 65 " <StringVectorProperty\n" 67 " command=\"SetAxisVTitle\"\n" 68 " number_of_elements=\"1\"\n" 69 " default_values=\"Base V\"\n" 70 " panel_visibility=\"default\">\n" 72 " This property specifies the text to display for the Y axis.\n" 74 " </StringVectorProperty>\n" 76 " <StringVectorProperty\n" 78 " command=\"SetAxisWTitle\"\n" 79 " number_of_elements=\"1\"\n" 80 " default_values=\"Base W\"\n" 81 " panel_visibility=\"default\">\n" 83 " This property specifies the text to display for the Z axis.\n" 85 " </StringVectorProperty>\n" 87 " <IntVectorProperty name=\"EnableAxisTitles\"\n" 88 " command=\"SetEnableAxisTitles\"\n" 89 " number_of_elements=\"1\"\n" 90 " default_values=\"0\"\n" 91 " panel_visibility=\"default\">\n" 92 " <BooleanDomain name=\"bool\"/>\n" 93 " </IntVectorProperty>\n" 95 " <IntVectorProperty name=\"EnableTimeLabel\"\n" 96 " command=\"SetEnableTimeLabel\"\n" 97 " number_of_elements=\"1\"\n" 98 " default_values=\"0\"\n" 99 " panel_visibility=\"default\">\n" 100 " <BooleanDomain name=\"bool\"/>\n" 101 " </IntVectorProperty>\n" 102 " <DoubleVectorProperty name=\"ModelBoundingBox\"\n" 103 " command=\"SetModelBoundingBox\"\n" 104 " number_of_elements=\"6\"\n" 105 " default_values=\"0 1 0 1 0 1\">\n" 106 " <DoubleRangeDomain name=\"range\" />\n" 107 " </DoubleVectorProperty>\n" 108 " <StringVectorProperty name=\"TimeLabel\"\n" 109 " command=\"SetTimeLabel\"\n" 110 " number_of_elements=\"1\"\n" 111 " default_values=\"Time\"\n" 112 " panel_visibility=\"default\">\n" 114 " This property specifies the text to use for time label.\n" 115 " </Documentation>\n" 116 " </StringVectorProperty>\n" 117 " <StringVectorProperty name=\"TimeLabelAnnotation\"\n" 118 " command=\"GetTimeLabelAnnotation\"\n" 119 " information_only=\"1\">\n" 120 " </StringVectorProperty>\n" 123 "</ServerManagerConfiguration>\n" 132 char* res =
new char[ len + 1];
135 assert(offset == len);
char * NonOrthogonalSource_server_manager_modulesvtkNonOrthogonalSourceGetInterfaces()
static const char *const NonOrthogonalSource_server_manager_modulesvtkNonOrthogonalSourceInterface0