MoleculeExporter.h (pymol-open-source-2.2.0) | : | MoleculeExporter.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
/* | /* | |||
* Molecular file formats export | * Molecular file formats export | |||
* | * | |||
* (c) 2016 Schrodinger, Inc. | * (c) 2016 Schrodinger, Inc. | |||
*/ | */ | |||
#include "os_python.h" | #include "os_python.h" | |||
#include "os_std.h" | #include "os_std.h" | |||
#include "unique_vla_ptr.h" | #include "vla.h" | |||
#include "PyMOLGlobals.h" | #include "PyMOLGlobals.h" | |||
unique_vla_ptr<char> MoleculeExporterGetStr(PyMOLGlobals * G, | pymol::vla<char> MoleculeExporterGetStr(PyMOLGlobals * G, | |||
const char *format, | const char *format, | |||
const char *sele="all", | const char *sele="all", | |||
int state=-2, // current (-1 in Python API) | int state=-2, // current (-1 in Python API) | |||
const char *ref_object="", | const char *ref_object="", | |||
int ref_state=-1, | int ref_state=-1, | |||
int multi=-1, | int multi=-1, | |||
bool quiet=true); | bool quiet=true); | |||
PyObject *MoleculeExporterGetPyBonds(PyMOLGlobals * G, | PyObject *MoleculeExporterGetPyBonds(PyMOLGlobals * G, | |||
const char *selection, int state); | const char *selection, int state); | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |