|
SISCone
2.0.6
|
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.