#include <MultiMolDraw2D.h>
|
| | MultiMolDraw2D (unsigned int nRows, unsigned int nCols, int width, int height, bool globalScaling=true) |
| |
| virtual | ~MultiMolDraw2D () |
| |
| virtual void | drawMolecules (const std::vector< ROMOL_SPTR > &mols, const std::vector< std::string > *legends=NULL, const std::vector< std::vector< int >> *highlight_atoms=NULL, const std::vector< std::vector< int >> *highlight_bonds=NULL, const std::vector< std::map< int, DrawColour >> *highlight_atom_maps=NULL, const std::vector< std::map< int, DrawColour >> *highlight_bond_maps=NULL, const std::vector< std::map< int, double >> *highlight_radii=NULL, const std::vector< int > *confIds=NULL) |
| |
| virtual int | width () const |
| |
| virtual int | height () const |
| |
| virtual int | nRows () const |
| |
| virtual int | nCols () const |
| |
| MolDrawOptions & | drawOptions () |
| |
| const MolDrawOptions & | drawOptions () const |
| |
template<typename T>
class RDKit::MultiMolDraw2D< T >
Definition at line 21 of file MultiMolDraw2D.h.
◆ MultiMolDraw2D()
◆ ~MultiMolDraw2D()
◆ drawMolecules()
template<typename T >
| virtual void RDKit::MultiMolDraw2D< T >::drawMolecules |
( |
const std::vector< ROMOL_SPTR > & |
mols, |
|
|
const std::vector< std::string > * |
legends = NULL, |
|
|
const std::vector< std::vector< int >> * |
highlight_atoms = NULL, |
|
|
const std::vector< std::vector< int >> * |
highlight_bonds = NULL, |
|
|
const std::vector< std::map< int, DrawColour >> * |
highlight_atom_maps = NULL, |
|
|
const std::vector< std::map< int, DrawColour >> * |
highlight_bond_maps = NULL, |
|
|
const std::vector< std::map< int, double >> * |
highlight_radii = NULL, |
|
|
const std::vector< int > * |
confIds = NULL |
|
) |
| |
|
virtual |
◆ drawOptions() [1/2]
◆ drawOptions() [2/2]
◆ height()
◆ nCols()
◆ nRows()
◆ width()
The documentation for this class was generated from the following file: