![]() |
Rosetta
2021.16
|
#include <LeeRichards.hh>
Public Member Functions | |
| trace (AccumulatorOP _accum, Event *e, bool _ccw, Circle *_circle, core::Real _angle, trace *other_trace) | |
| void | next_circle (Circle *newcircle, core::Real end_angle, core::Real begin_angle) |
| void | end (trace *merge_trace, core::Real end_angle=numeric::constants::d::pi) |
| Event * | get_first (trace *stop) |
| void | set_first (trace *stop, Event *e) |
Public Attributes | |
| AccumulatorOP | accum_ |
| bool | ccw |
| Event * | start_ |
| Circle * | circle |
| core::Real | angle |
| trace * | next_trace_ |
| Arcs | arcs_ |
Private Member Functions | |
| void | finish_arc (core::Real end_angle) |
|
inline |
|
inline |
References ccw, finish_arc(), and next_trace_.
Referenced by core::scoring::packstat::Slice::compute_surface().
|
inlineprivate |
References angle, arcs_, core::scoring::packstat::Circle::atom, circle, and core::scoring::packstat::Circle::dada.
Referenced by end(), and next_circle().
References core::scoring::packstat::Event::cmp(), get_first(), next_trace_, and start_.
Referenced by get_first().
|
inline |
References angle, ccw, circle, finish_arc(), core::scoring::packstat::Circle::tccw, and core::scoring::packstat::Circle::tcw.
Referenced by core::scoring::packstat::Slice::compute_surface().
References next_trace_, set_first(), and start_.
Referenced by set_first().
| AccumulatorOP core::scoring::packstat::trace::accum_ |
| core::Real core::scoring::packstat::trace::angle |
Referenced by finish_arc(), next_circle(), and trace().
| Arcs core::scoring::packstat::trace::arcs_ |
Referenced by finish_arc().
| bool core::scoring::packstat::trace::ccw |
Referenced by end(), next_circle(), and trace().
| Circle* core::scoring::packstat::trace::circle |
Referenced by finish_arc(), next_circle(), and trace().
| trace* core::scoring::packstat::trace::next_trace_ |
Referenced by end(), get_first(), set_first(), and trace().
| Event* core::scoring::packstat::trace::start_ |
Referenced by get_first(), and set_first().
1.8.7