vicinity.cpp 262 ve_list[i].angle = sort_angle(dot_product3(angular_dir2, diff),dot_product3(angular_dir1, diff));
272 ve_list[i+1].angle = sort_angle(dot_product3(angular_dir2, diff),dot_product3(angular_dir1, diff));
a class to keep track of inclusion status in cone and in cocircular region while using minimal resour... Definition: vicinity.h:46 base class for managing the spatial part of Cmomentum (defined after) Definition: momentum.h:54 void build_norm() build the spatial normfrom 4-momentum info !!! WARNING !!! !!! computing the norm is the only time-co... Definition: momentum.cpp:148 void get_angular_directions(CSph3vector &angular_dir1, CSph3vector &angular_dir2) for this direction, compute the two reference directions used to measure angles Definition: momentum.cpp:161 double _norm particle spatial norm (available ONLY after a call to build_norm) Definition: momentum.h:135 base class for dynamic coordinates management Definition: momentum.h:158 double cocircular_range amount by which the angle can be varied while maintaining this point within co-circularity margin Definition: vicinity.h:64 std::list< CSphvicinity_elm * > cocircular list of elements co-circular with this one NB: empty list uses less mem than vector Definition: vicinity.h:69 siscone::Cvicinity_inclusion * is_inside variable to tell if the particle is inside or outside the cone Definition: vicinity.h:58 CSphvicinity_elm * ve_list list of vicinity elements built from particle list (size=2*n) Definition: vicinity.h:124 std::vector< siscone::Cvicinity_inclusion > pincluded the inclusion state of particles Definition: vicinity.h:123 void append_to_vicinity(CSphmomentum *v) append a particle to the 'vicinity' list after having tested it and computed the angular-ordering qua... Definition: vicinity.cpp:234 std::vector< CSphvicinity_elm * > vicinity list of points in parent's vicinity Definition: vicinity.h:130 void set_particle_list(std::vector< CSphmomentum > &_particle_list) set the particle_list Definition: vicinity.cpp:105 void build(CSphmomentum *_parent, double _VR) build the vicinity list from the list of points. Definition: vicinity.cpp:177 #define EPSILON_COCIRCULAR The following parameter controls cocircular situations. Definition: defines.h:82 The SISCone project has been developed by Gavin Salam and Gregory Soyez Documentation generated on Tue Jun 20 2023 18:08:37 for SISCone by Doxygen 1.9.4 |