SISCone 3.0.5
|
element in the vicinity of a parent. More...
#include <vicinity.h>
Public Attributes | |
CSphmomentum * | v |
pointer to the second borderline particle | |
siscone::Cvicinity_inclusion * | is_inside |
variable to tell if the particle is inside or outside the cone | |
CSph3vector | centre |
direction of the centre | |
double | angle |
angle with parent | |
bool | side |
true if angle on the positive side, false otherwise | |
double | cocircular_range |
amount by which the angle can be varied while maintaining this point within co-circularity margin | |
std::list< CSphvicinity_elm * > | cocircular |
list of elements co-circular with this one NB: empty list uses less mem than vector | |
element in the vicinity of a parent.
class used to manage one points in the vicinity of a parent point.
Definition at line 52 of file vicinity.h.
double siscone_spherical::CSphvicinity_elm::angle |
angle with parent
Definition at line 62 of file vicinity.h.
Referenced by siscone_spherical::CSphvicinity::append_to_vicinity().
CSph3vector siscone_spherical::CSphvicinity_elm::centre |
direction of the centre
Definition at line 61 of file vicinity.h.
Referenced by siscone_spherical::CSphvicinity::append_to_vicinity().
std::list<CSphvicinity_elm * > siscone_spherical::CSphvicinity_elm::cocircular |
list of elements co-circular with this one NB: empty list uses less mem than vector
Definition at line 69 of file vicinity.h.
Referenced by siscone_spherical::CSphvicinity::append_to_vicinity().
double siscone_spherical::CSphvicinity_elm::cocircular_range |
amount by which the angle can be varied while maintaining this point within co-circularity margin
Definition at line 64 of file vicinity.h.
Referenced by siscone_spherical::CSphvicinity::append_to_vicinity().
siscone::Cvicinity_inclusion* siscone_spherical::CSphvicinity_elm::is_inside |
variable to tell if the particle is inside or outside the cone
Definition at line 58 of file vicinity.h.
Referenced by siscone_spherical::CSphvicinity::set_particle_list().
bool siscone_spherical::CSphvicinity_elm::side |
true if angle on the positive side, false otherwise
Definition at line 63 of file vicinity.h.
Referenced by siscone_spherical::CSphvicinity::append_to_vicinity().
CSphmomentum* siscone_spherical::CSphvicinity_elm::v |
pointer to the second borderline particle
Definition at line 55 of file vicinity.h.
Referenced by siscone_spherical::CSphvicinity::set_particle_list().