|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_VIS_SVGREACTIONWRITER_HPP
30 #define CDPL_VIS_SVGREACTIONWRITER_HPP
69 operator const void*()
const;
84 #endif // CDPL_VIS_SVGREACTIONWRITER_HPP
Definition of the class CDPL::Base::DataWriter.
Creates 2D depictions of chemical reactions in the Scalable Vector Graphics (SVG) [WSVG] format.
Definition: SVGReactionWriter.hpp:53
Definition: ImageWriter.hpp:61
Base::DataWriter< Chem::Reaction > & write(const Chem::Reaction &rxn)
Creates and outputs a 2D depiction of the reaction rxn.
struct _cairo_surface cairo_surface_t
Definition: CairoPointer.hpp:36
SVGReactionWriter(std::ostream &os)
Constructs a SVGReactionWriter instance that will write the image data to the output stream os.
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
The namespace of the Chemical Data Processing Library.
Reaction.
Definition: Reaction.hpp:52
An interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
Definition of the preprocessor macro CDPL_VIS_API.