oxihuman-morph 0.1.2

Parametric morphology engine for human body generation — targets, blendshapes, FACS
Documentation
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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
// Auto-split part 6 of oxihuman-morph lib.rs
// Do not edit directly — generated by workstream B refactor

#[path = "mastoid_morph.rs"]
pub mod mastoid_morph;
pub use mastoid_morph::{
    mastoid_blend, mastoid_is_prominent, mastoid_overall_weight, mastoid_set_size,
    new_mastoid_morph, MastoidMorph,
};

#[path = "gonion_morph.rs"]
pub mod gonion_morph;
pub use gonion_morph::{
    gon_angle_degrees, gon_set_flare, gon_set_gonial_angle, gon_set_prominence, gon_set_rounding,
    gonion_morph_to_json, new_gonion_morph, GonionMorph,
};

#[path = "pogonion_morph.rs"]
pub mod pogonion_morph;
pub use pogonion_morph::{
    new_pogonion_morph, pogonion_blend, pogonion_has_cleft, pogonion_overall_weight,
    pogonion_set_protrusion, PogonionMorph,
};

#[path = "temple_width_morph.rs"]
pub mod temple_width_morph;
pub use temple_width_morph::{
    new_temple_width_morph, temple_blend as twm_blend, temple_is_wide, temple_overall_weight,
    temple_set_prominence as twm_set_prominence, temple_set_width, TempleWidthMorph,
};

#[path = "cranium_height_morph.rs"]
pub mod cranium_height_morph;
pub use cranium_height_morph::{
    cranium_blend, cranium_cephalic_index, cranium_is_dolichocephalic, cranium_set_brachycephaly,
    cranium_set_vault_height, new_cranium_height_morph, CraniumHeightMorph,
};

#[path = "occiput_morph.rs"]
pub mod occiput_morph;
pub use occiput_morph::{
    new_occiput_morph, occiput_blend, occiput_overall_weight, occiput_set_flatness,
    occiput_set_protrusion, OcciputMorph,
};

#[path = "infraorbital_rim_morph.rs"]
pub mod infraorbital_rim_morph;
pub use infraorbital_rim_morph::{
    infraorbital_blend, infraorbital_overall_weight, infraorbital_set_depth,
    infraorbital_set_width, new_infraorbital_rim_morph, InfraorbitalRimMorph,
};

#[path = "glabella_morph.rs"]
pub mod glabella_morph;
pub use glabella_morph::{
    glabella_blend as glabella_morph_blend, glabella_is_pronounced, glabella_overall_weight,
    glabella_set_prominence, new_glabella_morph, GlabellaMorph,
};

#[path = "supraorbital_morph.rs"]
pub mod supraorbital_morph;
pub use supraorbital_morph::{
    new_supraorbital_morph, supraorbital_blend, supraorbital_is_heavy, supraorbital_overall_weight,
    supraorbital_set_ridge, supraorbital_set_slope, SupraorbitalMorph,
};

#[path = "nasolabial_morph.rs"]
pub mod nasolabial_morph;
pub use nasolabial_morph::{
    nasolabial_blend, nasolabial_is_deep, nasolabial_overall_weight, nasolabial_set_depth,
    new_nasolabial_morph, NasolabialMorph,
};

#[path = "marionette_line_morph.rs"]
pub mod marionette_line_morph;
pub use marionette_line_morph::{
    marionette_blend, marionette_is_pronounced, marionette_overall_weight, marionette_set_depth,
    new_marionette_morph, MarionetteMorph,
};

#[path = "neck_length_morph.rs"]
pub mod neck_length_morph;
pub use neck_length_morph::{
    neck_blend, neck_is_long, neck_overall_weight, neck_set_length as nlm_set_length,
    neck_set_width as nlm_set_width, new_neck_length_morph, NeckLengthMorph,
};

#[path = "orbital_depth_morph.rs"]
pub mod orbital_depth_morph;
pub use orbital_depth_morph::{
    new_orbital_depth_morph, orbital_blend, orbital_is_deep, orbital_overall_weight,
    orbital_set_depth as orbital_depth_set_depth, OrbitalDepthMorph,
};

#[path = "malar_fat_morph.rs"]
pub mod malar_fat_morph;
pub use malar_fat_morph::{
    malar_fat_blend, malar_fat_is_full, malar_fat_overall_weight, malar_fat_set_volume,
    new_malar_fat_morph, MalarFatMorph,
};

#[path = "buccal_fat_morph.rs"]
pub mod buccal_fat_morph;
pub use buccal_fat_morph::{
    buccal_blend, buccal_is_prominent, buccal_overall_weight, buccal_set_volume,
    new_buccal_fat_morph, BuccalFatMorph,
};

#[path = "temporal_hollow_morph.rs"]
pub mod temporal_hollow_morph;
pub use temporal_hollow_morph::{
    new_temporal_hollow_morph, temporal_hollow_blend, temporal_hollow_is_sunken,
    temporal_hollow_overall_weight, temporal_hollow_set_depth, TemporalHollowMorph,
};

#[path = "submental_morph.rs"]
pub mod submental_morph;
pub use submental_morph::{
    new_submental_morph, submental_blend, submental_has_double_chin, submental_overall_weight,
    submental_set_fat, SubmentalMorph,
};

#[path = "jowl_morph.rs"]
pub mod jowl_morph;
pub use jowl_morph::{
    jowl_blend, jowl_is_prominent, jowl_overall_weight, jowl_set_volume, new_jowl_morph, JowlMorph,
};

#[path = "masseter_morph.rs"]
pub mod masseter_morph;
pub use masseter_morph::{
    masseter_blend, masseter_is_hypertrophied, masseter_overall_weight, masseter_set_hypertrophy,
    new_masseter_morph, MasseterMorph,
};

#[path = "frontalis_morph.rs"]
pub mod frontalis_morph;
pub use frontalis_morph::{
    frontalis_blend, frontalis_overall_weight, frontalis_set_contraction, frontalis_shows_lines,
    new_frontalis_morph, FrontalisMorph,
};

#[path = "corrugator_morph.rs"]
pub mod corrugator_morph;
pub use corrugator_morph::{
    corrugator_blend, corrugator_is_contracted, corrugator_overall_weight,
    corrugator_set_contraction, new_corrugator_morph, CorrugatorMorph,
};

#[path = "orbicularis_oculi_morph.rs"]
pub mod orbicularis_oculi_morph;
pub use orbicularis_oculi_morph::{
    new_orbicularis_oculi_morph, orbicularis_blend, orbicularis_overall_weight,
    orbicularis_set_contraction, orbicularis_shows_crow_feet, OrbicularisOculiMorph,
};

#[path = "zygomaticus_morph.rs"]
pub mod zygomaticus_morph;
pub use zygomaticus_morph::{
    new_zygomaticus_morph, zygomaticus_blend, zygomaticus_is_smiling, zygomaticus_overall_weight,
    zygomaticus_set_major, ZygomaticusMorph,
};

#[path = "depressor_anguli_morph.rs"]
pub mod depressor_anguli_morph;
pub use depressor_anguli_morph::{
    depressor_blend, depressor_is_active, depressor_overall_weight, depressor_set_contraction,
    new_depressor_anguli_morph, DepressorAnguliMorph,
};

#[path = "platysma_morph.rs"]
pub mod platysma_morph;
pub use platysma_morph::{
    new_platysmae_morph, platysmae_blend, platysmae_overall_weight, platysmae_set_band_prominence,
    platysmae_shows_bands, PlatysmaeMorph,
};

#[path = "sternocleidomastoid_morph.rs"]
pub mod sternocleidomastoid_morph;
pub use sternocleidomastoid_morph::{
    new_scm_morph, scm_blend, scm_is_defined, scm_overall_weight, scm_set_definition, ScmMorph,
};

#[path = "trapezius_morph.rs"]
pub mod trapezius_morph;
pub use trapezius_morph::{
    new_trapezius_morph, trapezius_blend, trapezius_is_muscular, trapezius_overall_weight,
    trapezius_set_size, TrapeziusMorph,
};

#[path = "parotid_morph.rs"]
pub mod parotid_morph;
pub use parotid_morph::{
    new_parotid_morph, parotid_blend, parotid_is_prominent, parotid_overall_weight,
    parotid_set_size, ParotidMorph,
};

#[path = "tooth_morph.rs"]
pub mod tooth_morph;
pub use tooth_morph::{
    new_tooth_morph, tooth_blend, tooth_is_prominent, tooth_overall_weight, tooth_set_size,
    ToothMorph,
};

#[path = "gum_morph.rs"]
pub mod gum_morph;
pub use gum_morph::{
    gum_blend, gum_is_gummy_smile, gum_overall_weight, gum_set_exposure, new_gum_morph, GumMorph,
};

#[path = "tongue_shape_morph.rs"]
pub mod tongue_shape_morph;
pub use tongue_shape_morph::{
    new_tongue_shape_morph, tongue_blend, tongue_is_wide, tongue_overall_weight, tongue_set_width,
    TongueShapeMorph,
};

#[path = "lip_thickness_morph.rs"]
pub mod lip_thickness_morph;
pub use lip_thickness_morph::{
    lip_thickness_blend as lip_thickness_morph_blend, lip_thickness_is_full,
    lip_thickness_overall_weight, lip_thickness_set_upper, new_lip_thickness_morph,
    LipThicknessMorph,
};

#[path = "lip_cupids_bow_morph.rs"]
pub mod lip_cupids_bow_morph;
pub use lip_cupids_bow_morph::{
    cupids_blend, cupids_is_defined, cupids_overall_weight, cupids_set_peak, new_cupids_bow_morph,
    CupidsBowMorph,
};

#[path = "vermillion_border_morph.rs"]
pub mod vermillion_border_morph;
pub use vermillion_border_morph::{
    new_vermillion_border_morph, vermillion_blend, vermillion_is_defined,
    vermillion_overall_weight, vermillion_set_sharpness, VermillionBorderMorph,
};

#[path = "eye_spacing_morph.rs"]
pub mod eye_spacing_morph;
pub use eye_spacing_morph::{
    eye_spacing_blend, eye_spacing_is_wide, eye_spacing_overall_weight, eye_spacing_set_distance,
    new_eye_spacing_morph, EyeSpacingMorph,
};

#[path = "canthal_tilt_morph.rs"]
pub mod canthal_tilt_morph;
pub use canthal_tilt_morph::{
    canthal_blend, canthal_is_upswept, canthal_overall_weight, canthal_set_outer_tilt,
    new_canthal_tilt_morph, CanthalTiltMorph,
};

#[path = "sclera_show_morph.rs"]
pub mod sclera_show_morph;
pub use sclera_show_morph::{
    new_sclera_show_morph, sclera_blend, sclera_has_sanpaku, sclera_overall_weight,
    sclera_set_inferior, ScleraShowMorph,
};

#[path = "pupil_size_morph.rs"]
pub mod pupil_size_morph;
pub use pupil_size_morph::{
    new_pupil_size_morph, pupil_blend, pupil_is_dilated, pupil_overall_weight,
    pupil_set_dilation as pupil_size_set_dilation, PupilSizeMorph,
};

#[path = "eyelid_crease_morph.rs"]
pub mod eyelid_crease_morph;
pub use eyelid_crease_morph::{
    eyelid_blend, eyelid_has_crease, eyelid_overall_weight, eyelid_set_crease,
    new_eyelid_crease_morph, EyelidCreaseMorph,
};

#[path = "epicanthal_fold_morph.rs"]
pub mod epicanthal_fold_morph;
pub use epicanthal_fold_morph::{
    epicanthal_blend, epicanthal_is_present, epicanthal_overall_weight, epicanthal_set_coverage,
    new_epicanthal_fold_morph, EpicanthalFoldMorph,
};

#[path = "lateral_canthus_morph.rs"]
pub mod lateral_canthus_morph;
pub use lateral_canthus_morph::{
    lateral_canthus_blend, lateral_canthus_is_upturned, lateral_canthus_overall_weight,
    lateral_canthus_set_tilt, new_lateral_canthus_morph, LateralCanthusMorph,
};

#[path = "philtrum_depth_morph.rs"]
pub mod philtrum_depth_morph;
pub use philtrum_depth_morph::{
    new_philtrum_depth_morph, philtrum_depth_blend, philtrum_depth_is_deep,
    philtrum_depth_overall_weight, philtrum_depth_set_depth, PhiltrumDepthMorph,
};

#[path = "bmi_body_shape_morph.rs"]
pub mod bmi_body_shape_morph;
pub use bmi_body_shape_morph::{
    bmi_blend, bmi_blend_weight, bmi_category, bmi_is_healthy,
    new_bmi_morph as new_bmi_body_shape_morph, BmiMorph,
};

#[path = "muscle_definition_morph.rs"]
pub mod muscle_definition_morph;
pub use muscle_definition_morph::{
    muscle_def_blend, muscle_def_is_athletic, muscle_def_overall_weight, muscle_def_set_tone,
    new_muscle_definition_morph, MuscleDefinitionMorph,
};

#[path = "visceral_fat_morph.rs"]
pub mod visceral_fat_morph;
pub use visceral_fat_morph::{
    new_visceral_fat_morph, visceral_blend, visceral_is_high, visceral_overall_weight,
    visceral_set_level, VisceralFatMorph,
};

#[path = "subcut_fat_morph.rs"]
pub mod subcut_fat_morph;
pub use subcut_fat_morph::{
    new_subcut_fat_morph, subcut_blend, subcut_is_uniform, subcut_overall_weight, subcut_set_torso,
    SubcutaneousFatMorphNew,
};

#[path = "breast_shape_morph_new.rs"]
pub mod breast_shape_morph_new;
pub use breast_shape_morph_new::{
    breast_blend_new, breast_bra_size_category, breast_overall_weight_new, breast_set_volume_new,
    new_breast_shape_morph_new, BreastShapeMorphNew,
};

#[path = "hip_shape_morph.rs"]
pub mod hip_shape_morph;
pub use hip_shape_morph::{
    hip_blend, hip_is_wide, hip_overall_weight, hip_set_width, new_hip_shape_morph, HipShapeMorph,
};

#[path = "waist_morph_new.rs"]
pub mod waist_morph_new;
pub use waist_morph_new::{
    new_waist_morph, waist_blend, waist_is_hourglass, waist_overall_weight, waist_set_narrowing,
    WaistMorph,
};

#[path = "abdomen_morph.rs"]
pub mod abdomen_morph;
pub use abdomen_morph::{
    abdomen_blend, abdomen_overall_weight, abdomen_set_protrusion, abdomen_shows_abs,
    new_abdomen_morph, AbdomenMorph,
};

#[path = "back_muscle_morph.rs"]
pub mod back_muscle_morph;
pub use back_muscle_morph::{
    back_blend, back_is_muscular, back_overall_weight, back_set_latissimus, new_back_muscle_morph,
    BackMuscleMorph,
};

#[path = "chest_muscle_morph.rs"]
pub mod chest_muscle_morph;
pub use chest_muscle_morph::{
    chest_blend, chest_is_muscular, chest_overall_weight, chest_set_pec, new_chest_muscle_morph,
    ChestMuscleMorph,
};

#[path = "arm_muscle_morph.rs"]
pub mod arm_muscle_morph;
pub use arm_muscle_morph::{
    arm_blend, arm_is_muscular, arm_overall_weight, arm_set_bicep, new_arm_muscle_morph,
    ArmMuscleMorph,
};

#[path = "leg_muscle_morph.rs"]
pub mod leg_muscle_morph;
pub use leg_muscle_morph::{
    leg_blend, leg_is_muscular, leg_overall_weight, leg_set_quad, new_leg_muscle_morph,
    LegMuscleMorph,
};

#[path = "glute_morph.rs"]
pub mod glute_morph;
pub use glute_morph::{
    glute_blend, glute_is_prominent, glute_overall_weight, glute_set_volume, new_glute_morph,
    GluteMorph,
};

#[path = "knee_shape_morph.rs"]
pub mod knee_shape_morph;
pub use knee_shape_morph::{
    knee_blend, knee_is_valgus, knee_overall_weight, knee_set_prominence, new_knee_shape_morph,
    KneeShapeMorph,
};

#[path = "ankle_shape_morph.rs"]
pub mod ankle_shape_morph;
pub use ankle_shape_morph::{
    ankle_blend, ankle_is_slender, ankle_overall_weight, ankle_set_width, new_ankle_morph,
    AnkleMorph,
};

#[path = "body_water_morph.rs"]
pub mod body_water_morph;
pub use body_water_morph::{
    body_water_blend, body_water_is_dehydrated, body_water_overall_weight,
    body_water_set_hydration, new_body_water_morph, BodyWaterMorph,
};

#[path = "skin_pore_morph.rs"]
pub mod skin_pore_morph;
pub use skin_pore_morph::{
    new_skin_pore_morph, pore_blend, pore_is_visible, pore_overall_weight, pore_set_density,
    pore_set_size, SkinPoreMorph,
};

#[path = "alar_base_morph.rs"]
pub mod alar_base_morph;
pub use alar_base_morph::{
    alar_blend, alar_is_wide, alar_overall_weight, alar_set_flare, alar_set_width,
    new_alar_base_morph, AlarBaseMorph,
};

#[path = "nasal_tip_projection_morph.rs"]
pub mod nasal_tip_projection_morph;
pub use nasal_tip_projection_morph::{
    new_nasal_tip_projection_morph, ntp_blend, ntp_is_projected, ntp_overall_weight,
    ntp_set_projection, ntp_set_rotation, NasalTipProjectionMorph,
};

#[path = "lid_fullness_morph.rs"]
pub mod lid_fullness_morph;
pub use lid_fullness_morph::{
    lid_blend, lid_is_puffy, lid_overall_weight, lid_set_lower, lid_set_upper,
    new_lid_fullness_morph, LidFullnessMorph,
};

#[path = "brow_bone_bossing_morph.rs"]
pub mod brow_bone_bossing_morph;
pub use brow_bone_bossing_morph::{
    bbb_blend, bbb_is_prominent, bbb_overall_weight, bbb_set_central, bbb_set_lateral,
    new_brow_bone_bossing_morph, BrowBoneBossingMorph,
};

#[path = "mandible_angle_morph.rs"]
pub mod mandible_angle_morph;
pub use mandible_angle_morph::{
    mand_blend, mand_is_square, mand_overall_weight,
    mand_set_gonial_angle as mand_set_gonial_angle_v2, mand_set_masseter, new_mandible_angle_morph,
    MandibleAngleMorph,
};

#[path = "genial_tubercle_morph.rs"]
pub mod genial_tubercle_morph;
pub use genial_tubercle_morph::{
    gt_blend, gt_is_prominent, gt_overall_weight, gt_set_prominence, gt_set_width,
    new_genial_tubercle_morph, GenialTubercleMorph,
};

#[path = "temple_fossa_morph.rs"]
pub mod temple_fossa_morph;
pub use temple_fossa_morph::{
    new_temple_fossa_morph, tf_blend, tf_is_hollow, tf_overall_weight, tf_set_depth, tf_set_width,
    TempleFossaMorph,
};

#[path = "infraorbital_morph.rs"]
pub mod infraorbital_morph;
pub use infraorbital_morph::{
    io_blend, io_is_hollow, io_overall_weight, io_set_hollow, io_set_puffiness,
    new_infraorbital_morph, InfraorbitalMorph,
};

#[path = "upper_lip_roll_morph.rs"]
pub mod upper_lip_roll_morph;
pub use upper_lip_roll_morph::{
    new_upper_lip_roll_morph, ulr_blend, ulr_is_everted, ulr_overall_weight, ulr_set_eversion,
    ulr_set_tubercle, UpperLipRollMorph,
};

#[path = "lower_lip_roll_morph.rs"]
pub mod lower_lip_roll_morph;
pub use lower_lip_roll_morph::{
    llr_blend, llr_is_everted, llr_overall_weight, llr_set_eversion, llr_set_fullness,
    new_lower_lip_roll_morph, LowerLipRollMorph,
};

#[path = "vermillion_width_morph.rs"]
pub mod vermillion_width_morph;
pub use vermillion_width_morph::{
    new_vermillion_width_morph, vw_blend, vw_is_wide, vw_overall_weight, vw_set_lower,
    vw_set_upper, VermillionWidthMorph,
};

#[path = "nasal_dorsum_morph.rs"]
pub mod nasal_dorsum_morph;
pub use nasal_dorsum_morph::{
    nd_blend, nd_is_humped, nd_overall_weight, nd_set_height, nd_set_hump, nd_set_width,
    new_nasal_dorsum_morph, NasalDorsumMorph,
};

#[path = "scalp_morph.rs"]
pub mod scalp_morph;
pub use scalp_morph::{
    new_scalp_morph, scalp_blend, scalp_is_receding, scalp_overall_weight, scalp_set_crown_width,
    scalp_set_hairline, scalp_set_recession, ScalpMorph,
};

#[path = "orbital_rim_morph.rs"]
pub mod orbital_rim_morph;
pub use orbital_rim_morph::{
    new_orbital_rim_morph, or_blend, or_is_deep, or_overall_weight, or_set_depth, or_set_height,
    or_set_roundness, OrbitalRimMorph,
};

#[path = "nasal_root_morph.rs"]
pub mod nasal_root_morph;
pub use nasal_root_morph::{
    new_nasal_root_morph, nr_blend as nrm_blend, nr_is_deep, nr_overall_weight,
    nr_set_depth as nrm_set_depth, nr_set_width as nrm_set_width, NasalRootMorph,
};

#[path = "philtrum_ridge_morph.rs"]
pub mod philtrum_ridge_morph;
pub use philtrum_ridge_morph::{
    new_philtrum_ridge_morph, pr_blend, pr_is_defined, pr_overall_weight, pr_set_definition,
    pr_set_length, pr_set_width, PhiltrumRidgeMorph,
};

#[path = "cupid_bow_morph.rs"]
pub mod cupid_bow_morph;
pub use cupid_bow_morph::{
    cb_blend, cb_is_pronounced, cb_overall_weight, cb_set_peak_height, cb_set_valley_depth,
    cb_set_width, new_cupid_bow_morph, CupidBowMorph,
};

#[path = "oral_commissure_morph.rs"]
pub mod oral_commissure_morph;
pub use oral_commissure_morph::{
    new_oral_commissure_morph, oc_blend, oc_is_downturned, oc_overall_weight, oc_set_angle,
    oc_set_depth, OralCommissureMorph,
};

#[path = "labiomental_morph.rs"]
pub mod labiomental_morph;
pub use labiomental_morph::{
    lm_blend, lm_is_deep, lm_overall_weight, lm_set_fold_depth, lm_set_width,
    new_labiomental_morph, LabiomentalMorph,
};

#[path = "gnathion_morph.rs"]
pub mod gnathion_morph;
pub use gnathion_morph::{
    gn_blend, gn_is_elongated, gn_overall_weight, gn_set_roundness, gn_set_vertical_drop,
    new_gnathion_morph, GnathionMorph,
};

#[path = "ramus_morph.rs"]
pub mod ramus_morph;
pub use ramus_morph::{
    new_ramus_morph, rm_blend, rm_is_tall, rm_overall_weight, rm_set_angle, rm_set_height,
    rm_set_width, RamusMorph,
};

#[path = "condyle_morph.rs"]
pub mod condyle_morph;
pub use condyle_morph::{
    cy_blend, cy_is_displaced, cy_overall_weight, cy_set_offset_x, cy_set_offset_y, cy_set_size,
    new_condyle_morph, CondyleMorph,
};

#[path = "symphysis_morph.rs"]
pub mod symphysis_morph;
pub use symphysis_morph::{
    new_symphysis_morph, sy_blend, sy_is_wide, sy_overall_weight, sy_set_curvature, sy_set_height,
    sy_set_width, SymphysisMorph,
};

#[path = "coronoid_morph.rs"]
pub mod coronoid_morph;
pub use coronoid_morph::{
    cor_blend, cor_is_neutral, cor_overall_weight, cor_set_apex_curve, cor_set_breadth,
    cor_set_height, cor_to_json, new_coronoid_morph, CoronoidMorph,
};

#[path = "styloid_morph.rs"]
pub mod styloid_morph;
pub use styloid_morph::{
    new_styloid_morph, sty_blend, sty_is_neutral, sty_overall_weight, sty_set_angle_offset,
    sty_set_length, sty_set_tip_sharpness, sty_to_json, StyloidMorph,
};

#[path = "zygomatic_body_morph.rs"]
pub mod zygomatic_body_morph;
pub use zygomatic_body_morph::{
    new_zygomatic_body_morph, zyg_blend, zyg_is_neutral, zyg_overall_weight, zyg_set_breadth,
    zyg_set_height, zyg_set_projection, zyg_to_json, ZygomaticBodyMorph,
};

#[path = "frontal_sinus_morph.rs"]
pub mod frontal_sinus_morph;
pub use frontal_sinus_morph::{
    fsin_blend, fsin_is_neutral, fsin_overall_weight, fsin_set_bossing, fsin_set_lateral_extent,
    fsin_set_slope, fsin_to_json, new_frontal_sinus_morph, FrontalSinusMorph,
};

#[path = "parietal_morph.rs"]
pub mod parietal_morph;
pub use parietal_morph::{
    new_parietal_morph, par_blend, par_is_neutral, par_overall_weight, par_set_boss,
    par_set_coronal_curve, par_set_sagittal_curve, par_to_json, ParietalMorph,
};

#[path = "occipital_morph.rs"]
pub mod occipital_morph;
pub use occipital_morph::{
    new_occipital_morph, occ_blend, occ_is_neutral, occ_overall_weight, occ_set_nuchal_width,
    occ_set_protuberance, occ_set_squama_curve, occ_to_json, OccipitalMorph,
};

#[path = "cervical_morph.rs"]
pub mod cervical_morph;
pub use cervical_morph::{
    cerv_blend, cerv_is_neutral, cerv_overall_weight, cerv_set_forward_head, cerv_set_lateral_list,
    cerv_set_lordosis, cerv_to_json, new_cervical_morph, CervicalMorph,
};

#[path = "iliac_crest_morph.rs"]
pub mod iliac_crest_morph;
pub use iliac_crest_morph::{
    iliac_blend, iliac_is_neutral, iliac_overall_weight, iliac_set_asis_prominence,
    iliac_set_flare, iliac_set_height, iliac_to_json, new_iliac_crest_morph, IliacCrestMorph,
};

#[path = "pubic_arch_morph.rs"]
pub mod pubic_arch_morph;
pub use pubic_arch_morph::{
    new_pubic_arch_morph, pub_angle_deg, pub_angle_rad, pub_blend, pub_is_neutral,
    pub_overall_weight, pub_set_angle_factor, pub_set_concavity, pub_set_symphysis_height,
    pub_to_json, PubicArchMorph,
};

#[path = "delta_painter.rs"]
pub mod delta_painter;
pub use delta_painter::{BrushFalloff, DeltaPainter, MirrorAxis, MorphTargetData, PaintBrush};

#[path = "target_tools.rs"]
pub mod target_tools;
pub use target_tools::{
    add_targets, clamp_target, merge_targets as merge_target_deltas, mirror_target,
    scale_target as scale_target_deltas, sparsify_target, subtract_targets,
    SymmetryReport as TargetSymmetryReport, TargetInfo, TargetInspector, TargetValidator,
    ValidationWarning, WarningKind,
};

#[path = "expression_blend.rs"]
pub mod expression_blend;
pub use expression_blend::{
    default_expression_defs, ExpressionBlender as ExprBlender, ExpressionDef,
};

#[path = "neural_blend.rs"]
pub mod neural_blend;
pub use neural_blend::{
    softmax as neural_softmax, NeuralBlendNet, NeuralBlendTrainer, BODY_TARGET_NAMES,
    HIDDEN_SIZE as NEURAL_HIDDEN_SIZE, INPUT_SIZE as NEURAL_INPUT_SIZE,
};

#[path = "pose_retarget.rs"]
pub mod pose_retarget;
pub use pose_retarget::{
    JointPoseData, PoseRetargeter, PoseSnapshot, RetargetConfig as PoseRetargetConfig,
    RetargetMapping as PoseRetargetMapping, ScaleMode,
};