/usr/include/ncbi/objmmdb2.h is in libncbi6-dev 6.1.20120620-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 | #ifndef _objmmdb2_
#define _objmmdb2_
#undef NLM_EXTERN
#ifdef NLM_IMPORT
#define NLM_EXTERN NLM_IMPORT
#else
#define NLM_EXTERN extern
#endif
#ifdef __cplusplus
extern "C" { /* } */
#endif
/**************************************************
*
* Generated objects for Module MMDB-Structural-model
* Generated using ASNCODE Revision: 4.2 at Aug 14, 1996 5:25 PM
*
**************************************************/
NLM_EXTERN Boolean LIBCALL
objmmdb2AsnLoad PROTO((void));
/**************************************************
*
* BiostrucModel
*
**************************************************/
typedef struct struct_Biostruc_model {
struct struct_Biostruc_model PNTR next;
Uint4 OBbits__;
Int4 id;
Int4 type;
ValNodePtr descr;
struct struct_Model_space PNTR model_space;
struct struct_Model_coordinate_set PNTR model_coordinates;
} BiostrucModel, PNTR BiostrucModelPtr;
BiostrucModelPtr LIBCALL BiostrucModelFree PROTO ((BiostrucModelPtr ));
BiostrucModelPtr LIBCALL BiostrucModelNew PROTO (( void ));
BiostrucModelPtr LIBCALL BiostrucModelAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL BiostrucModelAsnWrite PROTO (( BiostrucModelPtr , AsnIoPtr, AsnTypePtr));
typedef ValNodePtr ModelDescrPtr;
typedef ValNode ModelDescr;
#define ModelDescr_name 1
#define ModelDescr_pdb_reso 2
#define ModelDescr_pdb_method 3
#define ModelDescr_pdb_comment 4
#define ModelDescr_other_comment 5
#define ModelDescr_attribution 6
ModelDescrPtr LIBCALL ModelDescrFree PROTO ((ModelDescrPtr ));
ModelDescrPtr LIBCALL ModelDescrAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL ModelDescrAsnWrite PROTO (( ModelDescrPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* ModelSpace
*
**************************************************/
typedef struct struct_Model_space {
Uint4 OBbits__;
Uint2 coordinate_units;
/* following #defines are for enumerated type, not used by object loaders */
#define Model_space_coordinate_units_angstroms 1
#define Model_space_coordinate_units_nanometers 2
#define Model_space_coordinate_units_other 3
#define Model_space_coordinate_units_unknown 255
#define OB__Model_space_thermal_factor_units 0
Uint2 thermal_factor_units;
/* following #defines are for enumerated type, not used by object loaders */
#define Model_space_thermal_factor_units_b 1
#define Model_space_thermal_factor_units_u 2
#define Model_space_thermal_factor_units_other 3
#define Model_space_thermal_factor_units_unknown 255
#define OB__Model_space_occupancy_factor_units 1
Uint2 occupancy_factor_units;
/* following #defines are for enumerated type, not used by object loaders */
#define Model_space_occupancy_factor_units_fractional 1
#define Model_space_occupancy_factor_units_electrons 2
#define Model_space_occupancy_factor_units_other 3
#define Model_space_occupancy_factor_units_unknown 255
#define OB__Model_space_density_units 2
Uint2 density_units;
/* following #defines are for enumerated type, not used by object loaders */
#define Model_space_density_units_electrons_per_unit_volume 1
#define Model_space_density_units_arbitrary_scale 2
#define Model_space_density_units_other 3
#define Model_space_density_units_unknown 255
struct struct_Reference_frame PNTR reference_frame;
} ModelSpace, PNTR ModelSpacePtr;
ModelSpacePtr LIBCALL ModelSpaceFree PROTO ((ModelSpacePtr ));
ModelSpacePtr LIBCALL ModelSpaceNew PROTO (( void ));
ModelSpacePtr LIBCALL ModelSpaceAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL ModelSpaceAsnWrite PROTO (( ModelSpacePtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* ModelCoordinateSet
*
**************************************************/
typedef struct struct_Model_coordinate_set {
struct struct_Model_coordinate_set PNTR next;
Uint4 OBbits__;
#define OB__Model_coordinate_set_id 0
Int4 id;
ValNodePtr descr;
ValNodePtr Coordinates_coordinates;
} ModelCoordinateSet, PNTR ModelCoordinateSetPtr;
ModelCoordinateSetPtr LIBCALL ModelCoordinateSetFree PROTO ((ModelCoordinateSetPtr ));
ModelCoordinateSetPtr LIBCALL ModelCoordinateSetNew PROTO (( void ));
ModelCoordinateSetPtr LIBCALL ModelCoordinateSetAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL ModelCoordinateSetAsnWrite PROTO (( ModelCoordinateSetPtr , AsnIoPtr, AsnTypePtr));
#ifdef NLM_GENERATED_CODE_PROTO
typedef ValNodePtr Coordinates_coordinatesPtr;
typedef ValNode Coordinates_coordinates;
#endif /* NLM_GENERATED_CODE_PROTO */
#define Coordinates_coordinates_literal 1
#define Coordinates_coordinates_reference 2
#ifdef NLM_GENERATED_CODE_PROTO
static Coordinates_coordinatesPtr LIBCALL Coordinates_coordinatesFree PROTO ((Coordinates_coordinatesPtr ));
static Coordinates_coordinatesPtr LIBCALL Coordinates_coordinatesAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
static Boolean LIBCALL Coordinates_coordinatesAsnWrite PROTO (( Coordinates_coordinatesPtr , AsnIoPtr, AsnTypePtr));
#endif /* NLM_GENERATED_CODE_PROTO */
/**************************************************
*
* ReferenceFrame
*
**************************************************/
typedef struct struct_Reference_frame {
Uint4 OBbits__;
ValNodePtr biostruc_id;
struct struct_Transform PNTR rotation_translation;
} ReferenceFrame, PNTR ReferenceFramePtr;
ReferenceFramePtr LIBCALL ReferenceFrameFree PROTO ((ReferenceFramePtr ));
ReferenceFramePtr LIBCALL ReferenceFrameNew PROTO (( void ));
ReferenceFramePtr LIBCALL ReferenceFrameAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL ReferenceFrameAsnWrite PROTO (( ReferenceFramePtr , AsnIoPtr, AsnTypePtr));
typedef ValNodePtr CoordinatesPtr;
typedef ValNode Coordinates;
#define Coordinates_atomic 1
#define Coordinates_surface 2
#define Coordinates_density 3
CoordinatesPtr LIBCALL CoordinatesFree PROTO ((CoordinatesPtr ));
CoordinatesPtr LIBCALL CoordinatesAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL CoordinatesAsnWrite PROTO (( CoordinatesPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* AtomicCoordinates
*
**************************************************/
typedef struct struct_Atomic_coordinates {
Uint4 OBbits__;
Int4 number_of_points;
struct struct_Atom_pntrs PNTR atoms;
struct struct_Model_space_points PNTR sites;
ValNodePtr temperature_factors;
struct struct_Atomic_occupancies PNTR occupancies;
struct struct_Alternate_conformation_id PNTR alternate_conf_ids;
struct struct_Conformation_ensemble PNTR conf_ensembles;
} AtomicCoordinates, PNTR AtomicCoordinatesPtr;
AtomicCoordinatesPtr LIBCALL AtomicCoordinatesFree PROTO ((AtomicCoordinatesPtr ));
AtomicCoordinatesPtr LIBCALL AtomicCoordinatesNew PROTO (( void ));
AtomicCoordinatesPtr LIBCALL AtomicCoordinatesAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL AtomicCoordinatesAsnWrite PROTO (( AtomicCoordinatesPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* SurfaceCoordinates
*
**************************************************/
typedef struct struct_Surface_coordinates {
Uint4 OBbits__;
ValNodePtr contents;
ValNodePtr Surface_surface;
} SurfaceCoordinates, PNTR SurfaceCoordinatesPtr;
SurfaceCoordinatesPtr LIBCALL SurfaceCoordinatesFree PROTO ((SurfaceCoordinatesPtr ));
SurfaceCoordinatesPtr LIBCALL SurfaceCoordinatesNew PROTO (( void ));
SurfaceCoordinatesPtr LIBCALL SurfaceCoordinatesAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL SurfaceCoordinatesAsnWrite PROTO (( SurfaceCoordinatesPtr , AsnIoPtr, AsnTypePtr));
#ifdef NLM_GENERATED_CODE_PROTO
typedef ValNodePtr Surface_surfacePtr;
typedef ValNode Surface_surface;
#endif /* NLM_GENERATED_CODE_PROTO */
#define Surface_surface_sphere 1
#define Surface_surface_cone 2
#define Surface_surface_cylinder 3
#define Surface_surface_brick 4
#define Surface_surface_tmesh 5
#define Surface_surface_triangles 6
#ifdef NLM_GENERATED_CODE_PROTO
static Surface_surfacePtr LIBCALL Surface_surfaceFree PROTO ((Surface_surfacePtr ));
static Surface_surfacePtr LIBCALL Surface_surfaceAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
static Boolean LIBCALL Surface_surfaceAsnWrite PROTO (( Surface_surfacePtr , AsnIoPtr, AsnTypePtr));
#endif /* NLM_GENERATED_CODE_PROTO */
/**************************************************
*
* DensityCoordinates
*
**************************************************/
typedef struct struct_Density_coordinates {
Uint4 OBbits__;
ValNodePtr contents;
struct struct_Brick PNTR grid_corners;
Int4 grid_steps_x;
Int4 grid_steps_y;
Int4 grid_steps_z;
Uint2 fastest_varying;
/* following #defines are for enumerated type, not used by object loaders */
#define Density_coordinates_fastest_varying_x 1
#define Density_coordinates_fastest_varying_y 2
#define Density_coordinates_fastest_varying_z 3
Uint2 slowest_varying;
/* following #defines are for enumerated type, not used by object loaders */
#define Density_coordinates_slowest_varying_x 1
#define Density_coordinates_slowest_varying_y 2
#define Density_coordinates_slowest_varying_z 3
Int4 scale_factor;
ValNodePtr density;
} DensityCoordinates, PNTR DensityCoordinatesPtr;
DensityCoordinatesPtr LIBCALL DensityCoordinatesFree PROTO ((DensityCoordinatesPtr ));
DensityCoordinatesPtr LIBCALL DensityCoordinatesNew PROTO (( void ));
DensityCoordinatesPtr LIBCALL DensityCoordinatesAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL DensityCoordinatesAsnWrite PROTO (( DensityCoordinatesPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* ModelSpacePoints
*
**************************************************/
typedef struct struct_Model_space_points {
Uint4 OBbits__;
Int4 scale_factor;
ValNodePtr x;
ValNodePtr y;
ValNodePtr z;
} ModelSpacePoints, PNTR ModelSpacePointsPtr;
ModelSpacePointsPtr LIBCALL ModelSpacePointsFree PROTO ((ModelSpacePointsPtr ));
ModelSpacePointsPtr LIBCALL ModelSpacePointsNew PROTO (( void ));
ModelSpacePointsPtr LIBCALL ModelSpacePointsAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL ModelSpacePointsAsnWrite PROTO (( ModelSpacePointsPtr , AsnIoPtr, AsnTypePtr));
typedef ValNodePtr AtomicTemperatureFactorsPtr;
typedef ValNode AtomicTemperatureFactors;
#define AtomicTemperatureFactors_isotropic 1
#define AtomicTemperatureFactors_anisotropic 2
AtomicTemperatureFactorsPtr LIBCALL AtomicTemperatureFactorsFree PROTO ((AtomicTemperatureFactorsPtr ));
AtomicTemperatureFactorsPtr LIBCALL AtomicTemperatureFactorsAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL AtomicTemperatureFactorsAsnWrite PROTO (( AtomicTemperatureFactorsPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* AtomicOccupancies
*
**************************************************/
typedef struct struct_Atomic_occupancies {
Uint4 OBbits__;
Int4 scale_factor;
ValNodePtr o;
} AtomicOccupancies, PNTR AtomicOccupanciesPtr;
AtomicOccupanciesPtr LIBCALL AtomicOccupanciesFree PROTO ((AtomicOccupanciesPtr ));
AtomicOccupanciesPtr LIBCALL AtomicOccupanciesNew PROTO (( void ));
AtomicOccupanciesPtr LIBCALL AtomicOccupanciesAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL AtomicOccupanciesAsnWrite PROTO (( AtomicOccupanciesPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* AlternateConformationIds
*
**************************************************/
typedef ValNode AlternateConformationIds;
typedef ValNodePtr AlternateConformationIdsPtr;
#define AlternateConformationIdsNew() ValNodeNew(NULL)
#ifdef NLM_GENERATED_CODE_PROTO
AlternateConformationIdsPtr LIBCALL AlternateConformationIdsFree PROTO ((AlternateConformationIdsPtr ));
AlternateConformationIdsPtr LIBCALL AlternateConformationIdsNew PROTO (( void ));
AlternateConformationIdsPtr LIBCALL AlternateConformationIdsAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL AlternateConformationIdsAsnWrite PROTO (( AlternateConformationIdsPtr , AsnIoPtr, AsnTypePtr));
#endif /* NLM_GENERATED_CODE_PROTO */
/**************************************************
*
* ConformationEnsemble
*
**************************************************/
typedef struct struct_Conformation_ensemble {
struct struct_Conformation_ensemble PNTR next;
Uint4 OBbits__;
CharPtr name;
ValNodePtr alt_conf_ids;
} ConformationEnsemble, PNTR ConformationEnsemblePtr;
ConformationEnsemblePtr LIBCALL ConformationEnsembleFree PROTO ((ConformationEnsemblePtr ));
ConformationEnsemblePtr LIBCALL ConformationEnsembleNew PROTO (( void ));
ConformationEnsemblePtr LIBCALL ConformationEnsembleAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL ConformationEnsembleAsnWrite PROTO (( ConformationEnsemblePtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* IsotropicTemperatureFactors
*
**************************************************/
typedef struct struct_Isotropic_temperature_factors {
Uint4 OBbits__;
Int4 scale_factor;
ValNodePtr b;
} IsotropicTemperatureFactors, PNTR IsotropicTemperatureFactorsPtr;
IsotropicTemperatureFactorsPtr LIBCALL IsotropicTemperatureFactorsFree PROTO ((IsotropicTemperatureFactorsPtr ));
IsotropicTemperatureFactorsPtr LIBCALL IsotropicTemperatureFactorsNew PROTO (( void ));
IsotropicTemperatureFactorsPtr LIBCALL IsotropicTemperatureFactorsAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL IsotropicTemperatureFactorsAsnWrite PROTO (( IsotropicTemperatureFactorsPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* AnisotropicTemperatureFactors
*
**************************************************/
typedef struct struct_Anisotropic_temperature_factors {
Uint4 OBbits__;
Int4 scale_factor;
ValNodePtr b_11;
ValNodePtr b_12;
ValNodePtr b_13;
ValNodePtr b_22;
ValNodePtr b_23;
ValNodePtr b_33;
} AnisotropicTemperatureFactors, PNTR AnisotropicTemperatureFactorsPtr;
AnisotropicTemperatureFactorsPtr LIBCALL AnisotropicTemperatureFactorsFree PROTO ((AnisotropicTemperatureFactorsPtr ));
AnisotropicTemperatureFactorsPtr LIBCALL AnisotropicTemperatureFactorsNew PROTO (( void ));
AnisotropicTemperatureFactorsPtr LIBCALL AnisotropicTemperatureFactorsAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL AnisotropicTemperatureFactorsAsnWrite PROTO (( AnisotropicTemperatureFactorsPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* TMesh
*
**************************************************/
typedef struct struct_T_mesh {
Uint4 OBbits__;
Int4 number_of_points;
Int4 scale_factor;
ValNodePtr swap;
ValNodePtr x;
ValNodePtr y;
ValNodePtr z;
} TMesh, PNTR TMeshPtr;
TMeshPtr LIBCALL TMeshFree PROTO ((TMeshPtr ));
TMeshPtr LIBCALL TMeshNew PROTO (( void ));
TMeshPtr LIBCALL TMeshAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL TMeshAsnWrite PROTO (( TMeshPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* Triangles
*
**************************************************/
typedef struct struct_Triangles {
Uint4 OBbits__;
Int4 number_of_points;
Int4 scale_factor;
ValNodePtr x;
ValNodePtr y;
ValNodePtr z;
Int4 number_of_triangles;
ValNodePtr v1;
ValNodePtr v2;
ValNodePtr v3;
} Triangles, PNTR TrianglesPtr;
TrianglesPtr LIBCALL TrianglesFree PROTO ((TrianglesPtr ));
TrianglesPtr LIBCALL TrianglesNew PROTO (( void ));
TrianglesPtr LIBCALL TrianglesAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL TrianglesAsnWrite PROTO (( TrianglesPtr , AsnIoPtr, AsnTypePtr));
#ifdef __cplusplus
/* { */ }
#endif
#undef NLM_EXTERN
#ifdef NLM_EXPORT
#define NLM_EXTERN NLM_EXPORT
#else
#define NLM_EXTERN
#endif
#endif /* _objmmdb2_ */
|