#include <map>#include <vector>#include <boost/shared_ptr.hpp>#include <ost/geom/geom.hh>#include <ost/mol/atom_handle.hh>#include <ost/mol/bond_handle.hh>#include <ost/mol/query.hh>#include <ost/gfx/module_config.hh>#include <ost/gfx/color.hh>#include <ost/gfx/gfx.hh>#include <ost/gfx/gfx_prim.hh>#include <ost/gfx/entity_fw.hh>Go to the source code of this file.
Data Structures | |
| struct | RGBAColor |
| struct | AtomEntry |
| struct | BondEntry |
| class | GfxView |
| struct | NodeEntry |
| struct | TraceProfileEntry |
| struct | SplineEntry |
| class | Spline |
Namespaces | |
| namespace | ost |
| namespace | ost::gfx |
| namespace | ost::gfx::impl |
Typedefs | |
| typedef std::map< long, AtomEntry > | AtomEntryMap |
| typedef std::vector< AtomEntry > | AtomEntryList |
| typedef std::vector< BondEntry > | BondEntryList |
| typedef boost::shared_ptr < GfxView > | GfxViewPtr |
| typedef std::vector< NodeEntry > | NodeEntryList |
| typedef std::vector < NodeEntryList > | NodeEntryListList |
| typedef boost::shared_ptr < NodeEntryListList > | NodeEntryListListPtr |
| typedef std::vector < TraceProfileEntry > | TraceProfile |
| typedef std::vector< SplineEntry > | SplineEntryList |
| typedef std::vector < SplineEntryList > | SplineEntryListList |
Functions | |
| void | DoRenderBlur (BondEntryList &bl, float bf1, float bf2) |
| void | DoBlurSnapshot (BondEntryList &bl) |
1.6.1