Data Structures | |
| class | BackboneTrace |
| class | NodeListSubset |
| class | TraceSubset |
| a subset of the trace More... | |
| class | CartoonRenderer |
| display entity in cartoon mode More... | |
| class | ConnectRendererBase |
| class | CPKRenderer |
| class | CustomRenderer |
| class | DebugRenderer |
| struct | AtomEntry |
| struct | BondEntry |
| class | GfxView |
| struct | NodeEntry |
| struct | TraceProfileEntry |
| struct | SplineEntry |
| class | Spline |
| class | EntityRenderer |
| struct | ByElementGetCol |
| struct | ByChainGetCol |
| struct | UniformGetCol |
| struct | GradientLevelGetCol |
| struct | EntityViewGetCol |
| class | LineTraceRenderer |
| render backbone trace of entity More... | |
| class | IsosurfaceGenerator |
| class | IsosurfaceGeneratorS |
| struct | OcRangeVector |
| class | OctreeNode |
| class | MapOctree |
| Octree datastructure for 3D images. More... | |
| struct | EdgeDesc |
| struct | OctreeIsocont |
| isocontouring of maps using an octree-optimization More... | |
| class | SimpleRenderer |
| simple line-based rendererer at full connectivity detail More... | |
| class | SlineRenderer |
| class | TraceRenderer |
| render backbone trace of entity More... | |
| class | TraceRendererBase |
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 |
| typedef char | DirtyFlags |
| typedef uint16_t | OcRange |
| typedef std::vector< OctreeNode > | OcNodeEntryList |
Enumerations | |
| enum | DirtyFlag { DIRTY_VIEW = 1, DIRTY_VA = 2 } |
Functions | |
| float | Normalize (float v, float min_v, float max_v) |
| float | Clamp (float v, float min_v, float max_v) |
| float DLLEXPORT_OST_GFX | MappedProperty (const mol::EntityView &ev, const String &prop, const geom::Vec3 &pos) |
| Color DLLEXPORT_OST_GFX | MappedProperty (const mol::EntityView &ev, const String &prop, const Gradient &g, float minv, float maxv, const geom::Vec3 &pos) |
| float | TabCos (float angle) |
| float | TabSin (float angle) |
| typedef std::vector<AtomEntry> AtomEntryList |
Definition at line 55 of file entity_detail.hh.
| typedef std::map<long, AtomEntry> AtomEntryMap |
Definition at line 54 of file entity_detail.hh.
| typedef std::vector<BondEntry> BondEntryList |
Definition at line 71 of file entity_detail.hh.
| typedef char DirtyFlags |
Definition at line 63 of file entity_renderer.hh.
| typedef boost::shared_ptr<GfxView> GfxViewPtr |
Definition at line 84 of file entity_detail.hh.
| typedef std::vector<NodeEntry> NodeEntryList |
Definition at line 95 of file entity_detail.hh.
| typedef std::vector<NodeEntryList> NodeEntryListList |
Definition at line 96 of file entity_detail.hh.
| typedef boost::shared_ptr<NodeEntryListList> NodeEntryListListPtr |
Definition at line 97 of file entity_detail.hh.
| typedef std::vector<OctreeNode> OcNodeEntryList |
Definition at line 100 of file map_octree.hh.
Definition at line 31 of file map_octree.hh.
| typedef std::vector<SplineEntry> SplineEntryList |
Definition at line 147 of file entity_detail.hh.
| typedef std::vector<SplineEntryList> SplineEntryListList |
Definition at line 148 of file entity_detail.hh.
| typedef std::vector<TraceProfileEntry> TraceProfile |
Definition at line 108 of file entity_detail.hh.
| enum DirtyFlag |
| float ost::gfx::impl::Clamp | ( | float | v, | |
| float | min_v, | |||
| float | max_v | |||
| ) | [inline] |
Definition at line 41 of file mapped_property.hh.
| Color DLLEXPORT_OST_GFX ost::gfx::impl::MappedProperty | ( | const mol::EntityView & | ev, | |
| const String & | prop, | |||
| const Gradient & | g, | |||
| float | minv, | |||
| float | maxv, | |||
| const geom::Vec3 & | pos | |||
| ) |
| float DLLEXPORT_OST_GFX ost::gfx::impl::MappedProperty | ( | const mol::EntityView & | ev, | |
| const String & | prop, | |||
| const geom::Vec3 & | pos | |||
| ) |
| float ost::gfx::impl::Normalize | ( | float | v, | |
| float | min_v, | |||
| float | max_v | |||
| ) | [inline] |
Definition at line 36 of file mapped_property.hh.
| float ost::gfx::impl::TabCos | ( | float | angle | ) |
calculate cosine of angle in radians using tabulated values
| float ost::gfx::impl::TabSin | ( | float | angle | ) |
calculate sine of angle in radians using tabulated values
1.5.8