![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <string>
#include <vector>
#include <Geometry/point.h>
#include <GraphMol/MolDraw2D/MolDraw2D.h>
Go to the source code of this file.
Classes | |
class | RDKit::DrawText |
Namespaces | |
RDKit | |
Std stuff. | |
Enumerations | |
enum class | RDKit::OrientType : unsigned char { RDKit::C = 0 , RDKit::N , RDKit::E , RDKit::S , RDKit::W } |
enum class | RDKit::TextAlignType : unsigned char { RDKit::START , RDKit::MIDDLE , RDKit::END } |
enum class | RDKit::TextDrawType : unsigned char { RDKit::TextDrawNormal = 0 , RDKit::TextDrawSuperscript , RDKit::TextDrawSubscript } |
Functions | |
std::ostream & | RDKit::operator<< (std::ostream &oss, const TextAlignType &tat) |
std::ostream & | RDKit::operator<< (std::ostream &oss, const TextDrawType &tdt) |
std::ostream & | RDKit::operator<< (std::ostream &oss, const OrientType &o) |
bool | RDKit::setStringDrawMode (const std::string &instring, TextDrawType &draw_mode, size_t &i) |
std::vector< std::string > | RDKit::atomLabelToPieces (const std::string &label, OrientType orient) |