5 #ifndef PacMan_server_manager_data_h 6 #define PacMan_server_manager_data_h 15 "<ServerManagerConfiguration>\n" 16 " <ProxyGroup name=\"settings\">\n" 18 " <SettingsProxy name=\"PacManSettings\" label=\"PacMan\"\n" 19 " processes=\"client|dataserver|renderserver\">\n" 21 " Settings for the PacMan plugin.\n" 24 " <IntVectorProperty name=\"TestOption\"\n" 25 " number_of_elements=\"1\"\n" 26 " default_values=\"0\">\n" 28 " This is a simple boolean test option.\n" 30 " <BooleanDomain name=\"bool\" />\n" 31 " </IntVectorProperty>\n" 33 " <UseDocumentationForLabels />\n" 38 " <ProxyGroup name=\"sources\">\n" 39 " <SourceProxy name=\"PacMan\" class=\"vtkSphereSource\" label=\"PacMan\">\n" 40 " <DoubleVectorProperty\n" 42 " command=\"SetCenter\"\n" 43 " number_of_elements=\"3\"\n" 44 " animateable=\"1\"\n" 45 " default_values=\"0.0 0.0 0.0\" >\n" 46 " <DoubleRangeDomain name=\"range\"/>\n" 48 " This property specifies the 3D coordinates for the center of the sphere.\n" 50 " </DoubleVectorProperty>\n" 52 " <IntVectorProperty\n" 53 " name=\"ThetaResolution\"\n" 54 " command=\"SetThetaResolution\"\n" 55 " number_of_elements=\"1\"\n" 56 " default_values=\"60\" >\n" 57 " <IntRangeDomain name=\"range\" min=\"3\" max=\"1024\" />\n" 59 " The value of this property represents the number of divisions between Start Theta and End Theta around the sphere. (See the Start Theta and End Theta properties.) The theta divisions are similar to longitude lines on the earth. The higher the resolution, the closer the approximation will come to a sphere, and the more polygons there will be.\n" 61 " </IntVectorProperty>\n" 63 " <DoubleVectorProperty\n" 64 " name=\"StartTheta\"\n" 65 " command=\"SetStartTheta\"\n" 66 " number_of_elements=\"1\"\n" 67 " animateable=\"1\"\n" 68 " default_values=\"30\" >\n" 69 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"360\" />\n" 71 " To form a complete sphere, the value of this property should be 0 degrees, and the value of the End Theta property should be 360 degrees. The value of this property can be adjusted to form only a portion of a sphere.\n" 73 " </DoubleVectorProperty>\n" 75 " <DoubleVectorProperty\n" 76 " name=\"EndTheta\"\n" 77 " command=\"SetEndTheta\"\n" 78 " number_of_elements=\"1\"\n" 79 " animateable=\"1\"\n" 80 " default_values=\"330\" >\n" 81 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"360\" />\n" 83 " The value of this property can be adjusted to form only a portion of a sphere. This value is measured in degrees.\n" 85 " </DoubleVectorProperty>\n" 87 " <IntVectorProperty\n" 88 " name=\"PhiResolution\"\n" 89 " command=\"SetPhiResolution\"\n" 90 " number_of_elements=\"1\"\n" 91 " default_values=\"60\" >\n" 92 " <IntRangeDomain name=\"range\" min=\"3\" max=\"1024\" />\n" 94 " The value of this property represents the number of divisions between Start Phi and End Phi on the sphere. (See the Start Phi and End Phi properties.) The phi divisions are similar to latitude lines on the earth.\n" 96 " </IntVectorProperty>\n" 99 "</ServerManagerConfiguration>\n" 108 char* res =
new char[ len + 1];
111 assert(offset == len);
char * PacMan_server_managerPacManGetInterfaces()
static const char *const PacMan_server_managerPacManInterface0