00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #include <string.h>
00024 #include <stdlib.h>
00025 #include "AtomRep.h"
00026 #include "Inform.h"
00027 #include "utilities.h"
00028 #include "config.h"
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076 #define DEF_CART_RES 12.0
00077
00078
00079 #define DEF_BOND_RES 12.0
00080
00081
00082 #define DEF_SPH_RES 12.0
00083
00084
00085 #define DEF_LIC_RES 12.0
00086
00087
00088 #define DEF_LINE_RES 1.0
00089
00090
00091 #define DEF_POINT_SIZE 1.0
00092
00093
00094 #define UNUSED {0, 0.0}
00095
00096
00097 const AtomRepParamStruct AtomRepInfo[AtomRep::TOTAL] = {
00098
00099
00100
00101
00102
00103 { "Lines", 2, {
00104 { AtomRep::LINETHICKNESS, DEF_LINE_RES },
00105 { AtomRep::ISOLINETHICKNESS, 0.0f },
00106 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00107 UNUSED, UNUSED, UNUSED }
00108 },
00109
00110
00111 { "Bonds", 2, {
00112 { AtomRep::BONDRAD, 0.3f },
00113 { AtomRep::BONDRES, DEF_BOND_RES },
00114 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00115 UNUSED, UNUSED, UNUSED }
00116 },
00117
00118
00119 { "DynamicBonds", 3, {
00120 { AtomRep::SPHERERAD, 3.0f },
00121 { AtomRep::BONDRAD, 0.3f },
00122 { AtomRep::BONDRES, DEF_BOND_RES },
00123 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00124 UNUSED, UNUSED, UNUSED }
00125 },
00126
00127
00128 { "HBonds", 3, {
00129 { AtomRep::BONDRAD, 3.0f},
00130 { AtomRep::SPHERERAD, 20.0f},
00131 { AtomRep::LINETHICKNESS, 1.0f},
00132 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00133 UNUSED, UNUSED, UNUSED }
00134 },
00135
00136
00137
00138
00139
00140
00141
00142 { "Points", 1, {
00143 { AtomRep::LINETHICKNESS, DEF_POINT_SIZE},
00144 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00145 UNUSED, UNUSED, UNUSED, UNUSED }
00146 },
00147
00148
00149 { "VDW", 2, {
00150 { AtomRep::SPHERERAD, 1.0f},
00151 { AtomRep::SPHERERES, DEF_SPH_RES },
00152 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00153 UNUSED, UNUSED, UNUSED }
00154 },
00155
00156
00157 { "CPK", 5, {
00158 { AtomRep::SPHERERAD, 1.0f},
00159 { AtomRep::BONDRAD, 0.3f},
00160 { AtomRep::SPHERERES, DEF_SPH_RES},
00161 { AtomRep::BONDRES, DEF_BOND_RES},
00162 { AtomRep::ISOLINETHICKNESS, 0.0f },
00163 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED }
00164 },
00165
00166
00167 { "Licorice", 4, {
00168 { AtomRep::BONDRAD, 0.3f },
00169 { AtomRep::SPHERERES, DEF_LIC_RES},
00170 { AtomRep::BONDRES, DEF_LIC_RES},
00171 { AtomRep::ISOLINETHICKNESS, 0.0f },
00172 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00173 UNUSED, UNUSED, UNUSED }
00174 },
00175
00176
00177 #ifdef VMDPOLYHEDRA
00178
00179 { "Polyhedra", 1, {
00180 { AtomRep::SPHERERAD, 3.0f },
00181 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00182 UNUSED, UNUSED, UNUSED, UNUSED }
00183 },
00184 #endif
00185
00186
00187
00188
00189
00190
00191 { "Trace", 2, {
00192 { AtomRep::BONDRAD, 0.3f},
00193 { AtomRep::BONDRES, DEF_BOND_RES},
00194 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00195 UNUSED, UNUSED, UNUSED }
00196 },
00197
00198
00199 { "Tube", 2, {
00200 { AtomRep::BONDRAD, 0.3f },
00201 { AtomRep::BONDRES, DEF_BOND_RES},
00202 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00203 UNUSED, UNUSED, UNUSED }
00204 },
00205
00206
00207 { "Ribbons", 3, {
00208 { AtomRep::BONDRAD, 0.3f},
00209 { AtomRep::BONDRES, DEF_BOND_RES},
00210 { AtomRep::LINETHICKNESS, 2.0f},
00211 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00212 UNUSED, UNUSED, UNUSED }
00213 },
00214
00215
00216 { "NewRibbons", 4, {
00217 { AtomRep::BONDRAD, 0.3f },
00218 { AtomRep::BONDRES, 12.0f },
00219 { AtomRep::LINETHICKNESS, 3.0f},
00220 { AtomRep::SPHERERAD, 0},
00221 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00222 UNUSED, UNUSED, UNUSED }
00223 },
00224
00225
00226 { "Cartoon", 3, {
00227 { AtomRep::BONDRAD, 2.1f},
00228 { AtomRep::BONDRES, 24.0f },
00229 { AtomRep::LINETHICKNESS, 5.0f},
00230 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00231 UNUSED, UNUSED, UNUSED }
00232 },
00233
00234
00235 { "NewCartoon", 4, {
00236 { AtomRep::BONDRAD, 0.3f },
00237 { AtomRep::BONDRES, 12.0f },
00238 { AtomRep::LINETHICKNESS, 4.5f},
00239 { AtomRep::SPHERERAD, 0},
00240 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00241 UNUSED, UNUSED, UNUSED }
00242 },
00243
00244 #ifdef VMDWITHCARBS
00245
00246 { "PaperChain", 2, {
00247 { AtomRep::LINETHICKNESS, 1.0f },
00248 { AtomRep::ISOSTEPSIZE, 10 },
00249 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00250 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED }
00251 },
00252
00253
00254 { "Twister", 7, {
00255 { AtomRep::LINETHICKNESS, 1 },
00256 { AtomRep::BONDRES, 0 },
00257 { AtomRep::SPHERERAD, 10 },
00258 { AtomRep::BONDRAD, 0.3f },
00259 { AtomRep::SPHERERES, 0.05f },
00260 { AtomRep::ISOSTEPSIZE, 10 },
00261 { AtomRep::ISOLINETHICKNESS, 5 },
00262 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED }
00263 },
00264 #endif
00265
00266
00267
00268
00269
00270
00271 #ifdef VMDQUICKSURF
00272
00273 { "QuickSurf", 4, {
00274 { AtomRep::SPHERERAD, 1.0f },
00275 { AtomRep::BONDRAD, 0.5f },
00276 { AtomRep::GRIDSPACING, 1.0f},
00277 { AtomRep::BONDRES, 0 },
00278 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00279 UNUSED, UNUSED, UNUSED }
00280 },
00281 #endif
00282
00283 #ifdef VMDMSMS
00284
00285 { "MSMS", 4, {
00286 { AtomRep::SPHERERAD, 1.5f },
00287 { AtomRep::SPHERERES, 1.5f },
00288 { AtomRep::LINETHICKNESS, 0},
00289 { AtomRep::BONDRES, 0},
00290 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00291 UNUSED, UNUSED, UNUSED }
00292 },
00293 #endif
00294
00295 #ifdef VMDNANOSHAPER
00296
00297 { "NanoShaper", 6, {
00298 { AtomRep::LINETHICKNESS, 0},
00299 { AtomRep::BONDRES, 0},
00300 { AtomRep::GRIDSPACING, 0.5f},
00301 { AtomRep::SPHERERAD, 1.40f },
00302 { AtomRep::SPHERERES, 0.45f },
00303 { AtomRep::BONDRAD, 0.5f },
00304 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00305 UNUSED, UNUSED, UNUSED }
00306 },
00307 #endif
00308
00309 #ifdef VMDSURF
00310
00311 { "Surf", 2, {
00312 { AtomRep::SPHERERAD, 1.4f },
00313 { AtomRep::BONDRES, 0},
00314 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00315 UNUSED, UNUSED, UNUSED }
00316 },
00317 #endif
00318
00319
00320 { "VolumeSlice", 4, {
00321 { AtomRep::SPHERERAD, 0.5f },
00322 { AtomRep::SPHERERES, 0 },
00323 { AtomRep::LINETHICKNESS, 0 },
00324 { AtomRep::BONDRES, 2 },
00325 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00326 UNUSED, UNUSED, UNUSED }
00327 },
00328
00329
00330 { "Isosurface", 6, {
00331 { AtomRep::SPHERERAD, 0.5f },
00332 { AtomRep::SPHERERES, 0},
00333 { AtomRep::LINETHICKNESS, 2},
00334 { AtomRep::BONDRES, 2},
00335 { AtomRep::ISOSTEPSIZE, 1},
00336 { AtomRep::ISOLINETHICKNESS, 1},
00337 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00338 UNUSED, UNUSED, UNUSED }
00339 },
00340
00341
00342 { "FieldLines", 8, {
00343 { AtomRep::SPHERERES, 0},
00344 { AtomRep::SPHERERAD, 1.8f},
00345 { AtomRep::BONDRAD, 10.0f},
00346 { AtomRep::BONDRES, 50.0f},
00347 { AtomRep::LINETHICKNESS, 1},
00348 { AtomRep::FIELDLINESTYLE, 0},
00349 { AtomRep::FIELDLINESEEDUSEGRID, 0},
00350 { AtomRep::FIELDLINEDELTA, 0.25},
00351 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED}
00352 },
00353
00354
00355 { "Orbital", 10, {
00356 { AtomRep::SPHERERAD, 0.05f},
00357 { AtomRep::SPHERERES, 0},
00358 { AtomRep::LINETHICKNESS, 0},
00359 { AtomRep::BONDRES, 0},
00360 { AtomRep::GRIDSPACING, 0.075f},
00361 { AtomRep::ISOLINETHICKNESS, 1},
00362 { AtomRep::WAVEFNCTYPE, 0},
00363 { AtomRep::WAVEFNCSPIN, 0},
00364 { AtomRep::WAVEFNCEXCITATION, 0},
00365 { AtomRep::ISOSTEPSIZE, 1},
00366 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED }
00367 },
00368
00369
00370 { "Beads", 2, {
00371 { AtomRep::SPHERERAD, 1.0f},
00372 { AtomRep::SPHERERES, DEF_SPH_RES },
00373 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00374 UNUSED, UNUSED, UNUSED }
00375 },
00376
00377
00378 { "Dotted", 2, {
00379 { AtomRep::SPHERERAD, 1.0f},
00380 { AtomRep::SPHERERES, DEF_SPH_RES},
00381 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00382 UNUSED, UNUSED, UNUSED }
00383 },
00384
00385
00386 { "Solvent", 3, {
00387 { AtomRep::SPHERERAD, 0 },
00388
00389
00390 { AtomRep::SPHERERES, 7.0f},
00391 { AtomRep::LINETHICKNESS, 1.0f },
00392 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00393 UNUSED, UNUSED, UNUSED }
00394 #ifdef VMDLATTICECUBES
00395 },
00396
00397
00398 { "LatticeCubes", 1, {
00399 { AtomRep::SPHERERAD, 1.0f},
00400 UNUSED,
00401 UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED, UNUSED,
00402 UNUSED, UNUSED, UNUSED }
00403 }
00404 #else
00405 }
00406 #endif
00407
00408 };
00409
00410
00412
00413 AtomRep::AtomRep(void) {
00414 int i, j;
00415
00416
00417 repMethod = DEFAULT_ATOMREP;
00418 repData = repDataStorage[repMethod];
00419 strcpy(cmdStr, AtomRepInfo[repMethod].name);
00420 for(j=0; j < TOTAL; j++) {
00421 memset(repDataStorage[j], 0, MAX_ATOMREP_DATA*sizeof(float));
00422 for(i=0; i < AtomRepInfo[j].numdata ; i++)
00423 repDataStorage[j][AtomRepInfo[j].repdata[i].index] =
00424 AtomRepInfo[j].repdata[i].defValue;
00425 }
00426
00427 }
00428
00429 AtomRep::~AtomRep(void) { }
00430
00432
00433 int AtomRep::parse_cmd(const char *newcmd) {
00434 int argc, i, j;
00435 char *argv[256], *cmdStrTok = NULL;
00436
00437
00438 if(newcmd && strlen(newcmd) > MAX_ATOMREP_CMD) {
00439 msgErr << "Atom representation string is too long (over ";
00440 msgErr << MAX_ATOMREP_CMD << " characters)." << sendmsg;
00441 return FALSE;
00442 }
00443
00444
00445 if (!strupncmp(newcmd, "off", 3)) newcmd = "Lines";
00446
00447
00448 if(!newcmd || !(cmdStrTok = str_tokenize(newcmd, &argc, argv))) {
00449
00450 return TRUE;
00451 }
00452
00453
00454 for(i=0; i < AtomRep::TOTAL; i++) {
00455 const AtomRepParamStruct *ari = &(AtomRepInfo[i]);
00456
00457 if(!strupncmp(argv[0], ari->name, CMDLEN)) {
00458
00459 if((argc - 1) > ari->numdata) {
00460 msgErr << "Incorrect atom representation command '" << newcmd << "':";
00461 msgErr << "\n '" << ari->name << "' only takes " << ari->numdata;
00462 msgErr << " arguments maximum." << sendmsg;
00463
00464 delete [] cmdStrTok;
00465 return FALSE;
00466 }
00467
00468
00469 repMethod = i;
00470 repData = repDataStorage[i];
00471
00472
00473 for(j=1; j < argc; j++) {
00474
00475 if(!(argv[j][0] == '-' && argv[j][1] == '\0'))
00476 repData[ari->repdata[j-1].index] = (float) atof(argv[j]);
00477 }
00478
00479
00480 break;
00481 }
00482 }
00483
00484
00485 if(i == AtomRep::TOTAL) {
00486 msgErr << "Unknown atom representation command '" << newcmd << "'.";
00487 msgErr << sendmsg;
00488
00489 delete [] cmdStrTok;
00490 return FALSE;
00491 }
00492
00493
00494 strcpy(cmdStr, newcmd);
00495
00496 delete [] cmdStrTok;
00497 return TRUE;
00498 }
00499
00500
00502
00503
00504 AtomRep &AtomRep::operator=(const AtomRep &ar) {
00505 strcpy(cmdStr, ar.cmdStr);
00506 repMethod = ar.repMethod;
00507 repData = repDataStorage[repMethod];
00508 for(int j=0; j < TOTAL; j++)
00509 for(int i=0; i < MAX_ATOMREP_DATA; i++)
00510 repDataStorage[j][i] = ar.repDataStorage[j][i];
00511
00512 return *this;
00513 }
00514