|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_VIS_PSREACTIONWRITER_HPP
30 #define CDPL_VIS_PSREACTIONWRITER_HPP
70 operator const void*()
const;
85 #endif // CDPL_VIS_PSREACTIONWRITER_HPP
Definition of the class CDPL::Base::DataWriter.
Definition: ImageWriter.hpp:61
struct _cairo_surface cairo_surface_t
Definition: CairoPointer.hpp:36
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
PSReactionWriter(std::ostream &os)
Constructs a PSReactionWriter instance that will write the image data to the output stream os.
The namespace of the Chemical Data Processing Library.
Reaction.
Definition: Reaction.hpp:52
Creates 2D depictions of chemical reactions in the PostScript (PS) [WPS] format.
Definition: PSReactionWriter.hpp:53
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.
Base::DataWriter< Chem::Reaction > & write(const Chem::Reaction &rxn)
Creates and outputs a 2D depiction of the reaction rxn.