|
Rosetta 3.5
|
#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) |
Definition at line 319 of file LeeRichards.hh.
|
inline |
Definition at line 321 of file LeeRichards.hh.
References angle, ccw, circle, next_trace_, core::scoring::packstat::Circle::tccw, core::scoring::packstat::Circle::tcw, and core::scoring::packstat::Event::trace_.
|
inline |
Definition at line 353 of file LeeRichards.hh.
References ccw, finish_arc(), and next_trace_.
Referenced by core::scoring::packstat::Slice::compute_surface().
|
inlineprivate |
Definition at line 383 of file LeeRichards.hh.
References angle, arcs_, core::scoring::packstat::Circle::atom, circle, and core::scoring::packstat::Circle::dada.
Referenced by end(), and next_circle().
Definition at line 359 of file LeeRichards.hh.
References core::scoring::packstat::Event::cmp(), get_first(), next_trace_, and start_.
Referenced by core::scoring::packstat::Slice::compute_surface(), and get_first().
|
inline |
Definition at line 342 of file LeeRichards.hh.
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().
Definition at line 366 of file LeeRichards.hh.
References next_trace_, set_first(), and start_.
Referenced by core::scoring::packstat::Slice::compute_surface(), and set_first().
| AccumulatorOP core::scoring::packstat::trace::accum_ |
Definition at line 373 of file LeeRichards.hh.
| core::Real core::scoring::packstat::trace::angle |
Definition at line 377 of file LeeRichards.hh.
Referenced by finish_arc(), next_circle(), and trace().
| Arcs core::scoring::packstat::trace::arcs_ |
Definition at line 379 of file LeeRichards.hh.
Referenced by core::scoring::packstat::Slice::compute_surface(), and finish_arc().
| bool core::scoring::packstat::trace::ccw |
Definition at line 374 of file LeeRichards.hh.
Referenced by end(), next_circle(), and trace().
| Circle* core::scoring::packstat::trace::circle |
Definition at line 376 of file LeeRichards.hh.
Referenced by finish_arc(), next_circle(), and trace().
| trace* core::scoring::packstat::trace::next_trace_ |
Definition at line 378 of file LeeRichards.hh.
Referenced by core::scoring::packstat::Slice::compute_surface(), end(), get_first(), set_first(), and trace().
| Event* core::scoring::packstat::trace::start_ |
Definition at line 375 of file LeeRichards.hh.
Referenced by core::scoring::packstat::Slice::compute_derivatives(), core::scoring::packstat::Slice::compute_surface(), get_first(), and set_first().
1.8.4