5 #ifndef LANLX3DReader_server_manager_modules_data_h 6 #define LANLX3DReader_server_manager_modules_data_h 15 "<ServerManagerConfiguration>\n" 16 " <ProxyGroup name=\"sources\">\n" 17 " <SourceProxy name=\"LANLX3DReader\" class=\"vtkLANLX3DReader\" label=\"LANLX3DReader\">\n" 19 " long_help=\"Read a LANL X3D (Los Alamos National Laboratory X3D format) file.\"\n" 20 " short_help=\"Read a LANL X3D file.\">\n" 22 " <StringVectorProperty\n" 23 " name=\"FileName\"\n" 24 " animateable=\"0\"\n" 25 " command=\"SetFileName\"\n" 26 " number_of_elements=\"1\">\n" 27 " <FileListDomain name=\"files\"/>\n" 29 " This property specifies the file name for the LANL X3D reader.\n" 31 " </StringVectorProperty>\n" 32 " <IntVectorProperty\n" 33 " name=\"ReadAllPieces\"\n" 34 " animateable=\"0\"\n" 35 " command=\"SetReadAllPieces\"\n" 36 " number_of_elements=\"1\"\n" 37 " default_values=\"1\">\n" 39 " Turns on/off reading of all pieces (processors) from a parallel\n" 40 " LANL X3D file set. If off, reads only the piece (one processor) specified.\n" 42 " <BooleanDomain name=\"bool\" />\n" 43 " </IntVectorProperty>\n" 46 " extensions=\"x3d\"\n" 47 " file_description=\"LANL X3D File Format\" />\n" 51 "</ServerManagerConfiguration>\n" 60 char* res =
new char[ len + 1];
63 assert(offset == len);
char * LANLX3DReader_server_manager_modulesLANLX3DReaderGetInterfaces()
static const char *const LANLX3DReader_server_manager_modulesLANLX3DReaderInterface0