-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccp4_mtzlib_fem.hpp
570 lines (510 loc) · 8.56 KB
/
ccp4_mtzlib_fem.hpp
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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
#ifndef CCP4IO_ADAPTBX_CCP4_MTZLIB_FEM_HPP
#define CCP4IO_ADAPTBX_CCP4_MTZLIB_FEM_HPP
#include <fem.hpp> // Fortran EMulation library of fable module
extern "C" {
typedef unsigned int ccp4_ftn_logical;
void
lwrefl_(
int const* mindx,
float const* adata);
void
mtzini_();
void
lrcell_(
int const* mindx,
float* cellp);
void
lrclos_(
int const* mindx);
void
lrinfo_(
int const* mindx,
char* versnx,
int* ncolx,
int* nreflx,
/*arr_ref<float, 2>*/ float* ranges,
int versnx_len);
void
lropen_(
int const* mindx,
char const* filnam,
int const* iprint,
int* ifail,
int filnam_len);
void
lrsymi_(
int const* mindx,
int* nsympx,
char* ltypex,
int* nspgrx,
char* spgrnx,
char* pgnamx,
int ltypex_len,
int spgrnx_len,
int pgnamx_len);
void
lrsymm_(
int const* mindx,
int* nsymx,
/*arr_ref<float, 3>*/ float* rsymx);
void
lridx_(
int const* mindx,
/*str_arr_ref<>*/ char* pname,
/*str_arr_ref<>*/ char* xname,
/*str_arr_ref<>*/ char* dname,
int* isets,
/*arr_ref<float, 2>*/ float* datcell,
float* datwave,
int* ndatasets,
int pname_len,
int xname_len,
int dname_len);
void
lwbat_(
int const* mtzout,
int const* iserop,
/* arr_cref<float> */ float const* rbatch,
/* str_arr_cref<> */ char const* cbatch,
int cbatch_len);
void
lwbsetidx_(
int const* mtzout,
int const* iserop,
char const* crystalname,
char const* datasetname,
int crystalname_len,
int datasetname_len);
void
lrassn_(
int const* mindx,
/*str_arr_cref<>*/ char const* lsprgi,
int const* nlprgi,
int* lookup,
/*str_arr_ref<>*/ char* ctprgi,
int lsprgi_len,
int ctprgi_len);
void
lkyin_(
int const* mindx,
/*str_arr_cref<>*/ char const* lsprgi,
int const* nlprgi,
int const* ntok,
char const* line,
int const* ibeg,
int const* iend,
int lsprgi_len,
int line_len);
void
lrclid_(
int const* mindx,
int* csetid,
int* ncol);
void
lrrefm_(
int const* mindx,
ccp4_ftn_logical* logmss);
void
lrrefl_(
int const* mindx,
float* resol,
float* adata,
ccp4_ftn_logical* eof);
void
lwclos_(
int const* mindx,
int const* iprint);
void
lwcell_(
int const* mindx,
float const* cellp);
void
lwclab_(
int const* mindx,
/*str_arr_cref<>*/ char const* lsprgo,
int const* nlprgo,
/*str_arr_cref<>*/ char const* ctprgo,
int const* iappnd,
int lsprgo_len,
int ctprgo_len);
void
lwhstl_(
int const* mindx,
char const* extra,
int extra_len);
void
lwhist_(
int const* mindx,
/* str_arr_cref<> */ char const* hstrng,
int const* nlines,
int hstrng_len);
void
lwopen_(
int const* mindx,
char const* filnam,
int filnam_len);
void
lwsymm_(
int const* mindx,
int const* nsymx,
int const* nsympx,
/*arr_cref<float, 3>*/ float const* rsymx,
char const* ltypex,
int const* nspgrx,
char const* spgrnx,
char const* pgnamx,
int ltypex_len,
int spgrnx_len,
int pgnamx_len);
void
lwidas_(
int const* mindx,
int const* nlprgo,
/*str_arr_cref<>*/ char const* pname,
/*str_arr_cref<>*/ char const* dname,
int const* iappnd,
int pname_len,
int dname_len);
void
lwidx_(
int const* mindx,
char* project_name,
char* crystal_name,
char* dataset_name,
float const* datcell,
float const* datwave,
int project_name_len,
int crystal_name_len,
int dataset_name_len);
void
lwtitl_(
int const* mindx,
char const* ntitle,
int const* flag,
int ntitle_len);
} // extern "C"
namespace ccp4_mtzlib_fem {
using namespace fem::major_types;
inline
void
lwrefl(
int const& mindx,
arr_cref<float> adata)
{
lwrefl_(&mindx, adata.begin());
}
inline
void
mtzini()
{
mtzini_();
}
inline
void
lrcell(
int const& mindx,
arr_ref<float> cellp)
{
lrcell_(&mindx, cellp.begin());
}
inline
void
lrclos(
int const& mindx)
{
lrclos_(&mindx);
}
inline
void
lrinfo(
int const& mindx,
str_ref versnx,
int& ncolx,
int& nreflx,
arr_ref<float, 2> ranges)
{
lrinfo_(&mindx, versnx.elems(), &ncolx, &nreflx, ranges.begin(),
versnx.len());
}
inline
void
lropen(
int const& mindx,
str_cref filnam,
int const& iprint,
int& ifail)
{
lropen_(&mindx, filnam.elems(), &iprint, &ifail, filnam.len());
}
inline
void
lrsymi(
int const& mindx,
int& nsympx,
str_ref ltypex,
int& nspgrx,
str_ref spgrnx,
str_ref pgnamx)
{
lrsymi_(
&mindx, &nsympx, ltypex.elems(), &nspgrx, spgrnx.elems(), pgnamx.elems(),
ltypex.len(), spgrnx.len(), pgnamx.len());
}
inline
void
lrsymm(
int const& mindx,
int& nsymx,
arr_ref<float, 3> rsymx)
{
lrsymm_(&mindx, &nsymx, rsymx.begin());
}
inline
void
lridx(
int const& mindx,
str_arr_ref<> pname,
str_arr_ref<> xname,
str_arr_ref<> dname,
arr_ref<int> isets,
arr_ref<float, 2> datcell,
arr_ref<float> datwave,
int& ndatasets)
{
lridx_(
&mindx,
pname.begin(),
xname.begin(),
dname.begin(),
isets.begin(),
datcell.begin(),
datwave.begin(),
&ndatasets,
pname.len(),
xname.len(),
dname.len());
}
inline
void
lwbat(
int const& mtzout,
int const& iserop,
arr_cref<float> rbatch,
str_arr_cref<> cbatch)
{
lwbat_(&mtzout, &iserop, rbatch.begin(), cbatch.begin(), cbatch.len());
}
inline
void
lwbsetidx(
int const& mtzout,
int const& iserop,
str_cref crystalname,
str_cref datasetname)
{
lwbsetidx_(&mtzout, &iserop, crystalname.elems(), datasetname.elems(),
crystalname.len(), datasetname.len());
}
inline
void
lrassn(
int const& mindx,
str_arr_cref<> lsprgi,
int const& nlprgi,
arr_ref<int> lookup,
str_arr_ref<> ctprgi)
{
lrassn_(
&mindx, lsprgi.begin(), &nlprgi, lookup.begin(), ctprgi.begin(),
lsprgi.len(), ctprgi.len());
}
inline
void
lkyin(
int const& mindx,
str_arr_cref<> lsprgi,
int const& nlprgi,
int const& ntok,
str_cref line,
arr_cref<int> ibeg,
arr_cref<int> iend)
{
lkyin_(
&mindx,
lsprgi.begin(),
&nlprgi,
&ntok,
line.elems(),
ibeg.begin(),
iend.begin(),
lsprgi.len(),
line.len());
}
inline
void
lrclid(
int const& mindx,
arr_ref<int> csetid,
int& ncol)
{
lrclid_(&mindx, csetid.begin(), &ncol);
}
inline
void
lrrefm(
int const& mindx,
arr_ref<bool> logmss)
{
size_t n = logmss.size_1d();
std::vector<ccp4_ftn_logical> logmss_;
logmss_.reserve(n);
bool* logmss_begin = logmss.begin();
for(size_t i=0;i<n;i++) {
logmss_.push_back(logmss_begin[i]);
}
lrrefm_(&mindx, &*logmss_.begin());
for(size_t i=0;i<n;i++) {
logmss_begin[i] = logmss_[i];
}
}
inline
void
lrrefl(
int const& mindx,
float& resol,
arr_ref<float> adata,
bool& eof)
{
ccp4_ftn_logical eof_ = eof;
lrrefl_(&mindx, &resol, adata.begin(), &eof_);
eof = static_cast<bool>(eof_);
}
inline
void
lwclos(
int const& mindx,
int const& iprint)
{
lwclos_(&mindx, &iprint);
}
inline
void
lwcell(
int const& mindx,
arr_cref<float> cellp)
{
lwcell_(&mindx, cellp.begin());
}
inline
void
lwclab(
int const& mindx,
str_arr_cref<> lsprgo,
int const& nlprgo,
str_arr_cref<> ctprgo,
int const& iappnd)
{
lwclab_(
&mindx, lsprgo.begin(), &nlprgo, ctprgo.begin(), &iappnd,
lsprgo.len(), ctprgo.len());
}
inline
void
lwhstl(
int const& mindx,
str_cref extra)
{
lwhstl_(&mindx, extra.elems(), extra.len());
}
inline
void
lwhist(
int const& mindx,
str_arr_cref<> hstrng,
int const& nlines)
{
lwhist_(&mindx, hstrng.begin(), &nlines, hstrng.len());
}
inline
void
lwopen(
int const& mindx,
str_cref filnam)
{
lwopen_(&mindx, filnam.elems(), filnam.len());
}
inline
void
lwsymm(
int const& mindx,
int const& nsymx,
int const& nsympx,
arr_cref<float, 3> rsymx,
str_cref ltypex,
int const& nspgrx,
str_cref spgrnx,
str_cref pgnamx)
{
lwsymm_(
&mindx,
&nsymx,
&nsympx,
rsymx.begin(),
ltypex.elems(),
&nspgrx,
spgrnx.elems(),
pgnamx.elems(),
ltypex.len(),
spgrnx.len(),
pgnamx.len());
}
inline
void
lwidas(
int const& mindx,
int const& nlprgo,
str_arr_cref<> pname,
str_arr_cref<> dname,
int const& iappnd)
{
lwidas_(
&mindx,
&nlprgo,
pname.begin(),
dname.begin(),
&iappnd,
pname.len(),
dname.len());
}
inline
void
lwidx(
int const& mindx,
str_ref project_name,
str_ref crystal_name,
str_ref dataset_name,
arr_cref<float> datcell,
float const& datwave)
{
lwidx_(
&mindx,
project_name.elems(),
crystal_name.elems(),
dataset_name.elems(),
datcell.begin(),
&datwave,
project_name.len(),
crystal_name.len(),
dataset_name.len());
}
inline
void
lwtitl(
int const& mindx,
str_cref ntitle,
int const& flag)
{
lwtitl_(&mindx, ntitle.elems(), &flag, ntitle.len());
}
} // namespace ccp4_mtzlib_fem
#endif // GUARD