mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
11 lines
261 B
C
11 lines
261 B
C
#pragma once
|
|
|
|
struct ObjectMolecule;
|
|
struct CoordSet;
|
|
|
|
int ObjectMoleculeAddSeleHydrogensRefactored(ObjectMolecule * I, int sele, int state);
|
|
|
|
int ObjectMoleculeSetMissingNeighborCoords(
|
|
ObjectMolecule* I, CoordSet* cs, unsigned atm,
|
|
bool h_fix=false);
|