NuriKit v0.1.0b2
Loading...
Searching...
No Matches
mol2.h File Reference
#include "nuri/core/molecule.h"
#include "nuri/fmt/base.h"
Include dependency graph for mol2.h:

Go to the source code of this file.

Classes

class  nuri::Mol2Reader
class  nuri::Mol2ReaderFactory

Namespaces

namespace  nuri

Functions

Molecule nuri::read_mol2 (const std::vector< std::string > &mol2)
 Read a single Mol2 string and return a molecule.
bool nuri::write_mol2 (std::string &out, const Molecule &mol, int conf=-1, bool write_sub=true)