Chemical Data Processing Library C++ API - Version 1.3.0
Vis.hpp
Go to the documentation of this file.
1 /*
2  * Vis.hpp
3  *
4  * This file is part of the Chemical Data Processing Toolkit
5  *
6  * Copyright (C) 2003 Thomas Seidel <thomas.seidel@univie.ac.at>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this library; see the file COPYING. If not, write to
20  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23 
29 #ifndef CDPL_VIS_HPP
30 #define CDPL_VIS_HPP
31 
32 #include "CDPL/Config.hpp"
33 #include "CDPL/Vis/Object3D.hpp"
46 #include "CDPL/Vis/DataFormat.hpp"
55 #include "CDPL/Vis/Alignment.hpp"
56 #include "CDPL/Vis/LayoutStyle.hpp"
58 #include "CDPL/Vis/ArrowStyle.hpp"
60 #include "CDPL/Vis/FontMetrics.hpp"
61 #include "CDPL/Vis/View2D.hpp"
62 #include "CDPL/Vis/Renderer2D.hpp"
66 #include "CDPL/Vis/Color.hpp"
67 #include "CDPL/Vis/Pen.hpp"
68 #include "CDPL/Vis/Brush.hpp"
69 #include "CDPL/Vis/Font.hpp"
70 #include "CDPL/Vis/Material.hpp"
71 #include "CDPL/Vis/Rectangle2D.hpp"
72 #include "CDPL/Vis/Line2D.hpp"
74 #include "CDPL/Vis/Path2D.hpp"
76 #include "CDPL/Vis/ColorTable.hpp"
92 #include "CDPL/Vis/Shape3D.hpp"
97 #include "CDPL/Vis/TorusMesh3D.hpp"
104 
105 #ifdef HAVE_QT
106 # include "CDPL/Vis/QtRenderer2D.hpp"
107 # include "CDPL/Vis/QtFontMetrics.hpp"
109 #endif // HAVE_QT
110 
111 #ifdef HAVE_CAIRO
114 # include "CDPL/Vis/ImageWriter.hpp"
115 # include "CDPL/Vis/CairoPointer.hpp"
116 
117 # ifdef HAVE_CAIRO_PNG_SUPPORT
122 # endif // HAVE_CAIRO_PNG_SUPPORT
123 
124 # ifdef HAVE_CAIRO_PDF_SUPPORT
129 # endif // HAVE_CAIRO_PDF_SUPPORT
130 
131 # ifdef HAVE_CAIRO_PS_SUPPORT
136 # endif // HAVE_CAIRO_PS_SUPPORT
137 
138 # ifdef HAVE_CAIRO_SVG_SUPPORT
143 # endif // HAVE_CAIRO_SVG_SUPPORT
144 #endif // HAVE_CAIRO
145 #endif // CDPL_VIS_HPP
Definition of constants in namespace CDPL::Vis::Alignment.
Definition of constants in namespace CDPL::Vis::ArrowStyle.
Definition of the class CDPL::Vis::Brush.
Definition of the class CDPL::Vis::CairoFontMetrics.
Definition of the class CDPL::Vis::CairoPointer.
Definition of the class CDPL::Vis::CairoRenderer2D.
Definition of the class CDPL::Vis::ClipPathPrimitive2D.
Definition of the type CDPL::Vis::ColorTable.
Definition of the class CDPL::Vis::Color.
Provides CDPKit build configuration information.
Definition of the class CDPL::Vis::DefaultAtomColorTable.
Definition of the class CDPL::Vis::DefaultFeatureColorTable.
Definition of the class CDPL::Vis::EllipsePrimitive2D.
Definition of the class CDPL::Vis::FeatureContainerObject3DFactory.
Definition of the class CDPL::Vis::FontMetrics.
Definition of the class CDPL::Vis::Font.
Definition of the class CDPL::Vis::GraphicsPrimitive2D.
Definition of the class CDPL::Vis::IcosahedronMesh3D.
Definition of constants in namespace CDPL::Vis::LayoutDirection.
Definition of constants in namespace CDPL::Vis::LayoutStyle.
Definition of the class CDPL::Vis::Line2D.
Definition of the class CDPL::Vis::LinePrimitive2D.
Definition of the class CDPL::Vis::LineSegmentListPrimitive2D.
Definition of the class CDPL::Vis::Material.
Definition of the class CDPL::Vis::Object3DFactory.
Declaration of functions that operate on Vis::Object3D instances.
Definition of constants in namespace CDPL::Vis::Object3DPropertyDefault.
Definition of constants in namespace CDPL::Vis::Object3DProperty.
Definition of the class CDPL::Vis::Object3DReader.
Definition of the class CDPL::Vis::Object3DWriter.
Definition of the class CDPL::Vis::Object3D.
Definition of the class CDPL::Vis::PDFMolecularGraphOutputHandler.
Definition of the class CDPL::Vis::PDFMolecularGraphWriter.
Definition of the class CDPL::Vis::PDFReactionOutputHandler.
Definition of the class CDPL::Vis::PDFReactionWriter.
Definition of the class CDPL::Vis::PNGMolecularGraphOutputHandler.
Definition of the class CDPL::Vis::PNGMolecularGraphWriter.
Definition of the class CDPL::Vis::PNGReactionOutputHandler.
Definition of the class CDPL::Vis::PNGReactionWriter.
Definition of the class CDPL::Vis::PSMolecularGraphOutputHandler.
Definition of the class CDPL::Vis::PSMolecularGraphWriter.
Definition of the class CDPL::Vis::PSReactionOutputHandler.
Definition of the class CDPL::Vis::PSReactionWriter.
Definition of the class CDPL::Vis::Path2DConverter.
Definition of the class CDPL::Vis::Path2D.
Definition of the class CDPL::Vis::PathPrimitive2D.
Definition of the class CDPL::Vis::Pen.
Definition of the class CDPL::Vis::PointArray2D.
Definition of the class CDPL::Vis::PointListPrimitive2D.
Definition of the class CDPL::Vis::PolygonPrimitive2D.
Definition of the class CDPL::Vis::PolylinePrimitive2D.
Definition of the class CDPL::Vis::QtFontMetrics.
Definition of the class CDPL::Vis::QtObjectFactory.
Definition of the class CDPL::Vis::QtRenderer2D.
Definition of the class CDPL::Vis::ReactionView2D.
Definition of the class CDPL::Vis::Rectangle2D.
Definition of the class CDPL::Vis::Renderer2D.
Definition of the class CDPL::Vis::RightFrustumMesh3D.
Definition of the class CDPL::Vis::STLObject3DOutputHandler.
Definition of the class CDPL::Vis::STLObject3DWriter.
Definition of the class CDPL::Vis::SVGMolecularGraphOutputHandler.
Definition of the class CDPL::Vis::SVGMolecularGraphWriter.
Definition of the class CDPL::Vis::SVGReactionOutputHandler.
Definition of the class CDPL::Vis::SVGReactionWriter.
Definition of the class CDPL::Vis::Shape3DVisitor.
Definition of the class CDPL::Vis::Shape3D.
Provides the contents of namespace CDPL::Vis::SizeAdjustment.
Definition of the class CDPL::Vis::SizeSpecification.
Definition of the class CDPL::Vis::StructureGridView2D.
Definition of the class CDPL::Vis::StructureView2D.
Definition of the class CDPL::Vis::TextBlockPrimitive2D.
Definition of the class CDPL::Vis::TextLabelPrimitive2D.
Definition of the class CDPL::Vis::TorusMesh3D.
Declaration of functions that operate on Vis::TriangleMesh3D instances.
Definition of the class CDPL::Vis::TriangleMesh3D.
Definition of the class CDPL::Vis::VRMLObject3DOutputHandler.
Definition of the class CDPL::Vis::VRMLObject3DWriter.
Definition of the class CDPL::Vis::View2D.
Declaration of functions that operate on Chem::Atom instances.
Definition of constants in namespace CDPL::Vis::AtomPropertyDefault.
Definition of constants in namespace CDPL::Vis::AtomProperty.
Declaration of functions that operate on Chem::Bond instances.
Definition of constants in namespace CDPL::Vis::BondPropertyDefault.
Definition of constants in namespace CDPL::Vis::BondProperty.
Definition of constants in namespace CDPL::Vis::ControlParameterDefault.
Declaration of convenience functions for control-parameter handling.
Definition of constants in namespace CDPL::Vis::ControlParameter.
Definition of constants in namespace CDPL::Vis::DataFormat.
Declaration of functions that operate on Chem::MolecularGraph instances.
Definition of constants in namespace CDPL::Vis::MolecularGraphPropertyDefault.
Definition of constants in namespace CDPL::Vis::MolecularGraphProperty.
Declaration of functions that operate on Chem::Reaction instances.
Definition of constants in namespace CDPL::Vis::ReactionPropertyDefault.
Definition of constants in namespace CDPL::Vis::ReactionProperty.